Chat freely about anything...

User avatar
By Reyko
#42193 Hello, is it possible to control an rc car using esp8266 as an access point ? I would connect my phone to the access point and have a interface or buttons on the access point to control my rc car. I am really looking forward to read your replies as I am a beginner and would really appreciate your help. Thanks in advance.
User avatar
By uCHobby
#42197 Yes, you could do this. Start by looking for a web server example. I think there are more then one that show controlling an LED via a web app. The ESP delivers a very simple web page with an on/off button.

You could modify this example to activate the drive motors of a bot.

Consider setting your ESP to connect though local WiFi to internet. At that point you could setup an MQTT connection to a broker then do a web app to control the bot from anywhere. The ESP code is simpler, it's just handling an MQTT connection rather then being an AP and a web server.