DS1307_RTC
·39 words·1 min
RTC with DS1307 #
Get current time with Real Time Clock using the Elegoo DS1307 Module
Resources #
- https://www.youtube.com/watch?v=6fSgAO36IfI
- https://pypi.org/project/smbus2/
- https://microdigisoft.com/interfacing-rtc-ds1307-module-with-raspberry-pi-using-python/
- https://datasheets.maximintegrated.com/en/ds/DS1307.pdf
TODO #
- how to read data using i2c (using smbus2)
- where to read data from (from datasheet)