Radio time station transmitter using the Raspberry Pi #PiDay #RaspberryPi @Raspberry_Pi

Radio time station transmitter using the Raspberry Pi

Do you have a watch or device that is supposed to sync its time with one of the world time services? DCF77 (Germany), WWVB (US), MSF (UK), or JJY (Japan)?

There are many times you may not be near these transmitters to have your device sync up or your location may shield the signal. What to do??

Henner Zellerhzeller on GitHub, has designed and implemented an elegant solution using a Raspberry Pi! With the code and a few small components, the circuit broadcasts to a device like a watch just like the time services would, over radio frequencies!

I am living in a country where there is no DCF77 sender nearby for my European radio controlled wristwatch to get its time. This vintage Junghans Mega doesn’t have any buttons to set the time, so to bring it back to life, I built my own ‘transmitter’, taking the NTP time of a Raspberry Pi and generating a modulated signal via GPIO pins to then magnetically couple it into the watch ferrite.

This program is useful if you have a clock that otherwise does not get any reception. This magnetic coupling is very low power and only works over a few centimeters, but before running this program, make sure you follow your local laws with regard to restrictions on radio transmissions.

See the video below for a demonstration and head over to GitHub for the code and build instructions.

Do you have a radio enabled device (Ed: I have a Casio watch that uses US or Euro time broadcasts)? Let us know in the comments.