Skip to content

Commit

Permalink
Add brief assembly guide article
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Jan 21, 2025
1 parent 64cf592 commit 636a76d
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ Motor connection scheme:

You can see a user-contributed [variant of complete circuit diagram](https://miro.com/app/board/uXjVN-dTjoo=/?moveToWidget=3458764612338222067&cot=14) of the drone.

See [assembly guide](docs/assembly.md) for instructions on assembling the drone.

### Notes

* Power ESP32 Mini with Li-Po battery using VCC (+) and GND (-) pins.
Expand Down
29 changes: 29 additions & 0 deletions docs/assembly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Brief assembly guide

Soldered components ([schematics variant](https://miro.com/app/board/uXjVN-dTjoo=/?moveToWidget=3458764612338222067&cot=14)):

<img src="img/assembly/1.jpg" width=500>

<br>Use double-sided tape to attach ESP32 to the top frame part (ESP32 holder):

<img src="img/assembly/2.jpg" width=500>

<br>Use two washers to screw the IMU board to the frame:

<img src="img/assembly/3.jpg" width=500>

<br>Screw the IMU with M3x5 screws as shown:

<img src="img/assembly/4.jpg" width=500>

<br>Install the motors, attach MOSFETs to the frame using tape:

<img src="img/assembly/5.jpg" width=500>

<br>Screw the ESP32 holder with M1.4x5 screws to the frame:

<img src="img/assembly/6.jpg" width=500>

<br>Assembled drone:

<img src="img/assembly/7.jpg" width=500>
Binary file added docs/img/assembly/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/assembly/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/assembly/3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/assembly/4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/assembly/5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/assembly/6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/assembly/7.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 636a76d

Please sign in to comment.