選擇Build your Windows IoT device
選擇Raspberry Pi 2 及 Flash onto my blank microSD card。
選擇Windows 10 IoT Core Version 1511。
再來需要四個步驟:
1 Get the tools
2 Set up your device
3 Set up Visual Studio
4 Write your first app
Step1 Get the tools:
先看Step1 Get the tools,首先您需要有Windows 10環境(至少版本10.0.10240 ),再來安裝Windows 10 IoT Core Dashboard。
再來看Step 2 of 4: Set up your device:
其下有有四個步驟要做:
- Download and flash
- Connect the board to the network
- Configure your board
- Try out the Quick-Run samples
先說下載及寫入(Download and flash):
打開 Windows 10 IoT Core Dashboard,選設定新裝置,確認設定裝置類型等項目,並輸入連線WIFI密碼,按下載並安裝。
打開 Windows 10 IoT Core Dashboard,看到連線的Raspberry Pi2 機器,可以試試powershell登入或以瀏覽器連線裝置入口網站。
以瀏覽器連線裝置入口網站,並可以進行一些設定。
Step3 Set up Visual Studio
再來是開發環境設定,需要Visual Studio 2015,也可以下載免費版的Visual Studio Community 2015 ,可能需要做更新(需要至少update2且版本不能少於14.0.25123.00
,且Visual Studio Tools for Universal Windows Apps 至少版本14.0.25208.00),最後要啟用開發模式(developer mode)
以下是我的版本資訊截圖供參考。
Step 4 of 4: Write your first app
至https://github.com/ms-iot/samples/archive/develop.zip下載這個範例,試試看吧!

