You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can not find a reference now, but I thought I saw that this board used a WS2812B, and digging around I found that the timings on a B are different than rev A; datasheetadafruit reference code and thought perhaps that was the issue.
I grabbed the driver code and fiddled with the write intervals in an attempt to get it working but did not succeed. I think I understand what is happening in that codegen but I lack a lot of peripheral knowledge here.
It does work when using that Adafruit library and flashing from Arduino IDE.
Thanks!
The text was updated successfully, but these errors were encountered:
Well that's concerning, thank you for checking that @sago35.
I have another version where I also blink the machine.LED pin when I'm changing the neopixel and that works so I know it's flashing on and running OK, tinygo monitor works as well if I drop in println statements.
I will try asking over on the Adafruit support forums for ideas. I would suspect bum hardware but it operates fine from C++ so I'm lost.
I've got a Feather nRF23840 Express with the built in neopixel that I can not make light with ws2812.
I don't believe I have anything wrong in my code.
I can not find a reference now, but I thought I saw that this board used a WS2812B, and digging around I found that the timings on a B are different than rev A; datasheet adafruit reference code and thought perhaps that was the issue.
I grabbed the driver code and fiddled with the write intervals in an attempt to get it working but did not succeed. I think I understand what is happening in that codegen but I lack a lot of peripheral knowledge here.
It does work when using that Adafruit library and flashing from Arduino IDE.
Thanks!
The text was updated successfully, but these errors were encountered: