Wifi RC Car ESP8266
by Lacour Vincent
Control your Wifi RC car with your smartphone.
App Name | Wifi RC Car ESP8266 |
---|---|
Developer | Lacour Vincent |
Category | Education |
Download Size | 2 MB |
Latest Version | 1.3.2 |
Average Rating | 3.83 |
Rating Count | 110 |
Google Play | Download |
AppBrain | Download Wifi RC Car ESP8266 Android app |
✴ 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
Recent changes:
✴ Fixing some problems.
✴ 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
Recent changes:
✴ Fixing some problems.