Dennis Ernst
Dennis Ernst
Hello, I want to integrate the SARA R412-02B GSM modem with esp-azure sdk. Has anyone done this or a similar thing? I looked at this [port-guide](https://github.com/Azure/azure-c-shared-utility/blob/master/devdoc/porting_guide.md) from Microsoft and figured...
Hello, I am using this azure intergration in production and noticed that the devices disconnect after ~49 days. I think the problem lies in the[ implementation of tickcounter_get_current_ms](https://github.com/Azure/azure-c-shared-utility/blob/master/pal/freertos/tickcounter.c#L53), since the...
Hello, I would like to use the AMQP message protocol, for connecting multiple devices via CAN-Bus through a single ESP32 as a gateway. I included `#include "iothubtransportamqp.h"` and set `IoTHubClient_LL_CreateFromConnectionString(connectionString,...