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?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
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?