[IOT]Raspberry Pi 2 /Windows IOT Core 將讀取到的溫、溼度資訊送到 Azure IoT Suite - Remote Monitoring System

  • 865
  • 0
  • IOT
  • 2016-05-08

環境:Windows 10, Windows 10 Iot Core, Raspberry Pi, Visual Studio 2015, Windows Azure Iot Suite

本文將介紹 使用 Raspberry Pi 2 /Windows IOT Core 讀取 DHT22 的溫、溼度資訊後,

再將這些資訊送到 Azure Iot Hub, 讓 Azure Iot Suite 的 Remote Monitoring System 也可以取得 Device 的資料。

...繼續閱讀 »

[.NET]JValue.Parse JToken.Parse 在 async Method 中使用要小心

Newtonsoft.Json 使用的是 8.0.0.0 版本。

最近使用 JValue.Parse 將 json 字串轉成 dynamic 物件時,
在某個 method 中居然發生 CS1061 的錯誤,如下,
error CS1061: 'object' does not contain a definition for 'DeviceId' and no extension method 'DeviceId' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?)    

...繼續閱讀 »