微軟 micro:bit 創意課程系列--Plant Watering
2017-10-01 17:26微軟 micro:bit 創意課程系列--Plant Watering
Water your plants automatically!
This is a follow up of the soil moisture project.
Materials
- 1 micro:bit with battery pack and batteries
- 2 long nails or silver
- 2 crocodile clips
- 1 micro servo + 3 female-to-croc clips
- 1 ice cream wooden stick
- 2 elastics
- 1 clear tape roll
- 1 straw
- 1 pair of scissors
Activities
Let’s get started! Edit this page on GitHub
Make
The pump
泵
按照移動中的說明,使用micro:bit位和馬達構建微型水泵。
The soil moisture sensor
土壤水分傳感器
按照土壤濕度項目的說明建立土壤濕度傳感器,並將代碼上傳到您的微處理器:位。
最後的接線應該是這樣的:
Code
我們添加代碼,以便當土壤水分含量低時,伺服給植物提供水。
從土壤濕度項目中,我們知道當讀數大緻小於500時,水分較低。如果在代碼中讀數小於500,則可以使用此信息添加。
▾
伺服連接到引腳P2,所以我們可以使用引腳伺服寫入塊來改變伺服的角度。 我們需要它將角度改為0,等待水已經下降,並將其移回到80。
我們插入上面的代碼
在永久循環的土壤水分代碼。
Microbit 中文 課程 : Python , Javascript, 物聯網
標籤:
—————