Wi-fi Controlled FPV Rover Robot (with Arduino, ESP8266 and Stepper Motors)

24K19057

Intro: Wi-fi Controlled FPV Rover Robot (with Arduino, ESP8266 and Stepper Motors)

This instructable shows how to design a remotely controlled two-wheeled robotic rover over a wi-fi network, using an Arduino Uno connected to an ESP8266 Wi-fi module and two stepper motors. The robot can be controlled from an ordinary internet browser, using a HTML designed interface. An Android smartphone is used to broadcast video and audio from the robot to operator's control interface.

There is a lot of robotic kits available online with various shapes, dimensions and prices. But, depending on your application, none of them will fit, and you might find out they are too expensive for your experiments. Or maybe you just want to make your your mechanical structure instead of buying a complete one.
This instructable also shows how to design and build a low-cost acrylic frame for your own robotic project, using just ordinary tools for those who doesn't have access to those expensive 3D printers or laser cutters. A simple robotic platform is presented.

This guide might be adapted to have its shape or control interface changed. It was adapted for other of my robotic projects ("Robô da Alegria"), that you can check in the links bellow:

https://www.instructables.com/id/Joy-Robot-Rob%C3%B4-Da-Alegria-Open-Source-3D-Printed-A/

https://hackaday.io/project/12873-rob-da-alegria-...

https://github.com/ferauche/RoboAlegria

https://www.hackster.io/igorF2/robo-da-alegria-joy-robot-85e178

[Warning: some of the photos are outdated, because the design was further improved. However, the idea presented here is still valid.]

STEP 1: Tools

The following tools are needed for the construction of this prototype:

  • Hand saw (to perform initial cuts of the acrylic sheet)
  • Screewdriver (for bolts and nuts placement)
  • Ruler (for dimensions measurement)
  • Utility knife (for cutting the acrylic sheet)
  • Drilling machine (to create holes for the bolts)
  • Sandpaper (to smooth rough edges)

STEP 2: Mechanical Structure and Materials

To build a custom robot, first you'll have to design your mechanical structure. It might be easy, depending on your application, or full of details and constraints. You might need to design it in a 3D CAD software or just draw it in 2D, depending on the complexity of your model.

You might also buy the complete structure online if you doesn't want to build your own mechanical structure. There is a lot of robotic kits available online. In this case, you might jump to Step 6.

For this instructable, a low-cost acrylic frame was designed for the attachment of the motors and other components. The structure presented in this tutorial was 3D designed using 123D Design CAD software. Each part was later converted in 2D using Draftsight software.

The following materials were used:

  • 2mm acrylic sheet
  • 42x19mm wheels with rubber tread tire (x2)
  • 49x20x32mm steel ball omni wheel (x1)
  • M2 x 10mm bolts (x12)
  • M2 x 1,5mm nuts (x12)
  • M3 x 10mm bolts (x8)
  • M3 x 1,5mm nuts (x8)
  • 5/32" x 1" bolts (x3)
  • 5/32" nuts (x6)
  • Handheld selfie stick clip
  • 3 x 3 cm aluminum bracket (x4)

The construction of the structure of the base is divided in the following steps:

  1. Cut the acrylic base according to the dimensions in the 2D drawing;
  2. Drill the holes in the positions in shown in the 2D drawing;
  3. Mount the components with bolts and nuts according to the 3D drawing.

Unfortunately the diameter of the stepper motor shaft is greater than the orifice on the wheel. So you'll probably need to use glue to couple those components. For this tutorial I improvised a wood coupling between the motor shaft and the wheel.

STEP 3: Cutting the Structure

First you'll need to transfer the dimensions of your model to the acrylic sheet. Print your 2D drawing using an ordinary printer on an adhesive paper, then cut the paper in suitable dimensions and apply that mask on the surface of the acrylic.

You might use a hand saw to cut the acrylic according to your dimensions or use break technic described bellow.

With an utility knife and with the help of a ruler or a scale, cut the acrylic in straight lines. You won't need to cut all the way thru the sheet, just score it to create some tracks where the piece will be later cutted.

Place the acrylic on a flat surface, hold it in place with some clamps and apply some pressure until the sheet breaks into two. Repeat this process untill all the cuts are done. After that, you might use a sandpaper to smooth rough edges.

STEP 4: Drilling the Base

Drill the holes in the positions in shown in the 2D drawing (indicated in the mask) with a drilling machine.

Acrylic is relativelly easy to drill. So if you don't dispose of a drilling machine, you can drill the holes manually with a sharp tool, like an utility knife. You might also use it to enlarge small holes to fit bolts sizes.

Remove the mask and your base will be ready.

STEP 5: Assembling the Structure

Mount the components with bolts and nuts according to the images, and your structure will be ready to go.

M3 bolts are used for the instalation of the stepper motors, while the 5/32" ones are used for the instalation of the front wheel and the smartphone clip.

Now take a break and start to assamble the circuit in the following step...

STEP 6: Electronics

You'll need the following electronic components:

  • Arduino Uno (buy)
  • ESP8266 (buy)
  • Protoshield (for a more compact version) or an ordinary breadboard (buy)
  • 1 kohm resistor (x2)
  • 10 kohm resistor (x1)
  • Some jumper wires
  • Stepper motor with ULN2003driver (x2) (buy / buy)
  • A computer (for compiling and uploading Arduino code)
  • Power bank (buy)
  • USB cable

You won't need specific tools for the assembly of the circuit. All the components can be found online on your favourite e-commerce store. The circuit is powered by a power bank connected to Arduino's USB port.

Connect all the componets according to the schematic. You'll need some jumper wires to connect the ESP-8266 module and the stepper motors. You might use a protoshield (for a more compact circuit), an ordinary breadboard, or design you own Arduino shield.
Plug the USB cable to the Arduino Uno board and proceed to the next step.

STEP 7: Arduino Code

Install the latest Arduino IDE. In this project stepper.h library was used for the control of the stepper motors. No additional library was needed for communication with ESP-8266 module. Please check the baudrate of you ESP8266 and set it properly in the code.

Download Arduino code (stepperRobot.ino) and replace the XXXXX by your wifi router SSID and YYYYY by router password. Connect the Arduino board to your computer USB port and upload the code.

STEP 8: Android IP Cam

An Android smartphone was used to broadcast the video and audio from the robot to the control interface. You may find the app on Google Play store (https://play.google.com/store/apps/details?id=com.pas.webcam).

Install it and move to next step.

STEP 9: Put the Circuits in the Robot

Install the circuits in the top of the robot using some M1 bolts, as shown in the images.

After that, glue your power bank in the back of the robot using a double sided tape (because it's easy to remove later), and put your smartphone in the clip.

STEP 10: Web-based Control Interface

A html interface was designed for the control of the robot.

Download interface.rar and extract all the files to a given folder. Then open it on Firefox.

A textbox form is used in that interface to enter IP addresses of the ESP module and of the video/audio server (from Android IP Webcam app).

There is a test but, which will make the robot spin until anoter command is received. Keyboard arrow keys are used for moving the robot forward or backward, and to rotate left or right.

STEP 11: Usage


When the Arduino is restarted, it will try to connect your wi-fi network automatically. Use the Serial Monitor to check if the connection was successfull, and to obtain which IP was assigned to your ESP-8266 by your router. Open the html file in an internet browser (Firefox) and inform this IP address in the textbox.

You might also user other means to find out which IP address you router assigned to your device.

Disconnect the the Arduino Uno from your computer and connect it to the power bank. Wait for it to connect again.

Launch IP Webcam app in the smartphone attached to the robot. Type the video/audio IP on your control interface and connect to the server and you'll be ready to go. You might need to reduce the resolution of the video in the app to reduce the delay between during the transmission.

Click and hold the arrow buttons of your keyboar to rotate the robot or move it forward/backward and have fun exploring your environment.

47 Comments

Can we use Pic microcontroller instead of arduino
Sure, you can. You might need to change somethings on the code, but I’m sure a PIC can be used as the microcontroller for this robot, interfacing with the ESP-8266.

sir my project is not able to get sufficient power through your circuit it is aotumaticlly shutting down after few minutes and serial monitor is showing nothing please help i m sarthaks42 im now grown up.

I have nothing in serial monitor,

there is some firmware on esp i have....

do i need to blank it?

On my project I used ESP8266 standard firmware (the one that comes with it out of the box). It receives a set of default commands (AT commands) and perform some actions.
In your case, since you uploaded your own code on the ESP8266, it no longer understands those AT commands.
I think you'll have to upload default firmware (although I don't know exactly how), or use a new ESP8266 module (if you have one available).
I hope it helps...

i got nothing in serial monitor...

but there some firmware on esp... do i need to make it blank?

it is not connecting to wifi please help

What kind of message do you receive in the serial monitor?

my esp is not able to connect to my wifi

sir can you share connection for protoshield

Follow the pictures.

what should be the baud rate

You can find the baurates in Arduino code.
The baud rate of your ESP8266 might be different and you'll have to try different values.

can i replace the front wheel with some other thing please telll

There is a lot of types of caster and ball wheels you can use to replace the front one.

hey after opening serial moniter only box and some letter are showing

i bought the tires for rs 675

sir can you please send me the pictures of connecting motors and esp8266 to arduino

my mail id is sarthaksagar2712@gmail.com

More Comments