Wifi RC Car ESP8266

3.8
112 reviews
10K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this 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
Updated on
Oct 28, 2019

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

Ratings and reviews

3.8
109 reviews
Apeksha P Timbadiya
November 1, 2021
Very nice and working I had an old RC car and a WeMos D1 mini and had to do some changes to the code, just 4 words! As I had one motor for steering and one for acceleration (I just had to change the HIGH and LOW settings of the pins). Otherwise this code will work for SMARS and other robots who have two motors for acceleration. Very good work.
2 people found this review helpful
Did you find this helpful?
Lacour Vincent
November 8, 2021
Hi, Thanks for your review ! I am glad to see that it works with yours projects ! Have fun ! Vincent.
Alexander Federlin
October 23, 2021
Good job! Nicely integrates ESP code and App. Extremely nice app! Only thing I had to tweak was the mapping of the direction buttons as my motors are apparently wired differently. But this is the absolute best about this whole project: It's all available on github! Great project all around! Thanks for taking the time to make the Android app available on the playstore!
1 person found this review helpful
Did you find this helpful?
Lacour Vincent
November 8, 2021
Hi Alexander, Thanks for you review. I am glad to see that it works with your project. Have fun ! Vincent.
Nika Pholodashvili
May 15, 2020
Most useful and Functional app, made my day, Easy to use Code, even for me with close to 0 experience with arduino, managed to change and adjust under my needs, now it controls boat with servo and dc motors :) Great Job Thank You
13 people found this review helpful
Did you find this helpful?
Lacour Vincent
May 30, 2020
Hi Nika, Thanks for your review ! I am proud that this project help you to drive your RC boat ! Have fun ;) Vincent.

What's new

✴ Fixing some problems.