Skip to content

snt/rpi_jjy_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

40khz JJY server for Raspberry Pi

JJY server is time synchronization server in Japan, emitting 40khz or 60khz signals.

We use RPIO to use PWM.

setup

software

sudo pip install RPIO

hardware

We use almost same configuration as an article of Nikke Computer.

  • a 30k ohm resistor
  • a LED
  • a 2SC1815
  • long wire (as an antenna).
GPIO4 (pin7) -> 30k ohm resistor -> base of 2SC1815

GND   (pin6) -> emitter of 2SC1815

VCC   (pin2) -> LED -> collector of 2SC1815
                    -> long wire

run

sudo python jjy.py

This transmits JJY signals from the 0 second of next minute. Put your JJY compatible clock near to the antenna, push sync button or so, and wait for it.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages