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