Decoding a Morse code Easter Egg

One of the sports in the Wii Sports Resort game is Island Flyover, where you get to pilot an aeroplane round the island and its surrounding waters. There is a lighthouse, and when you fly near it, you hear a sound very like Morse code. My younger two children and I decided to see if this really was Morse code, or just something made to sound a bit like it. Our first job was to capture the audio while a player flew the plane near the lighthouse. This is what we got: This was going to be tricky for us to analyse, so, in Audacity, we applied a high-pass filter to try to cut out some of the engine noise,

Continue reading

A modified escapement design

A previous post described a Lego implementation of an escapement mechanism similar to one I’d seen in the British Museum. Recently, Zach and I built something a bit closer to the actual Tompion escapement. The pins are all in a line round the wheel, and the pallets are also in a line, offset around the circumference. It still has the difference that the interaction between the pins and the pallets takes place on the side of the wheel, rather than the top. Pleasing that this one worked too!

Continue reading

Binary Email Lights

[This is a guest post written by Zach.] I’ve been using a Raspberry Pi as a desktop for a while now and it has been working great, but one annoying thing was that I had to turn on both my monitors (in case the mouse is in the wrong one) when I wanted to check my email, so I thought to make a light box to tell me if I had an email. Also, flashing lights are always cool. I, with my dad, built a display box with three LEDs so it can show up to seven emails in binary. Hardware The hardware side of this project was pleasingly simple because the Raspberry Pi has built in GPIO pins. What

Continue reading