Search found 1 match

by valentin.fayolle
Mon Jun 23, 2025 1:42 pm
Forum: General Discussion
Topic: Help detecting fencing weapon touch with ESP32 Devkit V1
Replies: 0
Views: 77

Help detecting fencing weapon touch with ESP32 Devkit V1

Hello,
I have an ESP32 Devkit V1( See attachment) board and I would like to connect it to a fencing weapon (foil or épée) and detect when the touch button is pressed.

Right now, my Arduino code looks like this:

cpp
Copier
Modifier
#include <WiFi.h>
#include <PubSubClient.h>

int past = LOW;
const ...

Go to advanced search