Hi all, I'm using the PB0 port on J37, along with 5V and GND, connected to my disco on a stick. Picture below is me testing it with an Arduino with a basic Neopixel library, which works.
Here's what I tried:
- Changed my config pin to PB10
- Changed my data pin to PB7
- Repeatedly adjusted the color slider via Fluidd
- Used a multimeter and verified that the voltage on the neopixel's end is 5v
- Performed a successful continuity check on the data pins on both ends
- Tried RGB, GRBW, RGBW, etc
- Added a 470 Ohm resistor just before the data pin on the Neopixel's end
- Tried with a different set of much shorter cables
All didn't result in a single LED being lit up.
Here's the part of my .cfg file:
[neopixel chamber_leds]
pin: PB0
chain_count: 18
color_order: GRB
initial_RED: 1
initial_GREEN: 0
initial_BLUE: 0
Any help would be greatly appreciated!