ESP32 with DS1307 RTC Module
⏰ What is DS1307 RTC?The DS1307 is a real-time clock IC by Maxim Integrated that keeps track of:SecondsMinutesHours (12 or 24-hour mode)Day, Date, Month, YearAutomatically adjusts for leap years✅ It communicates with microcontrollers using SPI (Serial Peripheral Interface) — unlike the more common DS1307, which uses I2C.🔍 Key FeaturesFeatureDetailsInterfaceSPIVoltage2.0V – 5.5VTimekeepingSeconds, Minutes, Hours, Day, DateBattery backupYes (CR1220 or CR2032 coin cell)OscillatorRequires external 32.768 kHz crystalAlarm + Square WaveBuilt-in (configurable)🧰 Components RequiredComponentDescriptionESP32 boardMicrocontrollerDS1306 RTC moduleWith CR2032 battery and SPI pinsJumper wiresMale-to-female preferredBreadboardFor clean prototypingArduino IDETo program ESP32🔌 DS1307 to ESP32 Wiring...
