-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set RTC without connecting to SNTP server #994
Comments
any ideas? |
The problem: As a solution, you can determine what the error is on each board and establish a correction mechanism. Any ideas?: You can get time and date too when upload a new sketch with the Arduino variables: " DATE " and " TIME ", but this is a fixed time when you upload the sketch and if you loose the power, the time back to the upload time. It's not a good solution... Regards. |
This issue is closed, because it looks as if it is not a bug or problem with the ESP32 Arduino core or its support libraries. For general API usage questions or help on specific coding challenges, please visit the arduino-esp32 Gitter channel. If you feel this issue was closed in error, reopen it and comment, why you think this is a bug in the Arduino-Core. |
I wrote a library for that, check it out here |
Hi. I'm currently developing an automation program and need to use real time clock. As i read, esp32 has built-in RTC and there are way to config time using NTP server. My problem is i'm not using wifi and my program will run totally in offline mode. Is there any way i can set the time without connecting to any server?(i planned to set time via bluetooth)
Thankyou.
The text was updated successfully, but these errors were encountered: