Search found 2 matches
- Fri Sep 12, 2025 3:04 pm
- Forum: ESP-ADF
- Topic: Touch buttons on ESP32-S3 board
- Replies: 3
- Views: 9965
Re: Touch buttons on ESP32-S3 board
According to the ESP32-S3 Series datasheet, the touch sensor pins are multiplexed with GPIO1 to GPIO14 and their corresponding RTC GPIOs. This multiplexing means that if a GPIO is assigned to another function (like SPI or UART), it cannot be used for touch sensing. Identify GPIOs on the SuperMini ...
- Tue Sep 02, 2025 7:24 am
- Forum: ESP-ADF
- Topic: Touch buttons on ESP32-S3 board
- Replies: 3
- Views: 9965
Touch buttons on ESP32-S3 board
Hello. I'm trying to use the touch sensor feature on ESP32-S3 Supermini board with ESP-ADF (Master). ESP-IDF Release/v5.3.
I am using recommended example https://github.com/espressif/esp-adf/tree/7690d2e/examples/get-started/play_mp3_control and information from the page
https://docs.espressif.com ...
I am using recommended example https://github.com/espressif/esp-adf/tree/7690d2e/examples/get-started/play_mp3_control and information from the page
https://docs.espressif.com ...