I have been trying to connect with Azure IoT Central using the raspberry pico w. My proyect is a Metrology IoT Device which sense a bunch of enviromental parameters and sends the infromation using MQTT currently to a broker. I have set up the LWIP MQTT and Azure SDK but I am not sure of the following:
- Which enpoint shoud I use for the Azure IoT Central?
- If I am using a SAS token, do I need to have a CA certificate as well?
- The examples for the Azure SDK for C are either IoT Hub, Provisioning or telemetry which one should I use.
I am using this endoint: .azureiotcentral.com, and I have done the process of decode64->hmac->encode64 for the SASkey, along side the Azure SDK for C to get the username and passwords and I am using port 8883.