Skip to content
Snippets Groups Projects
Commit ab0d1b81 authored by Shahrul Kamil bin Hassan's avatar Shahrul Kamil bin Hassan
Browse files

Update README.md

parent cdec2f3b
Branches
No related merge requests found
......@@ -49,6 +49,9 @@ Note: Failure to properly setup the I2C protocol might cause the code to not wor
Note: depending on the wiring and the propeller design, the propeller might push the blimp in the opposite direction as the code intended. Ways to solve this problem include reversing the polarity wiring of the motor, use the oppsite-direction propeller of the one you have right now (if it is clockwise, use the counter-clockwise propeller instead), or change the code so that all BACKWARD motor calls are FORWARD and vice versa.
DC Motor Shield setup example:
![Blimp Setup](/Pictures/Blimp_Motor_Setup.jpg)
**Other Physical Setup**
1. The stack, starting from the bottom is the ESP32 Feather, Radiowing Feather, DC Motor Shield, and the Neopixel LED Panel.
......@@ -60,6 +63,18 @@ Note: depending on the wiring and the propeller design, the propeller might push
7. Place the ESP32 and the rest of the stack into the mount
8. Test to see if the whole blimp floats weightlessly in the air. If it is falling down, add more helium to the blimp balloon. If it is floating up, add putty into the mount. Repeat this until it approximately stays still in the air without any external force acting on it.
Blimp stack setup:
![Blimp Stack](/Pictures/Blimp_Stack_Setup.jpg)
Blimp front view:
![Blimp Front View](/Pictures/Blimp_Front_View.jpg)
Blimp bottom view:
![Blimp Bottom View](/Pictures/Blimp_Bottom_View.jpg)
Complete setup:
![Blimp complete](/Pictures/Blimp_Complete.jpg)
**Setting Up the General Libraries and Codes**
1. Go to https://git.uclalemur.com/arnhold/espmeshnetworking/-/tree/master/MeshCode
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment