Skip to content

MichalSchwarz/rc-controller

Repository files navigation

rc-controller

Build Status Coverage Status

JavaScript RC Controller

Example

How to Build a ESP32 Drone controlled by Web browser

Usage

  1. 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";
  2. 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

Videos

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published