Grove GSR - Skin Sensor Module (Skin Resistance Conductivity) - แท้จาก SeeedStudio

Grove GSR - Skin Sensor Module (Skin Resistance Conductivity) - แท้จาก SeeedStudio
Grove GSR - Skin Sensor Module (Skin Resistance Conductivity) - แท้จาก SeeedStudioGrove GSR - Skin Sensor Module (Skin Resistance Conductivity) - แท้จาก SeeedStudioGrove GSR - Skin Sensor Module (Skin Resistance Conductivity) - แท้จาก SeeedStudioGrove GSR - Skin Sensor Module (Skin Resistance Conductivity) - แท้จาก SeeedStudioGrove GSR - Skin Sensor Module (Skin Resistance Conductivity) - แท้จาก SeeedStudioGrove GSR - Skin Sensor Module (Skin Resistance Conductivity) - แท้จาก SeeedStudioGrove GSR - Skin Sensor Module (Skin Resistance Conductivity) - แท้จาก SeeedStudio
รหัสสินค้า AS00238
หมวดหมู่ โมดูลเซ็นเซอร์ทางชีวภาพ Biometrics Sensor
ราคา 685.00 บาท
สถานะสินค้า พร้อมส่ง
จำนวน
ชิ้น
หยิบลงตะกร้า
หนังสือรับรองบริษัท
บุ๊คแบ๊งค์
คุ้มครองโดย LnwPay
Overview
GSR stands for galvanic skin response, is a method of measuring the electrical conductance of the skin. Strong emotion can cause stimulus to your sympathetic nervous system, resulting more sweat being secreted by the sweat glands. Grove - GSR allows you to spot such strong emotions by simple attaching two electrodes to two fingers on one hand. It is an interesting to create emotion related projects like sleep quality monitor.

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

Hardware

  • Step 1. We need to prepare the below stuffs:

Seeeduino V4.2 Base Shield Grove - GSR
enter image description here enter image description here enter image description here
  • Step 2. Connect the Grove-GSR to A0 on Base Shield.
  • Step 3. Plug the base Shield into Seeeduino-V4.2.
  • Step 4. Connect Seeeduino-V4.2 to PC by using a USB cable.

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);
}

  • Step 2. Wear the GSR sensor
  • Step 3. Click the Tools-> Serial Plotter from Arduino IDE
  • Step 4. We will see the below graph. Please deep breath and see the trends.

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)

FAQ

Please click here to see all Grove - GSR sensor FAQs.

Tech Support

Please do not hesitate to contact techsupport@seeed.cc if you require further information.

Resources

วิธีการชำระเงิน

ชำระเงินค่าสินค้าโดยการโอนเงินเข้าบัญชีธนาคาร KBANK, SCB, BBL,TMB

กรุณาเก็บหลักฐานการโอนเงินของท่านไว้เพื่อแจ้งการชำระเงินด้วยค่ะ

 

ท่านสามารถแจ้งการชำระเงินผ่านระบบอัตโนมัติได้โดย Click Link ข้างล่างค่ะ

https://www.arduitronics.com/informpayment

 

บมจ. ธนาคารกสิกรไทย สาขาเซ็นทรัล แจ้งวัฒนะ ออมทรัพย์
ธนาคารไทยพาณิชย์ จำกัด (มหาชน) สาขาเซ็นทรัล แจ้งวัฒนะ ออมทรัพย์
ธนาคารกรุงเทพ จำกัด (มหาชน) สาขาเซนทรัล พระราม 3 สะสมทรัพย์
ธนาคารทหารไทยธนชาต จำกัด (มหาชน) สาขาเซนทรัล พระราม 3 กระแสรายวัน

เพิ่มเพื่อน

@rfm0967y

ติดต่อสอบถาม

เพิ่มเพื่อน

CATEGORY

Sensors / Modules [1703]

CONTACT US

มือถือ 0887823467 แฟกซ์ 02-0153201

Join เป็นสมาชิกร้านค้า

ร้านArduitronics
ร้านArduitronics
/www.arduitronics.com/
Join เป็นสมาชิกร้าน
2140
สมัครสมาชิกร้านนี้ เพื่อรับสิทธิพิเศษ

STATISTICS

หน้าที่เข้าชม15,417,779 ครั้ง
ผู้ชมทั้งหมด5,920,859 ครั้ง
เปิดร้าน21 พ.ค. 2556
ร้านค้าอัพเดท3 ต.ค. 2568

MEMBER

พูดคุย-สอบถาม