Olimex Support Forum

Microcontrollers => ESP32 => Topic started by: kleurbleur on September 30, 2022, 03:36:28 PM

Title: ESP32-POE-IND and ESP32-POE-ISO Touch3, Touch4 and Touch6 no input
Post by: kleurbleur on September 30, 2022, 03:36:28 PM
I've tested this with both a ESP32-POE-IND and a ESP32-POE-ISO. Both get the same readings from touchRead() but there is no change whatsoever when touching the wire connected to either of the GPIO(13,14 or 15). This is with the example sketch that comes with the ESP32 install.

The other Touch GPIO's do work.
Title: Re: ESP32-POE-IND and ESP32-POE-ISO Touch3, Touch4 and Touch6 no input
Post by: LubOlimex on October 03, 2022, 08:43:20 AM
There is no hardware reason for that. GPIO13, GPIPO14, GPIO15 are available. Do you have anything attached to the UEXT that might influence them?
Title: Re: ESP32-POE-IND and ESP32-POE-ISO Touch3, Touch4 and Touch6 no input
Post by: kleurbleur on October 03, 2022, 01:10:45 PM
Nothing attached, only to either GPIO13 or GPIO15 in the initial tests. Later tested all the individual pins noticing that GPIO13,14 and 15 don't get any input. Probably something in Arduino/Espressif framework. For compatibility reasons with custom libs I have to use version 3.5.0.
Title: Re: ESP32-POE-IND and ESP32-POE-ISO Touch3, Touch4 and Touch6 no input
Post by: LubOlimex on October 03, 2022, 01:50:52 PM
Maybe try to use them as simple GPIO and check if that works.