mirror of
https://gitlab.waag.org/make/fablab/interns/2025/sam.git
synced 2025-08-03 11:54:58 +00:00
Fritzing docs and microcontroller requirements
This commit is contained in:
@@ -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
|
||||
|
17
docs/week1_fabacademy/fritzing.md
Normal file
17
docs/week1_fabacademy/fritzing.md
Normal file
@@ -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
|
||||

|
||||
|
||||
|
||||
## 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/)
|
7
docs/week1_fabacademy/microcontrollers.md
Normal file
7
docs/week1_fabacademy/microcontrollers.md
Normal file
@@ -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
|
Reference in New Issue
Block a user