Show Posts
|
|
Pages: 1 2 [3] 4 5 ... 156
|
|
32
|
Using Arduino / Project Guidance / Re: Beginner needs help choosing the right Battery for arduino project
|
on: January 31, 2013, 03:06:06 am
|
|
You need to figur out how much current (and at what voltages) each unit/device needs when running. This is not trivial :-) Then you need to figure out how long tim your setup should be able to run powered from the battery.
Then you can start calculating what battery you need.
You also need to take the total max power dissipation of the Nano into consideration, is it even possible to run all those things of the Nanos voltage regulator ? (i doubt it).
|
|
|
|
|
34
|
Using Arduino / Project Guidance / Re: RGB LED Matrix spread over 400 square feet (43 square meters)
|
on: January 29, 2013, 04:22:31 am
|
|
It's about 1000 RGB LEDS or the equvivalent of 3000 individual LEDs (20 cm apart = 25 pr/m2).
But that is still a very large amount of LED's to control individually.
I would do as GoForSmoke suggests, create a modular design with a local controller for say each squaremeter controlling 25 (75) LED's, then hook up all the local controllers somehow to a "central intelligence unit".
There are lots of potential trouble spots, including power supply and method of controlling 40 individual modules.
|
|
|
|
|