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
I have been using https://github.com/VSChina/ESP32_AzureIoT_Arduino for connection for some time and it has one very important feature. Recently I switched over to MKR GSM and started using examples https://github.com/arduino/ArduinoCloudProviderExamples and would like to understand if there are routines for following features part of libraries that are used.
Callback whether the message has been delivered / received to IOT HUB (MS AZURE) ? The main reason is to keep tracking and consistency whether all the messages from arduino has been received to MS azure. If there are, can you point me where it is so i will integrate to my routines.
Device twin callback i.e. firmware update via MS AZURE ? Also, if so can you point me where to find this routines ?
Attaching example from callback from ESP32 routine (acknowledge)
10:18:23.212 -> Info: >>>IoTHubClient_LL_SendEventAsync accepted message for transmission to IoT Hub.
10:18:23.521 -> Info: >>>Confirmation[2] received for message tracking id = 2 with result = IOTHUB_CLIENT_CONFIRMATION_OK
10:18:23.521 -> Send Confirmation Callback finished.
Attaching example from callback from ESP32 routine (devicetwin)
Hello, I did find out to use QoS set to level 1 or even 2 to ensure delivery.
Is there any notification about confirmation that message has been delivered or re-transmitted and so on ? I would like to start logging this type of data for further analysis.
Hello,
I have been using https://github.com/VSChina/ESP32_AzureIoT_Arduino for connection for some time and it has one very important feature. Recently I switched over to MKR GSM and started using examples
https://github.com/arduino/ArduinoCloudProviderExamples
and would like to understand if there are routines for following features part of libraries that are used.Attaching example from callback from ESP32 routine (acknowledge)
This was an output to serial monitor:
Attaching example from callback from ESP32 routine (devicetwin)
Thank you
The text was updated successfully, but these errors were encountered: