Azure IoT Edge configuration

Hi,

What would be the right NCD hardwares/products to use if I got an mini-pc that act as my Azure IoT Edge device?

Is this configuration working?
NCD Sensors => NCD Azure Gateway => My IoT Edge (my mini-PC) => Azure IoT Hub

Any idea?

Chuck

I would recommend connecting a USB modem like this one to the mini PC:


This will allow you to receive wireless transmissions from our NCD Enterprise line of devices. You will need to run a script on the computer to parse the telemetry data received by the modem and convert it into proper data structures for Azure IoT. This is not something we currently have support for, however we do have a Python library for parsing the sensor packets here:

We also have NodeJS libraries if you prefer that.

1 Like