最近透過 Windows IOT Core 讀取 Azure IOT Hub 送來的 Message 並處理開門的事,
透過 Dispatcher.RunAsync 不要讓要執行的 Task 去影響UI的操作。
最近透過 Windows IOT Core 讀取 Azure IOT Hub 送來的 Message 並處理開門的事,
透過 Dispatcher.RunAsync 不要讓要執行的 Task 去影響UI的操作。
最近手動設定 Remote Monitoring System 的 Azure Stream Analytics Job 後發現,
當 Device 送來的溫度高於設定的Rule時,那個 Azure Stream Analytics Job 的輸出都是 0。
怎麼會這樣呢?
環境: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 的資料。