I made a 3d printed led signboard, with WLED. I used a wemos D1 mini controller.
I use automatic turn on/off with macros and it works well if a NTP server is available. But no wifi is accessible where the signboard is, so every time power is disconnected, time is resetted to 1970.
I add a RTC module with battery (DS 3231) connected to SDA and SCL pins of the card. But it’s doesn’t seems to works with Wled. Time is lost when power is disconnected.
Does someone succesfully use this kind of module with WLED? Does when the NTP server is accessible time is setted on the serial I2C port?
I am trying to compile with the RTC module, using version .14B4, and the module it not being included in the build. Other modules (such as audio) are not being included as. Could someone recommend the best way to do this? I followed the directions on the wled knowledge page, but still doesn’t work.
Hello, I solved it by enabling a hotspot on my phone. login name and password same as the Wled(esp32) settings. The time is then taken from the internet via my phone. After that, time continues to run in the ESP32 without internet.