Skip to content

MichMich/AnalogVoltMeterClock

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
lib
 
 
src
 
 
 
 
 
 
 
 
 
 

Analog Volt Clock

An Arduino Volt Meter Analog Clock based on a TinyRTC real time clock.

For more info about this project, check out my blog for the full story images, and the end result of the project: http://michaelteeuw.nl/post/174972004187/what-time-is-it-fathers-day

PLATFORM IO

This is a PlatformIO project. By using PlatformIO, all nessecery dependencies will be installed automatically.

LICENSE

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"). For more info see LICENSE.

CONNECTIONS

TinyRTC

  • GND > Arduino GND
  • VCC > Arduino 5V
  • SDA > Arduino A4
  • SCL > Arduino A5

Button Adjust Hour

  • [] > Arduino D7
  • [] > Arduino GND

Button Adjust Minute

  • [] > Arduino D8
  • [] > Arduino GND

Meter HOURS

  • [-] > Arduino GND
  • [+] > Arduino D3

Meter MINUTES

  • [-] > Arduino GND
  • [+] > Arduino D5

Meter SECONDS

  • [-] > Arduino GND
  • [+] > Arduino D6

Meter LEDS

All LEDs are connected in parallel, with one 33 Ohm resistor.

  • LEDS [+] > RESISTOR > Arduino 5V
  • LEDS [-] > Arduino GND

Releases

No releases published

Packages

No packages published

Languages