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
720
mBot教學(6)光感測器應用
mBot光感測器原理、控制指令及應用實例
Wu, ShyiShiou
November 17, 2016
Tweet
Share
More Decks by Wu, ShyiShiou
See All by Wu, ShyiShiou
使用Evernote雲端筆記本
sswu
0
76
Unity遊戲程式設計(04) 2D移動與碰撞處理I
sswu
0
1.2k
Unity遊戲程式設計(01) Unity簡介
sswu
0
520
Unity遊戲程式設計(02) 應用2D圖片物件
sswu
0
1.1k
Unity遊戲程式設計(03) 製作及應用2D動畫
sswu
0
1.3k
Other Decks in Programming
See All in Programming
GitHub CopilotでTypeScriptの コード生成するワザップ
starfish719
28
6.1k
functionalなアプローチで動的要素を排除する
ryopeko
1
920
いりゃあせ、PHPカンファレンス名古屋2025 / Welcome to PHP Conference Nagoya 2025
ttskch
1
240
rails newと同時に型を書く
aki19035vc
6
740
ペアーズでの、Langfuseを中心とした評価ドリブンなリリースサイクルのご紹介
fukubaka0825
1
200
CNCF Project の作者が考えている OSS の運営
utam0k
5
620
Rubyでつくるパケットキャプチャツール
ydah
0
520
Compose でデザインと実装の差異を減らすための取り組み
oidy
1
240
カンファレンス動画鑑賞会のススメ / Osaka.swift #1
hironytic
0
200
Terraform で作る Amazon ECS の CI/CD パイプライン
hiyanger
0
110
chibiccをCILに移植した結果 (NGK2025S版)
kekyo
PRO
0
190
Запуск 1С:УХ в крупном энтерпрайзе: мечта и реальность ПМа
lamodatech
0
990
Featured
See All Featured
Docker and Python
trallard
43
3.2k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.1k
BBQ
matthewcrist
85
9.4k
Building an army of robots
kneath
302
45k
Agile that works and the tools we love
rasmusluckow
328
21k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
330
21k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
Optimizing for Happiness
mojombo
376
70k
A better future with KSS
kneath
238
17k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
Large-scale JavaScript Application Architecture
addyosmani
510
110k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
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