Tagged Questions
1
vote
0answers
379 views
Arduino IR Transmitter & Receiver w/ LEDs Flickering Issue (What's wrong with this circuit?)
I have an Arduino Uno connected to two IR transmitters and respective receivers. Basically, when one of the receivers detects a beam break, I have a strand of LEDs display a pattern. This all works in ...
0
votes
1answer
140 views
How do I use this LED strip?
I got this LED strip that I'm trying to control with my arduino. I searched for similar strips online but couldn't find any. I only has leads for DIN (blue), GND (black, splits in 2), and +5V (red). I ...
0
votes
0answers
303 views
Nice three pronged plug for WS2811 LED strips?
I'm building a suit with under 1000 RGB LEDs on addressable WS2811 strips controlled by an Arduino---specifically I'm using at most 16m of these WS2811 strips. Oh, the project is inspired by Jungle ...
2
votes
2answers
179 views
Sync 12 Arduinos - I2C vs Serial
I've been given 12 arduinos (Mega) and 12 breakout boards (custom built. they pump up the output of the digital pins to 12v @120mA) to control around 300 LEDs. I'm using a pseudo PWM library to fade ...
7
votes
2answers
258 views
How to buffer an ATMEGA for millisecond-level power interruption without strange behavior?
I have an ATMEGA328p-pu arduino with an LED + shift-register strip circuit attached over SPI. When it turns on, it increases a variable in EEPROM to advance the display mode.
We have the brownout ...