.@ Tony Finch – blog


Yesterday evening I finally did something with my Raspberry Pi.

I bought a few things to go with it: One is a "starter kit" which contains a holder for the RasPi and a breadboard and a few components. I thought this would be a good low-investment way to try out a bit of electronic fiddling. The other is a radio clock receiver. I'm not actually sure if it's an MSF or DCF77 receiver since the supplier seems a bit confused.

The clock receiver needed the ferrite aerial and some jumper leads soldered to the board. Ian Jackson kindly agreed to let me use his workshop and provided helpful advice. The last time I did any soldering was about 20 years ago, so I was quite pleased that I didn't make a complete hash of it. I took pictures of the bottom of the board and the top so you can judge for yourselves.

After returning home I got out the RasPi and plugged a few components into the GPIO pins. I then fired it up and started working out how to drive them. The path of least faff and greatest learning seemed to be to type in the example C driver code from the wiki. Before very long I turned on an LED. Woo!

After a bit more fiddling I got the clock receiver connected and I had a program that echoed its output signal to the LED. There's actually a tiny status LED on the receiver, so the two flash in unison. Unfortunately they aren't flashing a pulse-per-second signal: the receiver is only receiving noise, with maybe a PPS buried in there somewhere. Bums.