April 19, 2024

The Project Paradox

I try hard not to impose my will upon our “students.” Honest educators will confess that such temptation is hard to resist, especially when you would like students to have a particular experience or learn something specific. Add the constraints imposed by a four-day event and oh, boy do you want to teach! But resist you must!

Programming Neopixels with MakeCode and the BBC micro:bit

NeoPixels are tiny, programmable, color-changing, LEDs manufactured by AdaFruit. NeoPixels make cool additions to micro:bit projects since they require little power, can be addressed individually or in groups, and can change color. Although MakeCode makes programming the micro:bit easy, there was too little documentation about how to control the NeoPixels until now.