Grove – Air quality sensor v1.3 空氣品質感測器模組
是專為室內空氣品質檢測的感測器模組。主要可以監測的氣體是一氧化碳,醇,丙酮,稀釋劑,甲醛等輕微毒性氣體。本模組兼容 5V和3.3V電源。

特徵
- 低功耗
- 高靈敏度
- 小尺寸封裝
- 可偵測多種目標氣體
- 低成本高效益
- 耐用持久
- 兼容5V和3.3V電源
出貨清單
- Grove – Air quality sensor v1.3 x1
- Grove連接線 x1
是專為室內空氣品質檢測的感測器模組。主要可以監測的氣體是一氧化碳,醇,丙酮,稀釋劑,甲醛等輕微毒性氣體。本模組兼容 5V和3.3V電源。

通常連接4個7段數碼管需要12個IO管腳,這個4數碼顯示模塊用了專用於驅動7段數碼管的TM1637晶片,只需要2個管腳就能完成所有控制功能,即 Arduino 或 seeeduino 兩個數字IO口就能控制數碼管的數字顯示和亮度。在需要字母或數字顯示的場合,這個模塊是個不錯的選擇。
本模組支援 Arduino ,Raspberry Pi, 與 TI LaunchPad

最小值正常值最大值單位工作電壓3.3 5 5.5 V 工作電流0.2 27 80 mA 尺寸42x24x14 mm 重量7±1 g
| 項目 | 最小值 | 典型值 | 最大值 | 單位 |
|---|---|---|---|---|
| 電壓 | 3.3 | 5.0 | 5.5 | VDC |
| 電流 | 0.2 | 27 | 80 | mA |
| 尺寸 | 42x24x14 | mm | ||
| 淨重 | 7±1 | g | ||

Grove – 4-Digit Display 模組使用了LED驅動晶片TM1637來控制要顯示數字和亮度。下面介紹如何用模組顯示時間。
Seeeduino and Grove – 4-digit display: Arduino Mega and Grove – 4-digit display:




空氣質量盒子

在這個應用裡,我們可以4位數碼管顯示當前空氣質量。
4針母頭跳線到Grove 4針轉換電纜可根據客戶要求直接與Arduino一起使用Grove模組。此電纜上的母跳線與2.54引腳插頭兼容。使用此電纜,您可以輕鬆地將所有Seeed的Grove模塊連接到任何2.54mm間距的連接器。

這是一款無聲的迷你震動馬達模組。當輸入高電平時,電機會像手機在靜音模式一樣振動,支援 Arduino 與 Raspberry Pi。
| 項目 | 最小值 | 典型值 | 最大值 |
|---|---|---|---|
| 工作電壓 | 3.0V | 5.0V | 5.5V |
| 控制模式 | 邏輯電平(高電平電機啟動,低電平電機停止) | ||
| 額定轉速 | 9000 rpm | ||
讓電機振動像點亮一個發光二極管一樣簡單。示例演示瞭如何讓啟動電機。

int MoPin = 9; // vibrator Grove connected to digital pin 9
void setup() {
pinMode( MoPin, OUTPUT );
}
void loop() {
digitalWrite(MoPin, HIGH);
delay(1000);
digitalWrite(MoPin, LOW);
delay(1000);
}
}
With Raspberry Pi
1.You should have got a raspberry pi and a grovepi or grovepi+.
2.You should have completed configuring the development enviroment, otherwise follow here.
3.Connection
4.Navigate to the demos’ directory:
cd yourpath/GrovePi/Software/Python/
nano grove_vibration_motor.py # "Ctrl+x" to exit #
import time
import grovepi
# Connect the Grove Vibration Motor to digital port D8
# SIG,NC,VCC,GND
vibration_motor = 8
grovepi.pinMode(vibration_motor,"OUTPUT")
while True:
try:
# Start vibrating for 1 second
grovepi.digitalWrite(vibration_motor,1)
print 'start'
time.sleep(1)
# Stop vibrating for 1 second, then repeat
grovepi.digitalWrite(vibration_motor,0)
print 'stop'
time.sleep(1)
except KeyboardInterrupt:
grovepi.digitalWrite(vibration_motor,0)
break
except IOError:
print "Error"
5.Run the demo.
sudo python grove_vibration_motor.py
Grove-UART WiFi V2.0(ESP8285)是一個串行收發器模組,具有無處不在的ESP8285 IoT SoC。借助集成的TCP / IP協議棧,該模組使您的微控制器僅用幾行代碼即可與WiFi網絡交互。每個ESP8266模組都預編程了AT命令集固件,這意味著您可以發送簡單的文本命令來控制設備。 SoC具有集成的WEP,WPA / WPA2,TKIP,AES和WAPI引擎,可以用作DHCP的訪問點,可以加入現有的WiFi網絡,並且具有可配置的MAC和IP地址。
這是Grove-UART WiFi的升級版本,我們將ESP8266更改為ESP8285,並進行了其他一些調整,以使其更穩定,更輕便。有關版本更改的更多詳細信息,請參考我們的Wiki。
ESP8285既可以作為獨立應用程序運行,也可以作為主機MCU的從機運行。 ESP8285託管應用程序後,會立即從閃存啟動。集成的高速緩存有助於提高系統性能並優化系統內存。 ESP8285還可以通過SPI / SDIO或I2C / UART接口作為Wi-Fi適配器應用於任何微控制器設計

| Dimensions | 40mm x20mm x7mm |
| Weight | G.W 8g |
| Battery | Exclude |
| Input voltage | 3V / 5V |
| Baud Rate | 115200 |
| Chip | ESP8285 ESP-07 SoC |
| AT Firmware | esp_iot_sdk_v1.1.0 |
| Interface | SDIO 1.1/2.0, SPI, UART |
| Five power states | OFF, DEEP_SLEEP, SLEEP, WAKEUP and ON |
| Consumption | Standby power consumption of < 1.0mW (DTIM=3) |
| Leakage current | Power down leakage current of <10uA |
| Output | +19.5dBm output power in 802.11b mode |
| Security protocol | WPA/WPA2 PSK, and WPS |
| Grove – UART WiFi V2 (ESP8285) | 1 |
| Grove cable | 1 |