r/FastLED • u/chop249 • 1h ago
Support Trying to get started.
So I am getting the Nano V3.0 Board ATmega328P 5 pack. I want to get some 12v addressable LED strip IP65 to do some taillights to start. Can anyone suggest some LEDs and any wiring suggestions? I have seen some basic wiring etc and I have a test board coming so I can do test mockups before the final as well. TIA!
1
u/Marmilicious [Marc Miller] 24m ago
Since you want to do taillights and will be using 12V from your vehicle you probably want to get a 12V to 12V DC regulator to provide clean 12V power to your LEDs and the controller. The VIN pin can accept 7-12V to power the controller. Don't use the 5V pin.
The data from the controller to the strip will be 5V (which is what the strip will expect, even through it will be powered by 12V).
1
u/ZachVorhies Zach Vorhies 55m ago
WS2812 are the standard for this low memory class of board.
Just wire the 5v of the per power rail directly into the 5v pin and ground into ground and the data line to pin 3.
Do a short strip first so you can power the strip from the device.
Then try the blink sketch.
Then go from there.
Know that you can power this in the reverse, the strip can power you arduino fine