mirror of
https://gitlab.waag.org/make/fablab/interns/2025/sam.git
synced 2025-08-03 11:54:58 +00:00
Compare commits
2 Commits
ce91a4b418
...
0620e8ef26
Author | SHA1 | Date | |
---|---|---|---|
0620e8ef26 | |||
24292d2e9b |
@@ -4,6 +4,6 @@ For system Integration is this my system design.
|
||||

|
||||
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.
|
13
docs/javascripts/katex.js
Normal file
13
docs/javascripts/katex.js
Normal file
@@ -0,0 +1,13 @@
|
||||
document$.subscribe(({ body }) => {
|
||||
|
||||
|
||||
renderMathInElement(body, {
|
||||
delimiters: [
|
||||
{ left: "$$", right: "$$", display: true },
|
||||
{ left: "$", right: "$", display: false },
|
||||
{ left: "\\(", right: "\\)", display: false },
|
||||
{ left: "\\[", right: "\\]", display: true }
|
||||
],
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user