Skip to content

Releases: PrathameshBhagat/Drone-Branches-Project

Updated UI (and The way HTML sends data needs to be added to code)

22 Dec 04:59
Compare
Choose a tag to compare

To Start Drone for this EXACT version

  1. You need to power drone with battery ,
  2. Then connect to esp wifi (pwd : 11111111 (8times))
  3. Go to 192.168.4.1 to get updated UI , fullscreen, rotate screen, etc.

Now Go to Check stick and Run the Drone in this document

To Start with a Minor Commit & Better Response

With below given commit added i.e, with Access-Co.... and address as 192..../distance is present

For next commit changes were not added as were only

In Web.ino
server.sendHeader("Access-Control-Allow-Origin", "*");
was added before each
server.send(200, "text/plane", "");

Also in PageIndex.h , for each 'GET'
xhttp.open('GET', 'distance?....',true);
became
xhttp.open('GET', 'http://192.168.4.1/distance?....',true);

  1. You need to power drone with battery ,
  2. Then connect to ESP wifi (pwd : 11111111 (8times))
  3. Then open A.html/PageIndex.h (with/out drop code and sending address as 192.168.4.1) on other
    python -m http.server 8000 server
    Now Go to Check stick and Run the Drone below

Check Sticks and Run the Drone

Now rotate sticks in all direction ,

  • for left stick top left, top right and bottom right NOT towards bottom left for throttle
  • for right stick all directions possible
  1. Now keep throttle lowest & yaw rightmost with other sticks at center
  2. Throttle remains lowest and move yaw to left most point & wait for 2 second
  3. Now still throttle remains lowest and yaw at center

If the drone is receiving signals (in Arduino led stops blinking)

  1. Slowly increase throttle to run the Drone .