






| รหัสสินค้า | AS00238 |
| หมวดหมู่ | โมดูลเซ็นเซอร์ทางชีวภาพ Biometrics Sensor |
| ราคา | 685.00 บาท |
| สถานะสินค้า | พร้อมส่ง |
| จำนวน | ชิ้น |
Specification
| Parameter | Value/Range |
|---|---|
| Operating voltage | 3.3V/5V |
| Sensitivity | Adjustable via a potentiometer |
| Input Signal | Resistance, NOT Conductivity |
| Output Signal | Voltage, analog reading |
| Finger contact material | Nickel |
Getting Started
Step 1. We need to prepare the below stuffs:
| Seeeduino V4.2 | Base Shield | Grove - GSR |
|---|---|---|
![]() |
![]() |
![]() |

Note
If we don’t have a Base Shield, don’t worry, the sensor can be connected to your Arduino directly. Please follow below tables to connect with Arduino.
| Seeeduino | Grove-GSR Sensor |
|---|---|
| GND | Black |
| 5V | Red |
| NC | White |
| A0 | Yellow |
Software
Step 1. Copy the code into Arduino IDE and upload.
const int GSR=A0;
int sensorValue=0;
int gsr_average=0;
void setup(){
Serial.begin(9600);
}
void loop(){
long sum=0;
for(int i=0;i<10;i++) //Average the 10 measurements to remove the glitch
{
sensorValue=analogRead(GSR);
sum += sensorValue;
delay(5);
}
gsr_average = sum/10;
Serial.println(gsr_average);
}

Human Resistance = ((1024+2Serial_Port_Reading)10000)/(512-Serial_Port_Reading), unit is ohm, Serial_Port_Reading is the value display on Serial Port(between 0~1023)
Please click here to see all Grove - GSR sensor FAQs.
Please do not hesitate to contact techsupport@seeed.cc if you require further information.







ชำระเงินค่าสินค้าโดยการโอนเงินเข้าบัญชีธนาคาร KBANK, SCB, BBL,TMB
กรุณาเก็บหลักฐานการโอนเงินของท่านไว้เพื่อแจ้งการชำระเงินด้วยค่ะ
ท่านสามารถแจ้งการชำระเงินผ่านระบบอัตโนมัติได้โดย Click Link ข้างล่างค่ะ
https://www.arduitronics.com/informpayment
| หน้าที่เข้าชม | 15,490,525 ครั้ง |
| ผู้ชมทั้งหมด | 5,993,603 ครั้ง |
| เปิดร้าน | 21 พ.ค. 2556 |
| ร้านค้าอัพเดท | 19 พ.ย. 2568 |