ElPercha / PLsi

Fully functional -Low Cost- PLC & HMI based on ESP32 module and 320x240 Touchscreen Display
GNU General Public License v3.0
38 stars 19 forks source link

RTC with Date and Time management Instructions #35

Open ElPercha opened 3 years ago

ElPercha commented 3 years ago

To retrieve the date & time from server (it will only work with WiFi) Other option is to add hardware RTC connected to I2C bus

ElPercha commented 3 years ago

To connect a RTC ds3231 module on the I2C bus seems to be a good solution. Targeted for Hardware V1