Coder Social home page Coder Social logo

clock_arduino's Introduction

Arduino Clock

Presentation

This project is as simple as his title, just a clock display on a 4 Digital 7 Segment Display. The hour can be change via a remote control.

Modules

  • Arduino card with at least 9 pins
  • 4 Digital 7 Segment Display
  • RTC, in my case I use a DS1307
  • IR receiver module
  • Decoder (not essential but better to use less pins on arduino card), in my case I use a 74HC595 IC

Libraries

  • IRremote.h
  • to manage the remote control

  • Wire.h
  • allow you to communicate with SDA and SCL pins of the Arduino card (usefull for the RTC)

    you can see the location of those pins here : https://www.arduino.cc/en/reference/wire

  • DS1307.h
  • to create an instance of clock object to get the hour

clock_arduino's People

Contributors

severinrobert avatar

Watchers

 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.