I’m looking for a way to link my conduit to an Azure IOT Central App without having to code an entire app.
I’ve seen the link https://github.com/Azure/azure-iot-device-ecosystem/blob/master/get_started/mlinux-multiconnect-conduit-c.md but it doesn’t suit my needs, so I tried to use Node-Red with the node-red-contrib-azure-iot-device module but I couldn’t install it correctly due to hardware limitations.
Finally, I wanted to use the MQTT module in Node-Red (I managed to do it on my computer’s node-red app) only to realize that the conduit’s Node-Red MQTT module lacks features (auto tls config) compared to later versions of Node-Red. I can’t figure out a way to update this module on the conduit. I tried to use npm install only to run into ENOSPC error because the v/mtdblock6 partition (only 8 MB) gets filled up during installation.
Can anybody enlighten on a way to update Node-Red modules successfully, or if you know of other ways to communicate with Azure IoT Central ?
Thanks