Micro:bit v2 + neopixel - just hangs? #7564
Unanswered
espruino-discuss
asked this question in
Other Boards
Replies: 1 comment
-
Posted at 2023-12-18 by @gfwilliams Hi - please can you give the latest cutting edge build a try? The nRF52 has an issue where it needs a few other pins to be set up (just to other GPIO that aren't connected) in order to make the I2S peripheral work. Those weren't set up before but I've just tried to find two unused GPIO and put a change in and hopefully that'll fix it for you espruino/Espruino@072a066 Posted at 2023-12-18 by AkosLukacs Works with the latest edge build \o/ Thank you Gordon! Posted at 2023-12-19 by @gfwilliams Great! Thanks for letting me know! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Posted at 2023-12-16 by AkosLukacs
Hi guys!
Wanted to do some coding with my kids, and tried latest Espruino on a Micro:bit (v2.00, DAPLink firmware updated). Basic things seem to work, but when I tried a simple neopixel write, it just hangs. Even
require("neopixel").write(D1, [255, 0, 0])
, it just hangs.Tried 2.19, 2v.18, 2v.14, 2v.11, 2v.08, same behaviour.
Did anyone use neopixels on the Micro:bit?
Beta Was this translation helpful? Give feedback.
All reactions