Replies: 1 comment 9 replies
-
Hi |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I'm trying to make an ambilight on my monitor (my pc is on windows 11). I have a QuinLED-Dig-Quad v3.1 (and a quinled-ESP32 ), my leds are "APA102-type" (HD107S to be more accurate, still 4 wire) and a 5V power supply. On this board, the outpu available are GPIO 16, 3, 1, 4. As GPIO 3,1 are used for RX TX, it lets me only GPIO 16, 4 to use my LEDs
I have installed HyperSerialESP32 with esptool after editing it. My settings on your program are :
"bool skipFirstLed = false; // if set the first led in the strip will be set to black (for level shifters)
int serialSpeed = 2000000; // serial port speed
// data output on the hardware SPI pins: MOSI for data, and MSCLK or CLK for clock
#define is_WS2801 // for WS2801 use NeoPixelBus<NeoRgbFeature, NeoWs2801Spi2MhzMethod>, otherwise comment it with //, choose NeoxxxFeature that fits you
#define DATA_PIN 16 // PIN: data output for LED strip
#define CLOCK_PIN 4 // PIN: clock output for LED strip"
On HyperHDR, my LEDs are detected on COM3 but there is nothing happening. LEDs stay black. Any idea of what's wrong ?
Beta Was this translation helpful? Give feedback.
All reactions