Wifi RC Car ESP8266 APK

Wifi RC Car ESP8266  Icon
   
3.83/5
2 Ratings
Developer
Lacour Vincent
Current Version
1.3.2
Date Published
File Size
1.9 MB
Package ID
com.lacour.vincent.wificaresp8266
Price
$ 0.00
Downloads
4.2K+
Category
Android Apps
Genre
Education

APK Version History

Version
1.3.2 (14)
Architecture
universal
Release Date
February 09, 2020
Requirement
Android 5.0+
Version
1.2.3 (11)
Architecture
universal
Release Date
October 28, 2019
Requirement
Android 5.0+
Version
1.2.2 (10)
Architecture
universal
Release Date
October 28, 2019
Requirement
Android 5.0+
Version
1.2.1 (9)
Architecture
universal
Release Date
October 28, 2019
Requirement
Android 5.0+
Version
1.2.0 (8)
Architecture
universal
Release Date
October 28, 2019
Requirement
Android 5.0+
  • Wifi RC Car ESP8266 Screenshot
  • Wifi RC Car ESP8266 Screenshot
  • Wifi RC Car ESP8266 Screenshot
  • Wifi RC Car ESP8266 Screenshot
  • Wifi RC Car ESP8266 Screenshot

About Radio FM 90s

✴ 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

What's New in this version

✴ Fixing some problems.