Turning Light into Clicks

I recently hacked together a delightfully simple micro:bit app that converts ambient light into sound. Think of it as a poor man’s photodiode oscilloscope — or, more accurately, a light-controlled Geiger counter for photons. The idea is straightforward: more light → faster clicks. What the Code Does (in Human Terms) The micro:bit constantly reads the… Read more Turning Light into Clicks

Marquee on a 8×8 LED Matrix Display run by a Battery powered Arduino Pro Mini

In this post I’ll show you how to implement a marquee running on an Arduino Pro Mini (5V). The project uses a slightly adapted version of the C source we developed for running the same project based on a Raspberry Pi 3B+. The main changes werd applied due to the two function void setup() and… Read more Marquee on a 8×8 LED Matrix Display run by a Battery powered Arduino Pro Mini