My first blog post in a few years! I have some articles Iād like to publish, and some adventures to share, so I thought it was time to
fire up a blog engine again.
My nine year old son, Benjamin, is really into programming with Scratch and heās keen to play with electronics and learn MicroPython. Which is awesome because thereās almost nothing I would love to do more with him.
MicroPython is an extremely impressive implementation of Python that will run on embedded devices and microcontrollers, as well as bigger tiny computers like the Raspberry Pi.
Iāve dug out an old MicroBit I had, purchased a Raspberry Pi Pico board/kit and also a ZumoBot 2040 robot which uses the same microcontroller as the Pico, to play with.
Iām now starting to get to grips with the basics, using the Thonny IDE.
I have a bunch of Neopixel LEDs, including a long light strip, Iād like to wire up in my living room controlled by a Pico board and an Android App using Kivy. Thatās my goal number 1.
Iād like to program the ZumoBot to explore and map my flat. Goal 2.
Meanwhile Benjamin is enjoying playing with electronics (switches, LEDs, potentiometer and now a motor) with the Pico and on his own heās programming the MicroBit with Scratch (or at least āblocksā which is the Microsoft equivalent). Iāve also done my first soldering in over a decade.
I have a github repository to track my tinkering, but Iād like to write up some recipes and post them on this blog as I go.
(The biggest hurdle is I canāt easily create circuit diagrams. Time to explore.)
The github repository and ZumoBot links: