Skip to content

MODatUniSA/mod-blynk-gsr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%