Releases: PrathameshBhagat/Drone-Branches-Project
Releases · PrathameshBhagat/Drone-Branches-Project
Updated UI (and The way HTML sends data needs to be added to code)
To Start Drone for this EXACT version
- You need to power drone with battery ,
- Then connect to esp wifi (pwd : 11111111 (8times))
- 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);
- You need to power drone with battery ,
- Then connect to ESP wifi (pwd : 11111111 (8times))
- 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
- Now keep throttle lowest & yaw rightmost with other sticks at center
- Throttle remains lowest and move yaw to left most point & wait for 2 second
- Now still throttle remains lowest and yaw at center
If the drone is receiving signals (in Arduino led stops blinking)
- Slowly increase throttle to run the Drone .