รหัสสินค้า | AS00507 |
หมวดหมู่ | Gas Sensors แก๊สเซ็นเซอร์ |
ราคา | 3,885.00 บาท |
สถานะสินค้า | พร้อมส่ง |
จำนวน | ชิ้น |
Item | Parameter |
---|---|
Target Gas | O2 |
Resolution | 0.1%VOL |
Measurement Range | 0-25%VOL |
ReOperating Voltage | DC 5±0.1V DC |
Operating Current | < 10 mA |
Output | Output UART (TTL electrical Level, 3V) Analog voltage (refer to table 2 for sensor original amplifying signal) |
Operating Conditions | -20 - 25℃/15 - 90%RH(no condensation) |
Storage Conditions | -20 - 50℃/15 - 90%RH(no condensation) |
Size | ø23.5mm x 24.5mm |
Life Expectancy | 2 years(in the air) |
Application
Simple Test:
Here we will show you how this Grove - Oxygen Sensor Pro(GGC2330-O2) works via a simple demo. First of all, you need to prepare the below stuffs:
Seeeduino Cortex-M0+ | Grove - Oxygen Sensor Pro(GGC2330-O2) | Base Shield |
---|---|---|
![]() |
![]() |
![]() |
Thanks to the benefit of Grove series modules, you don't need to make soldering or bread board, what you need to do is connect the modules to the right port of Base Shield. For this demo, we have only one Grove module.
Copy the below code to Arduino IDE.
void setup() {
Serial.begin(9600); Serial2.begin(9600); } void loop() { if (Serial2.available()){ uint8_t begin_code = Serial2.read(); delay(10); uint8_t state_code = Serial2.read(); delay(10); uint8_t high_code = Serial2.read(); delay(10); uint8_t low_code = Serial2.read(); delay(10); uint8_t check_code = Serial2.read(); delay(10); uint8_t checkk_code = Serial2.read(); delay(10); uint8_t checkkk_code = Serial2.read(); delay(10); uint8_t checkkkk_code = Serial2.read(); delay(10); uint8_t checkkkkk_code = Serial2.read(); delay(10); if(begin_code == 255 && state_code == 134){ float O2_val = ((high_code * 256) + low_code) * 0.1 ; Serial.print("O2: "); Serial.print(O2_val); Serial.println(" %"); } } while(Serial2.read()>=0); //clear buffer }
Open serial monitor of your Arduino IDE, and you will get the data now.
Warning
It need about 20~30 minutes to preheat the sensor, or you will get a larger value.
ชำระเงินค่าสินค้าโดยการโอนเงินเข้าบัญชีธนาคาร KBANK, SCB, BBL,TMB
กรุณาเก็บหลักฐานการโอนเงินของท่านไว้เพื่อแจ้งการชำระเงินด้วยค่ะ
ท่านสามารถแจ้งการชำระเงินผ่านระบบอัตโนมัติได้โดย Click Link ข้างล่างค่ะ
https://www.arduitronics.com/informpayment
หน้าที่เข้าชม | 15,375,197 ครั้ง |
ผู้ชมทั้งหมด | 5,878,275 ครั้ง |
เปิดร้าน | 21 พ.ค. 2556 |
ร้านค้าอัพเดท | 5 ก.ย. 2568 |