211 questions with Azure IoT SDK tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

How to use Azure sphere device as a wifi access point

Hi. We want to add/change wifi credentials of our device through phone after the initial setup at the factory. Is there any way to use the Azure sphere device as wifi access point. Thank you

Azure Sphere
Azure Sphere
An Azure internet of things security solution including hardware, operating system, and cloud components.
163 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
211 questions
asked 2023-03-15T02:27:11.28+00:00
95504669 526 Reputation points
commented 2023-03-21T18:41:41.42+00:00
QuantumCache 20,186 Reputation points
1 answer

Deployment template for multiple init containers azure iot edge

I have 2 init containers and 1 main container and want to deploy into azure iot edge. Requirement is these 2 init containers should run in order first before main container starts. I was able to do this in kubernetes pod and also docker compose(using…

Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
557 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
211 questions
asked 2023-02-01T05:08:48.9333333+00:00
Madanala, Jayashree 151 Reputation points
edited a comment 2023-03-13T20:29:27.2166667+00:00
LeelaRajeshSayana-MSFT 13,951 Reputation points
1 answer

How do I associate a certificate with an IoT Edge SDK connection on iOS & Android

I am trying to connect to an IoT Edge device from iOS and Android apps. It looks like the SDK relies on using the local device certificate store to enable the handshake/authentication for connecting to MQTT. I have this working on Windows using a local…

Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
557 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
211 questions
asked 2023-02-01T09:37:17.24+00:00
Philip 0 Reputation points
edited a comment 2023-03-13T20:28:41.08+00:00
LeelaRajeshSayana-MSFT 13,951 Reputation points
1 answer

Using Azure Iot SDK with Azure Identity Service

Background: I am using the Azure IoT Hub SDK for Python to establish a device connection to IoT Hub. The device authentication method is self-signed x509 certificates. On the device side, I am using Azure Identity Service to manage and rotate device…

Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
211 questions
asked 2023-01-12T23:38:58.0566667+00:00
Abby Greentree 171 Reputation points
commented 2023-03-10T14:56:26.6166667+00:00
Abby Greentree 171 Reputation points
2 answers

Unable to run IoT Edge Module in Visualstudio : [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed

I try to create a edge module, my linux machine edge gateway is success and device is online in IoTHub. I am using this device connection string to create a custom IoT Edge module with simulator from visualstudio, when i run the solution it always throws…

Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
557 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,149 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
211 questions
asked 2023-01-13T12:57:13.6433333+00:00
Manoharan, Kesavaraj 5 Reputation points
answered 2023-03-10T01:06:23.5133333+00:00
QuantumCache 20,186 Reputation points
1 answer One of the answers was accepted by the question author.

D2C messages sending retry mechanism on Azure Sphere

Hi, everyone. I am developing an application that runs on Azure Sphere and I faced an issue with my current implementation. The main problem is that SDK destroys any pending message in the queue upon disconnection. So I came to the point of implementing…

Azure Sphere
Azure Sphere
An Azure internet of things security solution including hardware, operating system, and cloud components.
163 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
211 questions
asked 2023-02-20T12:33:58.4266667+00:00
Dmytro Seliverstov 41 Reputation points
commented 2023-02-28T11:54:45.8866667+00:00
Full Crack App 0 Reputation points
1 answer

Error massage: Something went wrong. Please try again.

Error massage: Something went wrong. Please try again. when click on the button in card BOT: RASA and MS-Team bot integration How can I solve this issue?

Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
211 questions
asked 2022-11-05T07:18:53.177+00:00
Saurav Mandal 6 Reputation points
answered 2023-02-27T06:57:55.79+00:00
QuantumCache 20,186 Reputation points
2 answers One of the answers was accepted by the question author.

What is the good design to handle messages in a same process and send it to cloud without a data loss?

I am working on designing a solution for sending data from windows based devices to the cloud Device Software: The device software is currently written in C, C++ or C# languages based on the device model and legacy build. IoT Service: This is a proposed…

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,149 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
211 questions
asked 2023-01-27T03:16:47.56+00:00
DEEPAK KUMPALA 191 Reputation points
accepted 2023-02-06T06:21:45.18+00:00
DEEPAK KUMPALA 191 Reputation points
1 answer

IoTHubDeviceClient: Is there any danger in calling patch_twin_reported_properties() from inside on_message_received coroutine?

I am using the IoTHubDeviceClient from the Azure SDK for Python, and have assigned a coroutine to IoTHubDeviceClient.on_message_received. When a cloud-to-device message is received and my on_message_received handler is called, it may modify the state of…

Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
211 questions
asked 2023-01-25T01:34:12.07+00:00
Steven Drake 0 Reputation points
answered 2023-01-25T23:31:53.5833333+00:00
Sander van de Velde | MVP 30,786 Reputation points MVP
2 answers

Azure DPS - azure-iot-sdk-python client register() error in sample provision_symmetric_key.py - "Unexpected failure"

I'm trying to use the python azure sdk for the DPS service, I only have one device, the environment variables are set correctly, why am I getting an "Unexpected failure" error? Below is a snippet from the sample code from GitHub…

Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
211 questions
asked 2022-12-02T18:53:36.933+00:00
Jeffrey Beman 1 Reputation point
edited an answer 2023-01-25T15:41:55.7066667+00:00
QuantumCache 20,186 Reputation points
1 answer One of the answers was accepted by the question author.

Can we connect the device to an iot hub of our choice using the azure iot sdk C?

An individual device is enrolled on Azure and assigned to and assigned to an IoT Hub named "A-stg". The configuration selected is "Static configuration". For registering device first the "Prov_Device_LL_Create()" is…

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
391 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,149 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
211 questions
asked 2023-01-05T12:16:14.92+00:00
Y MRUDULA 21 Reputation points
commented 2023-01-16T19:16:03.1166667+00:00
Y MRUDULA 21 Reputation points
1 answer

Programmatically regenerate keys for group enrollments in Azure Device provisioning Service (DPS)

I want to programmatically regenerate the symmetric key (primary and secondary keys) in group enrollments of Azure DPS. There is an API provided by azure in the link. I used the API but it returned 404 not found about which I could not figure out its…

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
391 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,149 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
211 questions
asked 2023-01-10T10:53:26.737+00:00
Mirza Haad Baig 1 Reputation point
commented 2023-01-12T10:30:27.8966667+00:00
Mirza Haad Baig 1 Reputation point
2 answers

How to specify a local storage folder on linux iot edge device for blob storage implementation on edge device?

I have a folder onto my edge device wherein some object detection output images are stored.I want them to store onto local iot edge blob storage. And then sync it with cloud blob storage. how do I achieve this? I have seen the docs which gave the…

Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
557 questions
Azure Storage Explorer
Azure Storage Explorer
An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.
240 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,576 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
211 questions
asked 2020-12-30T15:18:03.713+00:00
Anurag Shelar 181 Reputation points
answered 2022-11-28T09:05:15.827+00:00
Vishu Tyagi 1 Reputation point
1 answer

AzureEdge SAS Token Expired - JAVA

Hi Guys, In our Java gateway application, we facing a painful of NOT having the control of the SAS token expire time in azure sdk iot device library Those class like ClientOptions is final class which stopped us to override the value of 3600 sec…

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
391 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
211 questions
asked 2022-08-04T03:07:51.413+00:00
Lim Kim Chang (AquaEasy) 6 Reputation points
answered 2022-11-08T16:09:17.837+00:00
LeelaRajeshSayana-MSFT 13,951 Reputation points
1 answer

Getting Connection Status Azure IoTHub client

I am using the Azure C sdk and struggling to implement a solution that checks the connection status during the sending of messages. My application that connects to the iothub is not designed to be persistent, so I need to know if I lose connection while…

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,149 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
211 questions
asked 2022-10-13T00:37:19.413+00:00
David 6 Reputation points
commented 2022-10-18T05:54:13.23+00:00
QuantumCache 20,186 Reputation points
0 answers

Azure IoT SDK - C (Running on TI CC3235SF gateway)

When I call Prov_Device_LL_Register_Device() function is returning error code 10 = PROV_DEVICE_RESULT_ERROR. Unable to understand what it means and what should be checked. CLIENT_SAMPLE_INFO user_ctx; memset(&user_ctx, 0,…

Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
211 questions
asked 2022-09-19T17:44:36.853+00:00
Y MRUDULA 21 Reputation points
commented 2022-09-21T16:51:24.36+00:00
Y MRUDULA 21 Reputation points
0 answers

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
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
211 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,575 questions
asked 2022-09-15T07:05:24.097+00:00
DEEPAK KUMPALA 191 Reputation points
commented 2022-09-16T07:20:21.657+00:00
DEEPAK KUMPALA 191 Reputation points
2 answers

IoT Hub Device Provisioning Service - Device Registration Status Lookup API C# Code Sample Required

Hello, Can anyone point me to a C# code sample in how to use the "Runtime Registration - Device Registration Status Lookup" API by implementing the code through C#? The MS docs does not give any helpful information in how to use the…

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,149 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
211 questions
asked 2022-08-17T17:38:15.04+00:00
OJB1 31 Reputation points
commented 2022-09-12T05:02:40.657+00:00
AshokPeddakotla-MSFT 30,066 Reputation points
1 answer One of the answers was accepted by the question author.

Device Provisioning via Enrollment group

Azure C SDK supports connecting device to the Device Provisioning Service via Enrollment group ? Developing for FreeRTOS device.

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
391 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,149 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
211 questions
asked 2022-09-08T06:33:56.42+00:00
Ramani Jaldeep 41 Reputation points
accepted 2022-09-10T04:35:31.877+00:00
Ramani Jaldeep 41 Reputation points
2 answers

Azure IOT Hub Service Client SDK Issue --> Invoke Device Method fails after sixteen method calls

I am having issues with C# Microsoft.Azure.Devices Service SDK (current version 1.38.0) and experienced the same issue with former version1.77.1 I have a .NET 6 Core Web API project that is using the SDK to invoke device methods on the IOT Device (IOT…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,345 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,149 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
211 questions
.NET Internet of things
.NET Internet of things
.NET: Microsoft Technologies based on the .NET software framework.Internet of things: A concept that aims to extend the benefits of the regular internet, including constant connectivity, remote control ability, and data sharing, to goods in the physical world.
30 questions
asked 2022-08-07T11:27:14.133+00:00
OJB1 31 Reputation points
commented 2022-09-07T22:10:58.233+00:00
Sander van de Velde | MVP 30,786 Reputation points MVP