How to be able to use ADC Touch on ESP32 and TTGO-T?

For general Flowcode discussion that does not belong in the other sections.
Post Reply
Xbiotec
Posts: 206
http://meble-kuchenne.info.pl
Joined: Thu Sep 23, 2021 3:44 pm
Location: France
Has thanked: 34 times
Been thanked: 25 times

How to be able to use ADC Touch on ESP32 and TTGO-T?

Post by Xbiotec »

Hi,
How to be able to use Touch on ESP32 and TTGO-T?
I tried to use EBM013 comp but prog can not be compiled.
prop.jpg
prop.jpg (17.31 KiB) Viewed 5729 times
ACD.jpg
ACD.jpg (28.68 KiB) Viewed 5729 times
thx
Seb

Steve-Matrix
Matrix Staff
Posts: 1471
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 204 times
Been thanked: 348 times

Re: How to be able to use ADC Touch on ESP32 and TTGO-T?

Post by Steve-Matrix »

That message is a warning. Are there other errors in the compilation output? It might help us if you post your project and the .msg.txt file that lists the compiler output.

Xbiotec
Posts: 206
Joined: Thu Sep 23, 2021 3:44 pm
Location: France
Has thanked: 34 times
Been thanked: 25 times

Re: How to be able to use ADC Touch on ESP32 and TTGO-T?

Post by Xbiotec »

hi Steve,
ESP32_touch test v01.fcfx
(18.12 KiB) Downloaded 433 times
ESP32_touch test v01.msg.txt
(17.48 KiB) Downloaded 654 times
Seb

Steve-Matrix
Matrix Staff
Posts: 1471
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 204 times
Been thanked: 348 times

Re: How to be able to use ADC Touch on ESP32 and TTGO-T?

Post by Steve-Matrix »

I think the ADC touch is not currently supported on the ESP devices. This is reported in line 106 of the msg.txt file.

Xbiotec
Posts: 206
Joined: Thu Sep 23, 2021 3:44 pm
Location: France
Has thanked: 34 times
Been thanked: 25 times

Re: How to be able to use ADC Touch on ESP32 and TTGO-T?

Post by Xbiotec »

Hi Steve,
Sorry but all ESP32 has capacitive-sensing GPIOs.
ESP32.jpg
ESP32.jpg (42.1 KiB) Viewed 5660 times
Seb

kersing
Valued Contributor
Posts: 192
Joined: Wed Dec 02, 2020 7:28 pm
Has thanked: 77 times
Been thanked: 64 times

Re: How to be able to use ADC Touch on ESP32 and TTGO-T?

Post by kersing »

The esp might have it but it’s not supported by flowcode as Steve mentions.

Xbiotec
Posts: 206
Joined: Thu Sep 23, 2021 3:44 pm
Location: France
Has thanked: 34 times
Been thanked: 25 times

Re: How to be able to use ADC Touch on ESP32 and TTGO-T?

Post by Xbiotec »

I understand now.
Even if English is not my first language.
ADC touch is not currently supported on the ESP devices
So Steve should say that ESP32 FCD doesn't support ADC touch.
sorry Steve ;)

So is it possible to add this function and when ?
thx
Seb

Steve-Matrix
Matrix Staff
Posts: 1471
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 204 times
Been thanked: 348 times

Re: How to be able to use ADC Touch on ESP32 and TTGO-T?

Post by Steve-Matrix »

Sorry I wasn't clear - my brain was slower than my typing!
lucibel wrote:
Fri Dec 31, 2021 4:10 pm
So is it possible to add this function and when ?
It should be possible, but I can't say when we can complete this work. Your request will be added to our 'todo' list.

Post Reply