diff --git a/README.md b/README.md index ba22fd2..d9f86c9 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docs/assembly.md b/docs/assembly.md new file mode 100644 index 0000000..ce0dd36 --- /dev/null +++ b/docs/assembly.md @@ -0,0 +1,29 @@ +# Brief assembly guide + +Soldered components ([schematics variant](https://miro.com/app/board/uXjVN-dTjoo=/?moveToWidget=3458764612338222067&cot=14)): + + + +
Use double-sided tape to attach ESP32 to the top frame part (ESP32 holder): + + + +
Use two washers to screw the IMU board to the frame: + + + +
Screw the IMU with M3x5 screws as shown: + + + +
Install the motors, attach MOSFETs to the frame using tape: + + + +
Screw the ESP32 holder with M1.4x5 screws to the frame: + + + +
Assembled drone: + + diff --git a/docs/img/assembly/1.jpg b/docs/img/assembly/1.jpg new file mode 100644 index 0000000..dd5dac6 Binary files /dev/null and b/docs/img/assembly/1.jpg differ diff --git a/docs/img/assembly/2.jpg b/docs/img/assembly/2.jpg new file mode 100644 index 0000000..b4691a4 Binary files /dev/null and b/docs/img/assembly/2.jpg differ diff --git a/docs/img/assembly/3.jpg b/docs/img/assembly/3.jpg new file mode 100644 index 0000000..307f453 Binary files /dev/null and b/docs/img/assembly/3.jpg differ diff --git a/docs/img/assembly/4.jpg b/docs/img/assembly/4.jpg new file mode 100644 index 0000000..c2f410d Binary files /dev/null and b/docs/img/assembly/4.jpg differ diff --git a/docs/img/assembly/5.jpg b/docs/img/assembly/5.jpg new file mode 100644 index 0000000..6c1d959 Binary files /dev/null and b/docs/img/assembly/5.jpg differ diff --git a/docs/img/assembly/6.jpg b/docs/img/assembly/6.jpg new file mode 100644 index 0000000..65a2e35 Binary files /dev/null and b/docs/img/assembly/6.jpg differ diff --git a/docs/img/assembly/7.jpg b/docs/img/assembly/7.jpg new file mode 100644 index 0000000..993499b Binary files /dev/null and b/docs/img/assembly/7.jpg differ