Hello, I need a driver with for led rgb. Such as ws2812b, which is the driver embedded in the led. But this driver is very slow.
I need a driver with speeds and features such as ws2803, spi, but the driver is inside the led.
Thank you.
datasheep . ws2803
Features
Applications
• Supports both constant voltage and constant current drive mode
• Programmable constant LED drive current
• Wide constant output current range 5~150mA
• Build in PWM dimming scheme for each output channel, supports free-run, especially suitable for low cost controller application • PWM free-run capability(refresh rate(2.5KHz)
• Build in buffers to cascading data and clock to the next driver
• Output polarity reverse function
• Support hot swap • Maximum input clock frequency 25MHz
• Power supply voltage 3.3~5.5V
Naruto128:
Yes but it is very slow compared to ws2803
Seems you have done the calculations. Why don't you post them.
Leo..
Edit:
Never worked with them, but datasheets state a max clock of 25Mhz for the WS2803 and 32Mhz for the Dotstar. They both need one byte per LED (or per colour).
Bottleneck could be SPI speed (8Mhz for a common Arduino), or data wire length.
Wawa:
Seems you have done the calculations. Why don't you post them.
Leo..
Edit:
Never worked with them, but datasheets state a max clock of 25Mhz for the WS2803 and 32Mhz for the Dotstar. They both need one byte per LED (or per colour).
Bottleneck could be SPI speed (8Mhz for a common Arduino), or data wire length.
I will not use arduino one, I will use another faster
There seem to be two versions of APA102 LEDs making the rounds (not counting clones) - one manufactured in China (the APA102C), which looks like the WS2812, and one manufactured in Taiwan, the APA102TW, which has a thermal pad in the middle, and nicer LED dies (particularly the red one, which is noticably brighter on the TW ones).