[last updated: 2022-12-16]
RTC module
7-segment display w/ backpack module
-----
- Hardware:
- Arduino Nano
- RTC - PCF8523 - Adafruit: 3295 breakout
- 4-digit 7-segment LED display with i2c backpack - Adafruit: 878
- Circuit board
----------------------------------------
- Programming:
- Starting from: example program from: Adafruit LED Backpack Library > clock_sevenseg_ds1307 ... edited to use the PCF8523 RTC; and example program from: RTClib > pcf8523
- Also see notes about needed libraries in RTC and 7-segment backpack pages, linked above.
- Current Program: clockTimer-12
----------------------------------------
- later...
- add speaker
- add LiPo battery and charger
- convert to more accurate, lower drift, RTC
- synch time with internet via wifi
.
.
.
eof