I want to use Use Azure IoT Edge On A Raspberry Pi (loaded with Windows 10 IoT Core) that collects data from a TI Sensor Tag using BLE protocol to Forward Device To Cloud Messages To IoT Hub.
Eventually I would like to use ThingWorx as the IoT hub via MQTT protocol or just use ThingWorx Edge SDKs and WebSocket-based Edge MicroServer on the client.
So basically I want to know how to pump data I collect via the Tag Sensor on Raspberry Pi that runs .net code and push it to an Iot hub as well as receive some messages from the cloud to device (like turn off temperature sensor). I am a c#.net developer and I a looking for sample projects, articles, guides, videos that will help me start IoT development
IoT Edge BLE sample at this link Use a physical device with Azure IoT Edge | Microsoft Docs shows how to send messages using Raspberry Pi 3 running Raspbian.
In the above article them mentioned: "At the time of writing (06/12/2017), IoT Edge only supports BLE modules in gateways running on Linux."
I was wondering if IoT Edge only supports BLE modules is now available in Windows 10 IoT Core.
Thank you, Rad
Update: I think I found something. If data can be collected as described, then additional code using Azure IoT Edge SDK needs to be written to send messages to IoT hub. Can somebody confirm if I am on the right track?
https://developer.microsoft.com/en-us/windows/iot/Samples/BLEGatt https://developer.microsoft.com/en-us/windows/iot/Samples/BLEGatt2