python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
5_4-2016q3\bin\arm-none-eabi-g++ not found - Windows 10
I have created a simple IoT Project using Azure IoT Device Workbench extension.
After loading the default configuration I can see the following error on the output window.
Loading configuration...
Ini...
user2243747
Votes: 0
Answers: 1
Send telemetry messages to Azure IoT Central device using HTTP POST request
I'm trying to send telemetry to a device in Azure IoT Central with an HTTP POST request.
Similar Rest API is available for Azure IoT Hub - https://learn.microsoft.com/en-us/rest/api/iothub/device/send...
Pratik Soni
Votes: 0
Answers: 2
IoT Central: Reuse module across device templates
In Azure IoT Central, we can create device templates comprised of modules. I have a requirement to use modules across different device templates.
For example:
A thermostat module can be reused across ...
Vikas Vaidya
Votes: 0
Answers: 0
How to type and model telemetry from IOT Central data export, routed through Event Hub and consumed in TSI?
When using IOT Central data export to Event Hub, you have a message format which is:
{
"applicationId": "A-GUID",
"component": null,
"deviceId": "AN-ID&quo...
Patrick
Votes: 0
Answers: 1