diff --git a/docs/bootcamp/drone-requirements.md b/docs/bootcamp/drone-requirements.md index fda59c3..a4a7e4b 100644 --- a/docs/bootcamp/drone-requirements.md +++ b/docs/bootcamp/drone-requirements.md @@ -3,8 +3,6 @@ ## Introduction I wanted to combine 2 random objects that interest me into one project. A drone and a jumbotron. So im gonna make a drone with multiple screens on it that could for example be used for traffic control or entertainment purposes. - - ## Requirements * 2 screens * Speakers diff --git a/docs/week1_fabacademy/fritzing.md b/docs/week1_fabacademy/fritzing.md new file mode 100644 index 0000000..02dc005 --- /dev/null +++ b/docs/week1_fabacademy/fritzing.md @@ -0,0 +1,17 @@ +# Fritzing + +## What is fritzing + +Fritzing is a program to draw circuits on breadboards to visualise them. You will see them a lot when looking for references on how to connect stuff on breadboards. For the first weeks I will be using this to sketch breadboards for later testing. + + +## My first design +I have made this design early to get started on programming the microcontroller so I have enough time to program the stabilasation algorithm +![alt text](image.png) + + +## Fritzing parts used + +* [Xiao fritzing part](https://github.com/Seeed-Studio/fritzing_parts/tree/master/XIAO%20Accessories) +* [Brushless motor fritzing part](https://forum.fritzing.org/uploads/short-url/yI6UtxbrrayJVaVYepkntRiD8MT.fzpz) +* [ESC + DC motor part](https://johnny-five.readthedocs.io/en/latest/esc-PCA9685/) \ No newline at end of file diff --git a/docs/week1_fabacademy/microcontrollers.md b/docs/week1_fabacademy/microcontrollers.md new file mode 100644 index 0000000..decbd93 --- /dev/null +++ b/docs/week1_fabacademy/microcontrollers.md @@ -0,0 +1,7 @@ +# Microcontrollers + +## Microcontroller requirements +* 4 channel pwm output for 4 drone motors +* 16 bit pwm so all electronic speed controllers can understand +* Minimum 2 MB flash size +* I2C