How do we connect Android/iOS app to Azure IoT Central and send Telemetry data?

前端 未结 2 1014
猫巷女王i
猫巷女王i 2021-01-25 21:22

We have registered our IOT device on Azure IOT Central and able to visualise Telemetry data on IoT Central. But when we use the Primary key generated on IOT central in Android S

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-25 21:29

    the IoT Central team just recently released a mobile-device-as-a-gateway code sample for iOS and Android that helps you connect BLE devices via a mobile app into IoT Central. You can modify the sample to just send device telemetry instead of BLE data. Take a look at the sample code here: https://github.com/iot-for-all/iotc-cpm-sample

提交回复
热议问题