This commit is contained in:
2025-05-21 12:14:51 +02:00
parent 3e94aa1e00
commit 009f4d1861
4 changed files with 13 additions and 5 deletions

View File

@@ -402,14 +402,15 @@ These are the 2 pcb's I designed I first thought it would be handy to make them
## Matrix subsystem
### Power
I tested the power consumption on the matrix by setting the brightness to 100 and the colors to white since white consumes the most amount of power.
![alt text](image-37.jpg)
![alt text](image-38.jpg)
The result of this is that a single matrix consumed 3,8 amps at 5 volt. With 4 ESC's providing a total of 12 amps at 5 volts I should be easily able to power the mcu's and the matrixes.
## Assembly
## Kaboom
Killed esp C6 due to short in between the PWM output pin of the mcu and the 5v inputs of all electronic speed controllers. The first few tests I was lucky that I didn't plug anything into the shorted connector but when connecting everything the mcu got killed.
I accidentally killed an esp C6 due to short in between the PWM output pin of the mcu and the 5v inputs of all electronic speed controllers. That's 5V 12Amps running through the mcu. The first few tests I was lucky that I didn't plug anything into the shorted connector but when connecting everything the mcu got killed. I sadly can't repair the board since there is hot glue everywhere to keep the connectors on the board.
![alt text](image-42.jpg)
## TODO