Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 713 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 713 Bytes

Arduino galvanic skin response sketch

Using the Blynk data visualisation app.

Parts

Installation

  1. Clone this repository.
  2. Create a secrets.h file with these defines:
#define blynkAuthToken "token"
#define your_ssid "ssid"
#define your_password "password"
  1. Connect the GSR sensor to your ESP32:
ESP32 GSR
GND GND
3.3v VCC
32 (analog) SIG
  1. Upload the code to an Arduino.
  2. Watch the serial output to check it’s connected to the internet.
  3. Open the Blank iOS/Android app, and connect a graph to pin V5.