How to Build a ESP32 Drone controlled by Web browser
- Copy the content of https://github.com/MichalSchwarz/rc-controller/blob/master/www/index.html to target device.
- E.g. Arduino:
const char index_html[] PROGMEM = "COPY HERE";
- Create the Webserver on target device with two routes.
/- Webserver simply return index.html/control- Here you'll recieve control commands e.g./control?y=26&t=64&p=50&r=50&1=0