QUERY · ISSUE
touchPad on Pin 2 (ESP32)
I have downloaded the actual version of Micropython for the ESP32 and i wanted to use Pin 2 as a touchPin. I can decelerate it as a touchpin like this touchPad = TouchPad(Pin(2))
But I cannot read from that: touchPad.read()
Than I get an error: ValueError: Touch pad error
Have anyone an idea?
CANDIDATE · ISSUE
TouchPad (GPIO_2) not working esp-wroom-32
bugport-esp32
Can't use touch pin 2 (GPIO 2) as a touchpad it gives a value error.
esp32 module: esp-wroom-32
from tested: esp32-idf3-20210202-v1.14.bin , esp32-20220618-v1.19.1.bin