Category Archives: Programming

Arduino Morse – pt. 3 – then no more

I’ve been meaning to write something about this for a long time, but didn’t, so let’s do it now. My last iteration of the Morseo project (on Github) includes an example that works with an LOL Shield to write out alphanumeric … Continue reading

Posted in Programming, Uncategorized | Leave a comment

Arduino Morse – pt. 2 – only Morseo

In my last post I wrote about a Morse code project I wrote for Arduino. I have a few additions to make on that subject.. Firstly, I rewrote the main bits of this code as a library, and renamed it … Continue reading

Posted in Programming, Projects | Leave a comment

Arduino Morse

For my first Arduino project (and my first project of any sort on Github) I chose something that could manipulate Arduino’s on-board LED — as per the “Blink” sample project, since it would require no additional hardware — but what can you … Continue reading

Posted in Programming, Uncategorized | 1 Comment