MODatUniSA / mod-blynk-gsr

Visualise GSR data from an Arduino compatible ESP32 Thing on a Blynk app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Visualise GSR data from an Arduino compatible ESP32 Thing on a Blynk app.

License:MIT License


Languages

Language:Arduino 100.0%