[IOT]Windows IoT Core Set as Default App

環境: Windows10 IoT Core, Raspberry 2

最近將Headed Mode程式(有UI的App)部署到 Raspberry 上後,

如果程式發生了非預期的錯誤,程式就停掉了。

隔天到公司才發現程式停掉了,就要人工連進去將它重新啟動。

那有什麼方式可以讓它停掉後,再自動啟動呢?

...繼續閱讀 »

[IOT]用紅外線動作感測器來偵測是否有人,控制 LED 燈的開跟關(II)

在前篇「用紅外線動作感測器(PIR Motion Sensor)來偵測是否有人,控制 LED 燈的開跟關」,

是透過 ThreadPoolTimer 每一秒去檢查 PIR 的值是否為 High,

像這種Check Value是否為High或是Low,它的行為跟Button一樣。

所以我們可以改用 GpioPin 的 ValueChanged 事件來 Handle它。

...繼續閱讀 »

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

  • 849
  • 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 的資料。

...繼續閱讀 »