Skip to content

khooihzhz/ArduinoDayCounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Arduino Day Counter

Description

This is a basic day calculator by using Arduino Uno, RTC DS3231 and OLED SS1306. It calculates the days elapsed from a starting date and output on the OLED screen.

Libraries

These libraries can be downloaded from the Arduino IDE

  • <SPI.h>
  • <Wire.h>
  • "RTClib.h"
  • <Adafruit_GFX.h>
  • <Adafruit_SSD1306.h>
  • <AsyncDelay.h>

<PixelArt.h> This is a custom file to store the animation pictures (Not included in the folder)

Installation

  1. Download/Copy the codes in a new sketch file using the Arduino IDE
  2. Replace the startingDate and PixelArt pictures
  3. Upload the code into the Arduino

Credits

About

Simple Day Counter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages