#ds1307
⚡️ RTC HAL Chapter completed: Learn to Write RTC HAL & drivers for Real Time Clock in Rust

- Create RTC HAL from scratch. Provides traits like embedded-hal

- Implement those traits and create driver for DS1307 and DS3231

- Generic Demo code

github.com/implferris/r...

#rustlang #embedded
September 17, 2025 at 3:21 AM
⚡️ RED Book: Learn to Write Platform-Agnostic RTC Drivers in Rust (Part 1)

- RTC => Real Time Clock

- In this 1st part, you will learn how to design and structure the RTC HAL that provides traits(like embedded-hal) to be used by driver crates

Github:
github.com/ImplFerris/r...

#rustlang #embedded
September 9, 2025 at 1:11 AM
"Raspberry Pi Pico: DS1307 RTC Module – Keep Track of Time (MicroPython)" via Random Nerd Tutorials

randomnerdtutorials.com/raspberry-pi...
Raspberry Pi Pico: DS1307 RTC Module (MicroPython) | Random Nerd Tutorials
Interface a DS1307 RTC module with the Raspberry Pi Pico programmed with MicroPython. Basic functioning of the module, connect it to the Pico, how to set and keep track of its time.
randomnerdtutorials.com
January 19, 2025 at 9:39 PM
Bonezegei_DS1307 (1.0.4) by Bonezegei (Jofel Batutay)

➡️ https://github.com/bonezegei/Bonezegei_DS1307

DS1307 Driver

#ArduinoLibraries #ArduinoLibs
GitHub - bonezegei/Bonezegei_DS1307: RTC Driver
RTC Driver. Contribute to bonezegei/Bonezegei_DS1307 development by creating an account on GitHub.
github.com
October 12, 2025 at 3:35 AM
Did you know that the ‘DS’ in DS1307 stands for Digital Sundial? That and more can be found in this episode of #DatasheetDigest.

anchor.fm/datasheetdig...
DS1307 I2C 64 Byte Real-Time Clock Datasheet by Datasheet Digest
The DS1307 I2C 64 Byte Real Time Clock datasheet has some hidden secrets in plain sight. On this DS1307 Mega Episode, we review the entirety of the DS1307 Datasheet and critique it with our 555-point…
anchor.fm
July 2, 2025 at 1:10 PM
RTC (1.9.0) for avr/mbed_nano/rp2040/mbed_rp2040/esp32/esp8266/renesas_uno by Manjunath CV

➡️ https://github.com/cvmanjoo/RTC

Library for I2C based RTCs (DS1307, DS3231, PCF8563, PCF8523, MCP7940).

#Arduino #ArduinoLibs #avr #mbed_nano #rp2040 #mbed_rp2040 #esp32 #esp8266 #renesas_uno
GitHub - cvmanjoo/RTC: A Simple Library for Arduino I2C RTCs
A Simple Library for Arduino I2C RTCs. Contribute to cvmanjoo/RTC development by creating an account on GitHub.
github.com
December 6, 2024 at 4:10 PM
Xのほうでちょろっと書いてましたが、\9kぐらいで買った中華Android Auto HU、電源落とすたびに時計が初期化されるトンデモ仕様だったため、RTC乗っけようと画策してます…というか、蓋開けて基板見たらSO8のICと32.768kHz水晶を乗せるしかない空きパターンがあったので「たぶんここに乗るやろ」と自然に思ったわけで…DS1307かと思ってSDAに来ている波形を見たら初手が"10100010"だったのでPCF8563を模擬する偽デバイスをPIC16F1827で書いて繋いで動かしてみたらビンゴでした…ただいまデバイスを手配中
February 13, 2024 at 6:24 AM
2) Also, after a lot of consideration, I decided to stick with using the DS3231 over the DS1307 as while the DS1307 is cheaper, it can only accept 5v while everything else uses 3.3v, which would just lead to everything being more complicated.
April 9, 2025 at 9:29 AM
Il y a un partie circuit temporisateur et une partie circuit relais pour activer l'éclairage de jour ou de nuit.
Le circuit est conçu pour pouvoir contrôler d'autres circuits relais avec d'autres alimentations et permettre une détection de panne.
October 2, 2025 at 4:23 PM
RTC_DS1307_Library (1.1.1) for avr/esp32/esp8266 by F. Alejandro Meza

➡️ https://github.com/mcu-electronics/RTC_DS1307_Library

Use a DS1307 Real Time Clock module with the Time library.

#Arduino #ArduinoLibs #avr #esp32 #esp8266
GitHub - mcu-electronics/RTC_DS1307_Library: Library for DS1307 RTC module with time and square wave output support.
Library for DS1307 RTC module with time and square wave output support. - mcu-electronics/RTC_DS1307_Library
github.com
January 30, 2025 at 7:50 AM
⚡️ Writing Embedded Rust Driver for Real Time Clock DS1307 (part 2)

- Second part of the RTC HAL Chapter

- Implement the RTC HAL for the DS1307 driver

red.implrust.com/rtc/ds1307/i...

#rustlang
September 12, 2025 at 2:53 AM
Rtc by Makuna (2.5.0) for arduino by Michael C. Miller ([email protected])

➡️ https://github.com/Makuna/Rtc

A library that makes interfacing DS1302, DS1307, DS3231, DS3234, and PCF8563/BM8563 Real Time Clock modules easy.

#Arduino #ArduinoLibs
GitHub - Makuna/Rtc: Arduino Library for RTCs, Ds1302, Ds1307, Ds3231, Ds3232, Ds3234 and Pcf8563/BM8563 with deep support. Please refer to the Wiki for more details. Please use the Github Discussions to ask questions as the GitHub Issues feature is used for bug tracking.
Arduino Library for RTCs, Ds1302, Ds1307, Ds3231, Ds3232, Ds3234 and Pcf8563/BM8563 with deep support. Please refer to the Wiki for more details. Please use the Github Discussions to ask questions...
github.com
November 4, 2024 at 5:00 PM
RTC_DS1307_Library (1.0.0) for avr/esp32/esp8266 by F. Alejandro Meza

➡️ https://github.com/mcu-electronics/RTC_DS1307_Library

Use a DS1307 Real Time Clock module with the Time library.

#Arduino #ArduinoLibs #avr #esp32 #esp8266
GitHub - mcu-electronics/RTC_DS1307_Library: Library for DS1307 RTC module with time and square wave output support.
Library for DS1307 RTC module with time and square wave output support. - mcu-electronics/RTC_DS1307_Library
github.com
January 28, 2025 at 5:50 AM
RTC (1.9.2) for avr/mbed_nano/rp2040/mbed_rp2040/esp32/esp8266/renesas_uno by Manjunath CV

➡️ https://github.com/cvmanjoo/RTC

Library for I2C based RTCs (DS1307, DS3231, PCF8563, PCF8523, MCP7940).

#Arduino #ArduinoLibs #avr #mbed_nano #rp2040 #mbed_rp2040 #esp32 #esp8266 #renesas_uno
GitHub - cvmanjoo/RTC: A Simple Library for Arduino I2C RTCs
A Simple Library for Arduino I2C RTCs. Contribute to cvmanjoo/RTC development by creating an account on GitHub.
github.com
December 22, 2024 at 1:30 PM
Bonezegei_DS1307 (1.0.2) for arduino by Bonezegei (Jofel Batutay)

➡️ https://github.com/bonezegei/Bonezegei_DS1307

DS1307 Driver
GitHub - bonezegei/Bonezegei_DS1307: RTC Driver
RTC Driver. Contribute to bonezegei/Bonezegei_DS1307 development by creating an account on GitHub.
github.com
March 11, 2024 at 5:43 PM
uEEPROMLib (1.2.2) for arduino by Naguissa

➡️ https://github.com/Naguissa/uEEPROMLib

I2C EEPROM library. Split from uRTCLib https://github.com/Naguissa/uRTCLib - This library controls any I2C EEPROM, independent ones or incorporated on DS1307 or DS3231 RTCs.

#ArduinoLibraries #ArduinoLibs
GitHub - Naguissa/uEEPROMLib: I2C EEPROM library. Split from uRTCLib. This library controls any I2C EEPROM, independent ones or incorporated on DS1307 or DS3231 RTCs.
I2C EEPROM library. Split from uRTCLib. This library controls any I2C EEPROM, independent ones or incorporated on DS1307 or DS3231 RTCs. - Naguissa/uEEPROMLib
github.com
April 29, 2025 at 5:35 PM
Rtc by Makuna (2.4.3) for arduino by Michael C. Miller ([email protected])

➡️ https://github.com/Makuna/Rtc

A library that makes interfacing DS1302, DS1307, DS3231, DS3234, and PCF8563/BM8563 Real Time Clock modules easy.
GitHub - Makuna/Rtc: Arduino Library for RTCs, Ds1302, Ds1307, Ds3231, Ds3232, Ds3234 and Pcf8563/BM8563 with deep support. Please refer to the Wiki for more details. Please use the Github Discussions to ask questions as the GitHub Issues feature is used for bug tracking.
Arduino Library for RTCs, Ds1302, Ds1307, Ds3231, Ds3232, Ds3234 and Pcf8563/BM8563 with deep support. Please refer to the Wiki for more details. Please use the Github Discussions to ask questions...
github.com
May 8, 2024 at 12:07 AM
Un reloj con módulo RTC #ds1307 ideal para sistemas que necesiten #logger o #Backups en la plataforma #arduino o #esp32

www.infotronikblog.com/2015/05/ardu...
Arduino: Reloj calendario con RTC DS1307 i2C
Este ejemplo es básicamente el mismo que el anterior post "arduino: reloj calendario sin rtc" pero esta vez con un RTC (Real Time Clock).
www.infotronikblog.com
September 26, 2025 at 10:30 AM
RTC (1.7.1) for avr/mbed_nano/mbed_rp2040/esp32/esp8266 by Manjunath CV

➡️ https://github.com/cvmanjoo/RTC

Library for I2C based RTCs (DS1307, DS3231, PCF8563, PCF8523).
GitHub - cvmanjoo/RTC: A Simple Library for Arduino I2C RTCs
A Simple Library for Arduino I2C RTCs. Contribute to cvmanjoo/RTC development by creating an account on GitHub.
github.com
March 7, 2024 at 2:06 PM
RTC (1.9.1) for avr/mbed_nano/rp2040/mbed_rp2040/esp32/esp8266/renesas_uno by Manjunath CV

➡️ https://github.com/cvmanjoo/RTC

Library for I2C based RTCs (DS1307, DS3231, PCF8563, PCF8523, MCP7940).

#Arduino #ArduinoLibs #avr #mbed_nano #rp2040 #mbed_rp2040 #esp32 #esp8266 #renesas_uno
GitHub - cvmanjoo/RTC: A Simple Library for Arduino I2C RTCs
A Simple Library for Arduino I2C RTCs. Contribute to cvmanjoo/RTC development by creating an account on GitHub.
github.com
December 11, 2024 at 8:10 PM
GiamMa-based researchers SDR R&D IoT: A library that makes interfacing DS1302,DS1307,DS3231,PCF8583, PCF8563, #RTC_Millis Real Time Clock modules easy by NeiroNx #SoftwareDefinedRadio #DIY #HomeMade #DS3231 #Ham #Beacon #Arduino #Nano #ArduinoNano #Timing
November 19, 2024 at 4:10 PM
adafruit-circuitpython-ds1307 2.1.21

CircuitPython library for DS1307 real time clock.

Author: Adafruit Industries
🏠Homepage
December 29, 2024 at 2:01 PM