A place users can post their projects. If you have a small project and would like your own dedicated place to post and have others chat about it then this is your spot.

User avatar
By poncos
#38100 hi, i have a project to control RC car from website ex: thingspeak or etc use arduino + esp8266, but i get some problem where esp8266 get delay 1-5 second to respond data from web instead i need very fast respond data from web to control RC car. i try to make delay in arduino sketch become milisecond is succed for 2-5 time but after that my esp8266 respond busy inet and problem like that.FYI i use AT+Command in arduino to send and respond data. what should i do ? what kind best method to send data ? thanks for your help :)
User avatar
By Neo
#38176 Why are you using the internet?

Let the ESP open an access point and connect directly to it.
You will forget about the word responsetime when you do that.