Questions tagged [iot-workbench]

The IoT Workbench is an extension for VSCode and it makes it easy to code, build, deploy, and debug your IoT project with multiple Azure services and popular IoT development boards.

The iot-workbench extension for VSCode supports the following operating systems:

  1. Windows 7 and later (32-bit and 64-bit)
  2. MacOS 10.10 and later

You can find more information about this extension here.

4 questions
1
vote
1 answer

Build options changed, rebuilding all exit status 1 [Error] Exit with code=1 MXChip Azure IoT Dev Kit

I am just building my Device code of my Azure IoT Dev Kit MXChip and deploying to the device, but I am getting the error as below. Build options changed, rebuilding all GetStarted:9:21: error: utility.h: No such file or directory compilation…
Sibeesh Venu
  • 18,755
  • 12
  • 103
  • 140
0
votes
1 answer

In uploading device code in the getting started exercise, keep failing in multiple attempts

In this step of the "Getting start" guide: Click F1 again, type and select Azure IoT Device Workbench: Upload Device Code It starts to compile and upload the code to DevKit. I get the error below. Any idea? Thanks. from…
0
votes
1 answer

Only one Azure subscription is showing in the IoT Workbench: Cloud Azure provision command

I have set up my MXChip(Azure IoT Dev Kit) with Azure Provision. But I moved all of my Azure resources to a different subscription now. And I need to do the Azure Device Provisioning again so that the MXChip device can be provisioned with a new…
Sibeesh Venu
  • 18,755
  • 12
  • 103
  • 140
-1
votes
1 answer

Microsoft.Azure.Devices.Client.Exceptions.UnauthorizedException: 'CONNECT failed: RefusedNotAuthorized'

I have successfully configured my Azure IoT Dev Kit MXChip and I am able to send the data to the IoT Hub. I have also created a logic app with a router in it to receive a mail when the temperature is more than expected and a SQL server to save the…
Sibeesh Venu
  • 18,755
  • 12
  • 103
  • 140