Search found 1 match
- Thu Sep 23, 2021 6:37 am
- Forum: ESP32 Arduino
- Topic: Simple ESP32 touch calibration for changing environment
- Replies: 0
- Views: 2333
Simple ESP32 touch calibration for changing environment
We can calculate the threshold value and different capacitance value due to changing environment. For example if you place 3 mm plastic plate onto the touch pad and restart the calibrate code esp32 recalculate the environment capacitance value. //touch pad defs #define TOUCHPIN T8 #define REPEAT 32 ...