We’ve all seen word clouds, like in the sidebars of blogs, but let’s see how we might create our own with a little bit of code!
Let’s recreate the Simon game of the 1980s using a Raspberry Pi and Sonic Pi!
Let’s learn how to flash an LED on the Raspberry Pi when someone sends us a new email.
I created a morse code generator before based on entering a string at the console. Now I extended it to generate a message by clicking a button.
When you start out creating circuits with the Raspberry Pi and its GPIO pins, there’s an unexpected but important concept to understand, called “floating”. To adjust for it, you need to understand how to use pullup and pulldown resistors.
Making the Pi blink an LED a few times is thrilling, but what about building something.. more? Let’s build a morse code transmitter!
I unboxed my Raspberry Pi a few weeks ago and started learning Python. Let’s code the “Hello World” of the Pi, and make an LED blink.