SlideShare a Scribd company logo
創客任務- 2015 高中程式夏令營
IoT & Rasberry Pi 2
認識Windows 10 IoT
如何安裝Windows 10 IoT
1、透過下面鏈結下載Windows 10 IoT for Raspberry Pi2的iso,掛載ISO後看到如下
http://go.microsoft.com/fwlink/?LinkId=616847
2、執行Windows_10_IoT_Core_RPi2.msi安裝目錄在
C:Program Files (x86)Microsoft IoTFFURaspberryPi2
3、確認SD卡在系統中的磁碟號碼後,執行下面指令將Windows 10 IoT安裝在SD卡
dism.exe /Apply-Image /ImageFile:flash.ffu /ApplyDrive:.PhysicalDriveN /SkipPlatformCheck
瀏覽器PowerShell 自行開發工具
如何管理WINDOWS 10 IoT
PowerShell管理
#連線設定Raspberry pi2
net start WinRM
Set-Item WSMan:localhostClientTrustedHosts -Value 157.60.138.125
Enter-PsSession -ComputerName 157.60.138.125 -Credential 157.60.138.125Administrator
#預設密碼是 p@ssw0rd
#修改預設密碼 Password01
net user Administrator Password01
#修改電腦名稱
setcomputername Daniel-pi2
#查看目前電腦的時區
tzutil /g
#設定時區為Taipei
#TimeZone
#https://technet.microsoft.com/en-us/library/Cc749073(v=WS.10).aspx
tzutil /s "Taipei Standard Time"
#設定時間
Set-Date -date "8/5/2015 6:22 PM"
shutdown /s /t 0
瀏覽器管理
認識
Raspberry pi2
– model B
SoC: Broadcom BCM2836
CPU: 900 MHz;Quad-core ARM Cortex-A7
GPU:
Dual Core VideoCore IV® Multimedia
Co-Processor; Open GL ES 2.0; hardware-
accelerated OpenVG; 1080p30 H.264
high-profie decode
記憶體: 1GB LPDDR2(和 GPU 共享)
視訊輸出: Composite RCA; HDMI
音訊輸出: 3.5 mm jack; HDMI(1.3 & 1.4)
儲存: microSD
USB: USB 2.0 x 4
Ethernet: 10/100 RJ45
GPIO:
40-pin 2.54 mm (100 mil) expansion
header: 2×20 strip
工作電流: 700 mA
尺寸: 85mm x 56mm x 17mm
重量: 42g
•
•
RPi VerifiedPeripherals
http://elinux.org/RPi_VerifiedPeripherals#Display_adapters
Custom HDMI modes
https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=24679
Coordinated Video Timings
https://en.wikipedia.org/wiki/Coordinated_Video_Timings
Display resolution
https://en.wikipedia.org/wiki/Display_resolution
Extended Display Identification Data
https://en.wikipedia.org/wiki/Extended_Display_Identification_Data
Raspberry Pi / Mini Displays / HDMI to VGA Video Adapter
https://www.adafruit.com/products/1151
創客任務  2015 高中程式夏令營 io t & rasberry pi2(student)
•
•
•
創客任務  2015 高中程式夏令營 io t & rasberry pi2(student)
認識軟硬體工具
•
https://msdn.microsoft.com/en-us/library/windows/apps/dn609832.aspx
•
•
創客任務  2015 高中程式夏令營 io t & rasberry pi2(student)
Lab 1
•
•
色碼(Color)
代表數字
(Significant
figures)
倍率
(Multiplier)
誤差(Tolerance)
溫度系數(Temp. Coefficient)
(ppm/K)
黑(Black) 0 ×100 – 250 U
棕(Brown) 1 ×101 ±1% F 100 S
紅(Red) 2 ×102 ±2% G 50 R
橙(Orange) 3 ×103 – 15 P
黃(Yellow) 4 ×104 – 25 Q
綠(Green) 5 ×105 ±0.5% D 20 Z
藍(Blue) 6 ×106 ±0.25% C 10 Z
紫(Violet) 7 ×107 ±0.1% B 5 M
灰(Gray) 8 ×108 ±0.05% A 1 K
白(White) 9 ×109 – –
金(Gold) – ×10-1 ±5% J –
銀(Silver) – ×10-2 ±10% K –
透明(None) – – ±20% M –
1.Any temperature coefficent not assigned its own letter shall be markd "Z", and the coefficient found in other documentation.
2.For more information, see EN 60062.
•
•
創客任務  2015 高中程式夏令營 io t & rasberry pi2(student)
創客任務  2015 高中程式夏令營 io t & rasberry pi2(student)
創客任務  2015 高中程式夏令營 io t & rasberry pi2(student)
Lab 2
超音波距離感測器
•
•
•
•
HC-SR04 Arduino
Vcc +5V
Trig GPIO
Echo GPIO
GND GND
創客任務  2015 高中程式夏令營 io t & rasberry pi2(student)
創客任務  2015 高中程式夏令營 io t & rasberry pi2(student)
創客任務  2015 高中程式夏令營 io t & rasberry pi2(student)
創客任務  2015 高中程式夏令營 io t & rasberry pi2(student)
創客任務  2015 高中程式夏令營 io t & rasberry pi2(student)
Lab 3
我的家庭/校園
安全哨兵
腳位名稱 功能說明
GND (-) 接到接地
Power (+ or V+) 接到 +5V 電源
OUT 輸出訊號
人體紅外線感應 (PIR) 模組
創客任務  2015 高中程式夏令營 io t & rasberry pi2(student)
創客任務  2015 高中程式夏令營 io t & rasberry pi2(student)
●
●
●
●
●
●
●
●
●
感測距離設
定
延遲時間設
定
●
●
H:可重複觸發
L:不可重複觸發(預設)
感應&輸出
感應&等待&輸出
創客任務  2015 高中程式夏令營 io t & rasberry pi2(student)
創客任務  2015 高中程式夏令營 io t & rasberry pi2(student)
創客任務  2015 高中程式夏令營 io t & rasberry pi2(student)
創客任務  2015 高中程式夏令營 io t & rasberry pi2(student)
Microsoft Windows 10 brings one converged Windows operating system
that powers your Internet of Things (IoT) devices by providing a single
platform for management, security and application development for
enterprises that look to gain sustainable competitive advantage through
the power of the latest connected device technologies.
創客任務  2015 高中程式夏令營 io t & rasberry pi2(student)

More Related Content

PDF
Cocos2d x presentation cocoachina-王哲
PPTX
LinkIt 7697 開發平台簡介 (Traditional Chinese)
PPT
Home Air Quality Detector的研究和實作
PDF
1_10307.pdf
PPTX
LinkIt 7697 IoT tutorial
PPTX
飞腾、龙芯产品主打胶片飞腾、龙芯产品主打胶片飞腾、龙芯产品主打胶片飞腾、龙芯产品主打胶片
PDF
2024年11月14日的講座《AI 業界應用與未來趨勢》由微軟Azure HPC/AI工程部的主要計劃經理蔡孟儒主講,涵蓋了生成式AI的進展、如何客製化A...
PDF
Accelerating EDA workloads on Azure – Best Practice and benchmark on Intel EM...
Cocos2d x presentation cocoachina-王哲
LinkIt 7697 開發平台簡介 (Traditional Chinese)
Home Air Quality Detector的研究和實作
1_10307.pdf
LinkIt 7697 IoT tutorial
飞腾、龙芯产品主打胶片飞腾、龙芯产品主打胶片飞腾、龙芯产品主打胶片飞腾、龙芯产品主打胶片
2024年11月14日的講座《AI 業界應用與未來趨勢》由微軟Azure HPC/AI工程部的主要計劃經理蔡孟儒主講,涵蓋了生成式AI的進展、如何客製化A...
Accelerating EDA workloads on Azure – Best Practice and benchmark on Intel EM...

More from Meng-Ru (Raymond) Tsai (20)

PDF
Microsoft Generative AI and Medical case studies.
PDF
20211119 ntuh azure hpc workshop final
PDF
202002 DIGI+Talent數位網路學院線上課程: 五大領堿先修課
PDF
20190627 ai+blockchain
PDF
20171024 文化大學 1 azure big data ai
PDF
20171024 文化大學 2 big data ai
PPTX
20180126 microsoft ai on healthcare
PDF
20170330 彰基 azure healthcare
PPTX
4 module09 iot
PPTX
3 module06 monitoring
PPTX
2 module07 cognitive services and the bot framework
PPTX
1 module04 dev ops
PDF
20170123 外交學院 大數據趨勢與應用
PDF
20160525 跨界新識力沙龍論壇 機器學習與跨業應用展望
PDF
20170108 微軟大數據整合解決方案- cortana intelligence suite
PPTX
20160930 bot framework workshop
PPTX
20160930 bot framework workshop
PPTX
20160323 台大 微軟學生大使招生分享會
PDF
20160304 blockchain in fsi client ready raymond
PPTX
20151016 中興大學 big data + machine learning
Microsoft Generative AI and Medical case studies.
20211119 ntuh azure hpc workshop final
202002 DIGI+Talent數位網路學院線上課程: 五大領堿先修課
20190627 ai+blockchain
20171024 文化大學 1 azure big data ai
20171024 文化大學 2 big data ai
20180126 microsoft ai on healthcare
20170330 彰基 azure healthcare
4 module09 iot
3 module06 monitoring
2 module07 cognitive services and the bot framework
1 module04 dev ops
20170123 外交學院 大數據趨勢與應用
20160525 跨界新識力沙龍論壇 機器學習與跨業應用展望
20170108 微軟大數據整合解決方案- cortana intelligence suite
20160930 bot framework workshop
20160930 bot framework workshop
20160323 台大 微軟學生大使招生分享會
20160304 blockchain in fsi client ready raymond
20151016 中興大學 big data + machine learning
Ad

創客任務 2015 高中程式夏令營 io t & rasberry pi2(student)