From 0620e8ef26e18f424052ec76d086f873ab6de660 Mon Sep 17 00:00:00 2001 From: Sam Hos Date: Wed, 14 May 2025 12:14:46 +0200 Subject: [PATCH] fix math --- .../week_14_system_intergration/system_intergration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Assignments/week_14_system_intergration/system_intergration.md b/docs/Assignments/week_14_system_intergration/system_intergration.md index 20a4a7d..0ae4e4c 100644 --- a/docs/Assignments/week_14_system_intergration/system_intergration.md +++ b/docs/Assignments/week_14_system_intergration/system_intergration.md @@ -4,6 +4,6 @@ For system Integration is this my system design. ![alt text](Screenshot_20250512_095023.jpg) So I will have 2 power systems in my drone. High voltage and low voltage. High voltage 16,8V will be for the motors while the 5v will be for the MCU's and the LED matrixes. -I found out from the page from the ESC's that they output 5v at 3 amps each. Which is in total $$5V \cdot 3A \cdot 4ESC = 60Watts$$ +I found out from the page from the ESC's that they output 5v at 3 amps each. Which is in total $5V \cdot 3A \cdot 4ESC = 60Watts$ In one of my projects earlier I have ran 2 LED matrixes from a 60 watt power supply and it could easily power them. The mcu's don't consume a lot of power so the power situation should be good. \ No newline at end of file