Search found 2 matches
- Mon Feb 05, 2024 10:29 am
- Forum: ESP-IDF
- Topic: System Time High Resolution Timer Reboot Perserving Accuracy
- Replies: 0
- Views: 461
System Time High Resolution Timer Reboot Perserving Accuracy
Hi Forum! My configuration uses the combined RTC & High Resolution Timer for the System Time. I do not have any Sleep Modes in use. I am using an ESP32S2. I have a scenario where i have to keep a fairly accurate system time (over days, maybe even weeks) without being able to perform another NTP Sync...
- Tue Mar 29, 2022 11:18 am
- Forum: ESP-IDF
- Topic: HTTPS Server Cipher Suite
- Replies: 1
- Views: 2368
HTTPS Server Cipher Suite
Hello! For my current project i am developing a HTTPS Server that runs on the ESP32-S2. It shall be used by a mobile Application. One of the requirements is that the Cipher Suite that shall be used will be ECDHE_RSA_AES128_SHA256. From my understanding, i can simply implement the HTTPS Server as it ...