Skip to content

12 hour clock program for the ATtiny84 Microcontroller.

Notifications You must be signed in to change notification settings

davidcooper1/ATtiny84Clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

ATtiny84 Clock

This is a small project aimed at creating a clock using the ATtiny84 microcontroller.

TODO


1 MHz Internal Oscillator Version

  • Create a fritzing design to upload.
  • Write assembly instructions.
  • Upload to Arduino Project Hub.

16 MHz External Oscillator Version

  • Create functions to use a shift register to turn on/off displays.
  • Handle AM/PM LED.
  • Handle Colon LED.
  • Create a Fritzing design to upload.
  • Write assembly instructions.
  • Upload to Arduino Project Hub.

Notes

  • The 1 MHz Internal Oscillator Version of the project does not keep time accurately. This is due to the fact that the Internal Oscillator in the ATtiny84 changes frequeny slightly due to changes in voltage or tempurature. Because of this, not as much work will be put into this version of the clock design.

About

12 hour clock program for the ATtiny84 Microcontroller.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages