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
0
votes
1 answer

Configuring NTP on IOT-Devkit

I'm working in an organization that blocks outbound NTP connections for security reasons. We have a local NTP server, but for all my searching I've been unable to find a way to configure the IOT-Devkit to connect to it. I understand why it's…
0
votes
2 answers

VS Code fails to automatically recognize AZ-3166 dev kit

According to the documentation,: Start VS Code and then connect the DevKit to your computer. VS Code automatically finds the DevKit and opens an introduction page. But this is not happening. No error is thrown, but nothing happens. I can hear a…
Rick
  • 1
  • 1
0
votes
1 answer

config-device-connection failing because of other device

So I'm trying to execute 'task config-device-connection' from visual studio code. It starts to execute but then I get an error that the connection is refused with 192.168.1.77:443. But that's not the correct IP adress. 192.168.1.77 is a linux vm…
Albert Hoekstra
  • 128
  • 2
  • 12
0
votes
2 answers

How we can implement WebSockets connections?

I would like to know if there is way into the lib to implement WebSocket connections on this device. I am interested to use it in client mode.
0
votes
1 answer

Meet with error when running GetStarted example of IoT DevKit

After running automated install script, I opened GetStarted example - and am getting AZ3166wifi.h, AzureIoTHub.h, DevKitMQTTClient.h and SystemTickCounter.h not found errors in VSCode "problem" tab. "file:…
Jun Han
  • 13,821
  • 7
  • 26
  • 31
-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
1
2