Fritzing docs and microcontroller requirements

This commit is contained in:
2025-01-27 12:53:51 +01:00
parent da8ceca38e
commit e9ec6ebf0f
3 changed files with 24 additions and 2 deletions

View File

@@ -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

View 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
![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/)

View 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