Giter VIP home page Giter VIP logo

wwvbclock's Introduction

WWVBClock

WWVB radio clock parts list

Arduino Uno

Receiver module https://universal-solder.ca/product/wwvb-msf-jjy60-atomic-clock-receiver-module-60khz/

http://canaduino.ca/downloads/60khz.pdf

Receiver IC http://canaduino.ca/downloads/MAS6180C.pdf

#define RADIO_POWERDOWN_PIN 6 // P1  
#define RADIO_OUT_PIN       7 // T

Sparkfun DeadOn Real Ttime Clock https://www.robotshop.com/ca/en/sfe-deadon-real-time-clock.html

https://learn.sparkfun.com/tutorials/deadon-rtc-breakout-hookup-guide

#define RTC_SELECT_PIN     10  
#define RTC_INTERRUPT_PIN  2  
// GND - GND  
// VCC - 5V  
// SQW - D2  
// CLK - D13  ** conflicts with LED_BUILTIN!  
// MISO - D12  
// MOSI - D11  
// SS - D10

8 x 7 segment LED display module (DFR0090) https://www.robotshop.com/ca/en/dfrobot-8-character-7-segment-spi-led-module.html

https://www.dfrobot.com/wiki/index.php/3-Wire_LED_Module_(SKU:DFR0090)

#define LED_LATCH_PIN     8  
#define LED_CLOCK_PIN     3  
#define LED_DATA_PIN      9  

wwvbclock's People

Contributors

ahooper 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.