IoT Middleware for FreeRTOS - Possible Race Condition
I've been utilising the sample repo (https://github.com/Azure-Samples/iot-middleware-freertos-samples) for Azure's IoT Middleware for FreeRTOS, specifically for an ESP32. I've added an additional subscribe to Cloud-to-Device (C2D) messages: * Sends an…
Azure IoT SDK
How to access IoTHubClient_Auth_Get_SasToken
We currently call IoTHubDeviceClient_LL_AzureStorageInitializeBlobUpload and pass the SAS token to an external process. We are going to upload larger files and do not want to do it in the C/ADU code, thus the external process. if…
Azure IoT SDK
Can Voice Assistant UMD be extended to Sensor Class Extension to reuse the presence monitoring service path?
Hi MSFT team, I want to query - If Voice Assistant UMD can act as a sensor extended on Sensor Class Extension to reuse the pesence motoring service path to let device enter/exit modern standby mode?
Azure IoT SDK
 
	
			  Disconnected from MQTT, error: Optional(Error Domain=MGCDAsyncSocketErrorDomain Code=8 "Error in SSLSetCertificate" UserInfo={NSLocalizedDescription=Error in SSLSetCertificate})
I am trying to connect with MQTT with DigiCert G2 .crt certificate from https://free.blessedness.top/en-us/azure/security/fundamentals/azure-ca-details?tabs=root-and-subordinate-cas-list#root-certificate-authorities, I am getting this error. Disconnected…
Azure IoT Hub
Azure IoT SDK
 
	
			  How to avoid Base64 encryption for telemetry data through Azure IoT SDK
Hello, I'm currently using Azure IoT Hub SDK 1.2.10 for my IoT project. The telemetry data sent from my IoT device should not be encrypted (JSON format) but I've noticed that the SDK does a Base64 encryption before sending the telemetry data to the…
Azure IoT Hub
Azure IoT SDK
How to upgrade to Azure Device Update Agent 1.1.0 or later when using the azure-iot-freertos-middleware
According to the new docs on root key rotations, it is recommended to use the update agent v1.1 It's strongly recommended to adopt Device Update Agent version 1.1.0 or later, which will automatically obtain all future root keys for your devices as…
Azure IoT SDK
 
	
			  Module connection using x509 certificates
Hi, When reading the docs about connecting devices and modules using a x509 certificate there is this part about the required common name (CN): For modules using X.509 authentication, the module's certificate must have its common name (CN) formatted…
Azure Internet of Things
Azure IoT Hub
Azure IoT SDK
How to use exponential back-off logic in Azure device client?
I have a job in C# which runs every 5 minutes and acts like a heartbeat to check the client status When the status is Disconnected_Retrying, I exit the timer job assuming retry will work. However, status always comes as Disconnected_Retrying and…
Azure IoT SDK
Developer technologies | C#
 
	
			  Do SAS URIs expire after successful file uploads in IoT Hub?
I am running a script that collects data from a device and uploads it to a storage account at regular intervals. This process is leading to an error, as described in this issue (403 TooManyDevicesError after 10 Files). I suspect that I might be hitting…
Azure Blob Storage
Azure IoT Hub
Azure IoT SDK
Azure SDK for listing VMs and VMSS
Hi Team, I am looking for Azure SDK to list all VMs under the VMSS. I can see that we have APIs to list the resources but I need to implement this using SDK. Please let me know if there is any SDK that I can leverage to. Thanks.
Azure Virtual Machines
Azure IoT SDK
Azure Virtual Machine Scale Sets
How to send messages from Iot Edge Module to Storage Account through route?
I have an IoT Edge Module filtermodule which sends telemetry using send_message (docs) with IoTHubModuleClient every minute. When I run this module, the IoT Hub message counter in the portal is incrementing. Also, I used this route in the IoT Edge Hub…
Azure Internet of Things
Azure IoT Edge
Azure IoT Hub
Azure IoT SDK
 
	
			  Retrieving Data from an Existing Mosquitto MQTT Broker
What are the steps to retrieve data from an existing Mosquitto MQTT broker? I have no control on the broker, I only have the required information to subscribe to it. I have found the documentation on Azure to be increasingly convoluted, making it…
Azure Internet of Things
Azure IoT Central
Azure IoT Hub
Azure IoT SDK
Azure IoT Operations
Concurrent Device Connections and Telemetry on Azure IoT Hub
Details: SDK Versions: azure-iot-device : 2.14.0 azure-iot-hub : 2.6.1 asyncio : 3.4.3 Python Version : 3.10.12 Azure IoTHub Details: Tier: S1 Description of Issue: I have developed a Python script using the Azure IoT SDK to…
Azure IoT Hub
Azure IoT SDK
 
	
			  How to Integrate HX711 with ESP32 and Azure SDK C for Weight Capture?
I'm working on a project where I need to capture the weight from an HX711 load cell connected to an ESP32 board and integrate the data with Azure IoT Hub using the Azure SDK for C. I have already configured the iot_configs.h file correctly with the…
Azure IoT Central
Azure IoT SDK
Azure | Azure Startups
Integration of MS Teams Call feature in a 3rd party website & mobile app
Need information for integration of MS Teams Call feature in a 3rd party website & app. We are currently using JITSI as a Service (JaaS) and wish to replace using the Microsoft Graph and integrating it on our platform. We need the pricing plan for…
Azure IoT SDK
Microsoft Security | Microsoft Graph
Microsoft Teams | Microsoft Teams for business | Other
Using the Azure IoT Hub SDK for C in an iOS Swift app
Hello, I have been tasked with creating a library for a client's iOS app which is built in Swift. It just needs to achieve two things, connecting to the IoT Hub with a connection string and receiving cloud to device (C2D) messages. Having read through…
Azure IoT SDK
Programmatically regenerate primary key of an existing IoT device
I have a requirement to rotate the access key of my IoT devices periodically. Let say each device should rotate their key every year, started from the registration date. In my use case, I don't wish to rotate the access key of all devices in same batch.…
Azure IoT Hub
Azure IoT SDK
Keep-alive timeout for IoTHub connection without device SDK
I am connecting to IoT Hub using an embedded solution, that does not support the device SDK. The solution is using a GSM modem, where the interaction with IoT Hub is implemented by AT commands. Authentification is x509 certificates (no SAS token). My…
Azure Internet of Things
Azure IoT Hub
Azure IoT SDK
azure-iot-sdk-c on freertos
I cross compile azure-iot-sdk-c to freertos mt7933, and run iothub_client/samples/iothub_ll_telemetry_sample/iothub_ll_telemetry_sample using mqtt over websocket. But it got ENOTCONN on recv after websocket handshaking success. (using mqtt is ok) When…
Azure IoT SDK
 
	
			  SAS Token not working for FileUpload IoTHub
I'm trying to replicate this https://github.com/Azure/azure-iot-sdk-csharp/blob/main/iothub/device/samples/getting%20started/FileUploadSample/FileUploadSample.cs example to upload a file. This part works: `// Note: GetFileUploadSasUriAsync and…
Azure Internet of Things
Azure Blob Storage
Azure IoT Hub
Azure IoT SDK
Developer technologies | C#
 
	
			  