Questions tagged [iot-devkit]

The MXChip IoT DevKit is an all-in-one IoT Device Kit to develop and prototype IoT (Internet of Things) solutions that take advantage of Microsoft Azure services.

The MXChip IoT DevKit (a.k.a DevKit) is an all-in-one IoT Device Kit, you can use it to develop and prototype IoT (Internet of Things) solutions that take advantage of Microsoft Azure services. It includes an Arduino-compatible development board with rich peripherals and sensors, an open-source board package, and a growing projects catalog.

Resources

21 questions
2
votes
2 answers

How to reset MXChip Azure IoT DevKit to stop the Programming LED flashing

I connected my new MXChip IOT Devkit to my desktop computer and followed the Get Started guide and had it talking to an Azure IOT Hub with no issues. I then tried to connect it to a different laptop on a different Wifi (I no longer have access to…
Rodney
  • 5,417
  • 7
  • 54
  • 98
1
vote
0 answers

First config, Iot Device Connection String field never shows up in Az3166 network connect

Attempting to get the basics going with my Az3166 IoT DevKit, per https://learn.microsoft.com/en-us/azure/iot-hub/iot-hub-arduino-iot-devkit-az3166-get-started. When I configure the networking for the board, the Iot Device Connection String field…
1
vote
1 answer

What is the plug is on the Plugable MXChip AZ3166 IoT DevKit?

I'm looking at prototyping a couple of solutions using the MXChip AZ3166 that require a number of external devices like GPS, Display and Comms hardware. Does anyone know what connectors can be used with the "Pluggable" MXChip AZ3166 IOT Devkit, or…
Phil
  • 21
  • 1
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
1
vote
1 answer

Accessing microphone readout for rough decibel meassurement

I am new to Arduino development and just started trying some of the provided examples for the MXChip devkit. What I'm trying to do now is accessing the analog readout from the microphone to get a rough estimation of sound levels. I tried to find…
LBial
  • 57
  • 6
1
vote
1 answer

Change record time for IoT DevKit AZ3166 language translator example

I am following the guide IoT DevKit AZ3166 to make a translator using the MxChip. I was able to follow most of the steps at ease but was wondering How I can increase the recording time for the translation ? - this is such that it can translate…
Sam
  • 11
  • 1
1
vote
1 answer

Task "Configure device connection string" is failing

I am following the "Get Started" guide of the Microsoft IoT DevKit and I'm stuck on an annoying issue. The step Configure device connection string keeps failing. I followed the tutorial step by step and everything worked fine before this precise…
Damien
  • 164
  • 11
1
vote
2 answers

Issues setting up MXChip, VSCode, Arduino, MX3166 environment on MAC

Error Presented: #include errors detected. Please update your includePath. IntelliSense features for this translation unit(/Users/x/Documents/Arduino/generated_examples/GetStarted_3/GetStarted.ino)will be provided by the Tag Parser. For example, the…
0
votes
0 answers

Esp32s3 I face flash encryption and secure download mode enabled help to resolve it

A fatal error occurred: WARNING: Detected flash encryption and secure download mode enabled. Flashing plaintext binary may brick your device! Use --force to override the warning. how to disable Detected flash encryption and secure download mode…
0
votes
1 answer

Sending Cloud to Device Messages using IoT DevKit and Azure IoT Hub - Device Code

I need to send a message from the IoT Hub to the DevKit Device. Based on https://learn.microsoft.com/en-au/azure/iot-hub/iot-hub-devguide-c2d-guidance I want to send a Direct Method as I need to manage a bank of relays. I have an IoT DevKit and have…
James Whittred
  • 103
  • 1
  • 8
0
votes
2 answers

Azure IoT Devkit Get Started Project disconnecting and re-connecting over and over

I completed this tutorial and can see data sent to Azure's cloud. https://microsoft.github.io/azure-iot-developer-kit/docs/get-started/ But, looking at the serial monitor, I see it disconnecting and reconnecting over and over, between the successful…
Fred B
  • 1
  • 1
0
votes
0 answers

AZ3166 MXChip DevKit Azure IoT Hub error: Connection Not Accepted: 0x5: Not Authorized

I carefully followed (repeated twice) all the prerequisites and successfully connected to Azure IoT Hub. Uploaded Device Code for Get-Started Example (send the IoT DevKit sensor data to the IoT Hub). and I'm getting the following error in the final…
SanV
  • 855
  • 8
  • 16
0
votes
0 answers

Microsoft iot-devkit: while doing the translator tutorial, I get "sorry I can't hear you" error

I'm doing the Microsoft iot-devkit tutorial with the MXChip az3166. Specifically I'm doing the translate tutorial that comes included in Visual Studio Code for the MXChip az3166. This is the link to the tutorial:…
Elegant Code
  • 678
  • 6
  • 18
0
votes
3 answers

Mxchip IoT DevKit - Not showing up as USB device, programming LED flashing

I am following the Getting Started Guide (https://microsoft.github.io/azure-iot-developer-kit/docs/get-started/) for the MXCHIP IoT DevKit. I got it connected to WIFI but the device does not show up as a USB device in Windows Explorer which is…
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…
1
2