DS3232RTC

Arduino Library for Maxim Integrated DS3232 and DS3231 Real-Time Clocks (by JChristensen)

DS3232RTC Alternatives

Similar projects and alternatives to DS3232RTC based on common topics and language

  • ErriezDS3231

    DS3213 high precision RTC (Real Time Clock) library for Arduino

  • RF24

    OSI Layer 2 driver for nRF24L01 on Arduino & Raspberry Pi/Linux Devices

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • 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.

  • ESP32Time

    An Arduino library for setting and retrieving internal RTC time on ESP32 boards

  • pomodoro

    Pomodoro timer based on Arduino Pro Mini board and stylized as a Mario block (by 2CoderOK)

  • ArduinoJson

    📟 JSON library for Arduino and embedded C++. Simple and efficient.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better DS3232RTC alternative or higher similarity.

DS3232RTC reviews and mentions

Posts with mentions or reviews of DS3232RTC. We have used some of these posts to build our list of alternatives and similar projects.
  • ESP32 + HTTP Time server + DS3231 clock: Can't find working code anywhere!
    1 project | /r/esp32 | 15 Aug 2022
    #include #include #include #include // https://github.com/JChristensen/DS3232RTC DS3232RTC myRTC; const char *ssid = "YOURSSID"; const char *password = "YOURPASSWORD"; WiFiUDP udp; EasyNTPClient ntpClient(udp, "pool.ntp.org", (2*60*60)); // IST = GMT + 2 void setup(){ Serial.begin(115200); myRTC.begin(); WiFi.begin(ssid, password); while (WiFi.status() != WL_CONNECTED) { delay(500); Serial.print("."); } } void loop() { myRTC.set(ntpClient.getUnixTime()); delay(20000); // wait for 20 seconds before refreshing. }

Stats

Basic DS3232RTC repo stats
1
375
0.0
almost 2 years ago

JChristensen/DS3232RTC is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.

The primary programming language of DS3232RTC is C++.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com