You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 11, 2023. It is now read-only.
I followed the Microsoft Tutorial and got Azure working for the Adafruit Huzzah32 Feather. I set the message timer to send to Azure to 90 seconds. But every 20-30 messages it crashes and reboots the Huzzah.
Here is the serial out. You can see message 30 and 31 are okay. But then there is a timeout and when it tries to reconnect there is a SNTP failure.
Any ideas how to fix would be great. Thanks.
Msg: {"deviceId":"Esp32Device", "messageId":30, "Temperature":4.000000, "Humidity":19.200001}
Info: >>>IoTHubClient_LL_SendEventAsync accepted message for transmission to IoT Hub.
Info: >>>Confirmation[29] received for message tracking id = 29 with result = IOTHUB_CLIENT_CONFIRMATION_OK
Send Confirmation Callback finished.
Msg: {"deviceId":"Esp32Device", "messageId":31, "Temperature":7.000000, "Humidity":77.099998}
Info: >>>IoTHubClient_LL_SendEventAsync accepted message for transmission to IoT Hub.
Info: >>>Confirmation[30] received for message tracking id = 30 with result = IOTHUB_CLIENT_CONFIRMATION_OK
Send Confirmation Callback finished.
Info: >>>Connection status: timeout
Info: >>>Re-connect.
Info: Initializing SNTP
assertion "Operating mode must not be set while SNTP client is running" failed: file "/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/lwip/apps/sntp/sntp.c", line 591, function: sntp_setoperatingmode
abort() was called at PC 0x400e3b83 on core 1