Git Product home page Git Product logo

wwvb_jjy's Introduction

Arduino WWVB & JJY Transmitter

02/05/2017 - Tx example now working! But its kinda useless as no sync examples are provided yet (put it in my TODO list)

An Arduino based WWVB & JJY transmitter for ATmega328p and ATmega32u4 based Arduino boards Works with 16MHz or 8MHz boards

Requirements

Implementation notes

Note: the following #define's must come in your .ino file prior to including [wwvb_jjy.h] (https://github.com/micooke/wwvb_jjy/blob/master/wwvb_jjy.h)

  • Normally the inbuilt LED is flashed along with the modulation. #define WWVB_JJY_PULSE_LED 0 will disable it
  • #define WWVB_JJY_PWM : PAM method outputs a CW carrier and a modulation signal on two separate pins
  • (default) : PWM method sets the duty cycle of the carrier to 0 for signal low. the modulation signal is still output (incase you want a blinky light?)

About WWVB

http://www.nist.gov/pml/div688/grp40/wwvb.cfm

WWVB: 60kHz carrier, Amplitude modulated to Vp -17dB for signal low

About JJY

http://jjy.nict.go.jp/jjy/trans/index-e.html

JJY: 40kHz carrier, Amplitude modulated to Vp -17dB for signal low (same as WWVB)

JJY is inverted compared to WWVB. At the start of a pulse it is HIGH (WWVB starts low) and the time at which it goes LOW determines the code type.

As explained in : https://en.wikipedia.org/wiki/JJY

There are three different signals that are sent each second:

  • 0 bits consist of 0.8 s of full power, followed by 0.2 s of reduced power.
  • 1 bits consist of 0.5 s of full power, followed by 0.5 s of reduced power.
  • Marker bits consist of 0.2 s of full power, followed by 0.8 s of reduced power.

Hookup

wwvb wiring options

  • Tx example - static time set, non-syncing examples
  • Rx example - receives the modulation pin to decode your timecode for debug purposes

wwvb_jjy's People

Contributors

micooke avatar per1234 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.