我們使用 Azure IOT Hub 來送命令給 RPi 去開門,
忽然有一天我們的 UWP 程式居然直接掛點了,
是掛在讀取 Azure IOT Hub 的 Message 那裡(deviceClient.ReceiveAsync()),
錯誤是「'System.NullReferenceException' in Microsoft.Azure.Amqp.Uwp.dll」。
我們使用 Azure IOT Hub 來送命令給 RPi 去開門,
忽然有一天我們的 UWP 程式居然直接掛點了,
是掛在讀取 Azure IOT Hub 的 Message 那裡(deviceClient.ReceiveAsync()),
錯誤是「'System.NullReferenceException' in Microsoft.Azure.Amqp.Uwp.dll」。
在網路上看到 Beacon 的介紹,可以運用在很多地方。
而在一般的企業中可以有什麼樣的應用呢?
以下分享筆者這陣子利用 Beacon 開發的經驗給大家,
環境: iOS,Xamarin
最近透過 Azure Notification Hubs 來推播通知, Android 都可以正常收到,但 iOS 就是收不到
最近同事發現,在 Web API 中透過 ServiceClient 發訊息到 Azure IOT Hub ,
第一次居然要等 20 幾秒。 如下圖,
最近透過 Windows IOT Core 讀取 Azure IOT Hub 送來的 Message 並處理開門的事,
透過 Dispatcher.RunAsync 不要讓要執行的 Task 去影響UI的操作。
想要在 portal.azure.com 上新增 Bing Maps API 在部署時,卻發生以下的錯誤,
The market on the billing account does not match the market on the user account
最近手動設定 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 的資料。
使用 Microsoft.Azure.Devices.Client 送資料時,居然發生 無法載入檔案或組件 'System.Net.Http.Formatting ... 的錯誤 ...
[.NET]Microsoft Codename "Trust Services" 的初體驗