-
Hey! I like your approach of using DMA and a timer to generate the signal.
However, I cannot achieve the rainbow or Christmas animation with my current setup.
I left your DMA channel/stream config…
-
Hello,
I recently made the light strip, I took the code here from github and compiled it for the Nodemcu v1.0.
Made the changes in Home Assistant and everything 'works'.
I only have one proble…
-
# ESP32: FastLED vs. NeoPixelBus vs. NeoPixel Library | Jake’s Blog
A performance comparison of the three most popular libraries for driving WS2812B addressable RGB LEDs. Everything was measured with…
-
Hello,
I have setup mentioned above, and after around 10 mins of usage, I have constant flashing same as on video below
https://www.youtube.com/watch?v=xHdZHHp_NBI&ab_channel=PetrLuke%C5%A1
I t…
-
I have a 300 led WS2812B strip. When i try to initialize it says the maximum limit is 216.
Is there a wy to increase this limit?
-
I have bought Neopixel ring and matrix, both are not working with AMB82-MINI (RTL8735B),
https://www.amebaiot.com/en/amebapro2/
it would be good to see Neopixel working with this EdgeAI MCU (WiFi, B…
-
#include
#define NUM_LEDS1 64
#define LED_PIN1 22
CRGB leds1[NUM_LEDS1];
uint8_t paletteIndex = 0;
DEFINE_GRADIENT_PALETTE(redLight){
0, 255, 0, 0,
//102, 0, 0, 0,
127, 0, 0, 0,
//…
-
Tried it with mulitple RP2040 zero and a Raspbery Pi Pico and none of them ever worked.
Neither on my 1.4 nor on my 1.6 with lpc rebuild.
(Info: My SmartXX chip works!)
Both Xbox'es show the sa…
-
Using openweathermap.com API which takes weather data from the API and send to controller by the controller we are using 16*16 ws2812b RGB matrix using animations of weather in the matrix but I am una…
-
Hi,
Referencing your power consumption chart [here](https://github.com/thehookup/Holiday_LEDs_2.0/blob/master/Strip%20Wattage.pdf), I am getting drastically different results.
**Test**
- WS2812…