4.3
84 review
1.53 MB
Everyone
Content rating
26.2K
Downloads
Wifi RC Car ESP8266 screenshot 1 Wifi RC Car ESP8266 screenshot 2 Wifi RC Car ESP8266 screenshot 3 Wifi RC Car ESP8266 screenshot 4 Wifi RC Car ESP8266 screenshot 5

About this product

Control your Wifi RC car with your smartphone.

Rating and review

4.3
84 ratings
5
4
3
2
1

Wifi RC Car ESP8266 description

✴ This application allows you to control a RC wifi car using your smartphone.

✴ To create my Wifi car, I used the NodeMCU V3 microcontroller which includes an ESP8266 Wifi module. The car can be controlled either in AP mode (Access Point) or in STA mode (Station).

✴ The steps to control your car are:
• connect your smartphone to the same wifi network as your wifi car.
• Make sure that the application parameters are correct (IP, PORT, etc..).
• Have fun!

✴ 3 different ways to control your car:
• buttons.
• accelerometer.
• voice.

✴ List of default commands sent to your car server to control the motors are :
• http://IP:PORT/move?dir=F (Forward)
• http://IP:PORT/move?dir=B (Backward)
• http://IP:PORT/move?dir=R (Turn Right)
• http://IP:PORT/move?dir=L (Turn Left)
• http://IP:PORT/move?dir=S (Stop)

• http://IP:PORT/action?type=(1-8) (Action 1 to 8)


✴ The source code of my project is available here : https://github.com/lacour-vincent/wifi-car-esp8266

✴ Example in video : https://www.youtube.com/watch?v=E-RyAsFMnTI
↓ Read more