Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
mBot教學(6)光感測器應用
Search
Wu, ShyiShiou
November 17, 2016
Programming
0
750
mBot教學(6)光感測器應用
mBot光感測器原理、控制指令及應用實例
Wu, ShyiShiou
November 17, 2016
Tweet
Share
More Decks by Wu, ShyiShiou
See All by Wu, ShyiShiou
使用Evernote雲端筆記本
sswu
0
80
Unity遊戲程式設計(04) 2D移動與碰撞處理I
sswu
0
1.3k
Unity遊戲程式設計(01) Unity簡介
sswu
0
530
Unity遊戲程式設計(02) 應用2D圖片物件
sswu
0
1.1k
Unity遊戲程式設計(03) 製作及應用2D動畫
sswu
0
1.3k
Other Decks in Programming
See All in Programming
Compose Multiplatform × AI で作る、次世代アプリ開発支援ツールの設計と実装
thagikura
0
140
知っているようで知らない"rails new"の世界 / The World of "rails new" You Think You Know but Don't
luccafort
PRO
1
110
AIでLINEスタンプを作ってみた
eycjur
1
230
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
360
[FEConf 2025] 모노레포 절망편, 14개 레포로 부활하기까지 걸린 1년
mmmaxkim
0
1.6k
Navigating Dependency Injection with Metro
zacsweers
3
250
AWS発のAIエディタKiroを使ってみた
iriikeita
1
180
Android 16 × Jetpack Composeで縦書きテキストエディタを作ろう / Vertical Text Editor with Compose on Android 16
cc4966
1
200
Kiroの仕様駆動開発から見えてきたAIコーディングとの正しい付き合い方
clshinji
1
210
1から理解するWeb Push
dora1998
7
1.9k
今から始めるClaude Code入門〜AIコーディングエージェントの歴史と導入〜
nokomoro3
0
120
Swift Updates - Learn Languages 2025
koher
2
470
Featured
See All Featured
The Invisible Side of Design
smashingmag
301
51k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
112
20k
Into the Great Unknown - MozCon
thekraken
40
2k
Producing Creativity
orderedlist
PRO
347
40k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
840
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.5k
A Modern Web Designer's Workflow
chriscoyier
696
190k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.7k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Being A Developer After 40
akosma
90
590k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
520
Transcript
電子工程系應 用 電 子 組 電 腦 遊 戲 設
計 組 教學(6) 光感測器應用 吳錫修 Nov 17, 2016
shape the future 電子工程系應 用 電 子 組 電 腦
遊 戲 設 計 組 也稱光電二極體,photodiode無光照時,只有很小的逆向飽和漏電 流 (暗電流),此時光敏二極體截止。當受到光照時,逆向飽和電流 大大增加,形成光電流 photodiode是透明封裝,建議加上黑色套管,降低側面受光而影響 光感測器讀值 光敏二極體原理 2
shape the future 電子工程系應 用 電 子 組 電 腦
遊 戲 設 計 組 mBot光感測器 3 Light Sensor
shape the future 電子工程系應 用 電 子 組 電 腦
遊 戲 設 計 組 控制指令 傳回值0~1023 受光愈強,數值愈大 mBot 光感測器控制 4
shape the future 電子工程系應 用 電 子 組 電 腦
遊 戲 設 計 組 功能要求 光感測器讀值大於150時,,mBot開始前進 mBot受光愈強,mBot速度愈快 光驅動練習 5
shape the future 電子工程系應 用 電 子 組 電 腦
遊 戲 設 計 組 mBot 全彩LED 6 RGB LED2 RGB LED1
shape the future 電子工程系應 用 電 子 組 電 腦
遊 戲 設 計 組 發光二極體 (Light-emitting diode,LED) 是⼀種能發光的半導體電 子元件 單色 LED 紅外線、紅、橙、黃、綠、藍、紫、紫外線 LED原理 1/2 7
shape the future 電子工程系應 用 電 子 組 電 腦
遊 戲 設 計 組 RGB LED 可分別控制紅、綠、藍LED發光強度,混合出全彩效果 (16,777, 216 種 顏色變化) LED原理 2/2 8
shape the future 電子工程系應 用 電 子 組 電 腦
遊 戲 設 計 組 控制指令 mBot RGB LED控制 9 最亮 不亮 RGB LED2 RGB LED1
shape the future 電子工程系應 用 電 子 組 電 腦
遊 戲 設 計 組 功能要求 按下按鈕後,mBot前進 當mBot進入隧道時放慢速度,點亮RGB LED燈 當mBot離開隧道時回復速度,關閉LED燈 設計注意事項: 1. 要依據環境光線強度調整光感測器臨界值 2. 由於光感測器側面沒有遮蔽,點亮RGB LED燈時,光感測器會接收到RGB LED光源 自動照明練習 10
shape the future 電子工程系應 用 電 子 組 電 腦
遊 戲 設 計 組 功能要求 按下按鈕後,mBot前進 每4秒讓mBot右轉 右轉前1秒開始閃爍右側LED方向燈,每0.25秒紅色亮、滅交錯 mBot方向燈練習 11
shape the future 電子工程系應 用 電 子 組 電 腦
遊 戲 設 計 組 光驅動參考程式 12
shape the future 電子工程系應 用 電 子 組 電 腦
遊 戲 設 計 組 自動照明參考程式 13
shape the future 電子工程系應 用 電 子 組 電 腦
遊 戲 設 計 組 mBot方向燈參考程式 14