I had a pretty simple project idea of controlling a car through the internet. I want the controller and the car to each have their own ESP8266, each connecting to separate networks.
My plan is to create an extremely simple website with a few text boxes with integers in them. I want the controller to update these numbers and the car to pull the values and run the motors accordingly.
This is only my second IoT project. Is there a simpler way of doing this? if not, what would be the best way to implement the above idea?
i did that long time ago b4 smart phones exist ... text boxes for buttons ... sends a variable, i ran a car once on dtmf codes too through headphones on the cellular network, 8 go backwards,5 stop, same thing ... still kind of a lag ... http in my experience takes alot of time to be reloading pages.. I would suggest using the tcp port raw and just send a few bytes per instruction