Search found 3 matches
- Sun Sep 04, 2022 7:45 pm
- Forum: Hardware
- Topic: Touch 2 not working on DevKit, prints zero
- Replies: 1
- Views: 1599
Re: Touch 2 not working on DevKit, prints zero
I haven't found a proper solution to this, but as a workaround I'm now using Dev kits with 38 pins. Here, I can access 9 of the 10 pins without a problem...
- Sun Sep 04, 2022 7:18 pm
- Forum: General Discussion
- Topic: Encountering unknown CMake command "idf_component_register"
- Replies: 6
- Views: 22539
Re: Encountering unknown CMake command "idf_component_register"
Sorry for re-opening this old thread, but I found it while having the same error:
It can also happen if you're trying to build in the wrong folder. In my case, I was calling idf.py build inside the component folder instead of its parent. Switching to the correct folder before building solves the ...
It can also happen if you're trying to build in the wrong folder. In my case, I was calling idf.py build inside the component folder instead of its parent. Switching to the correct folder before building solves the ...
- Sun Aug 21, 2022 6:44 pm
- Forum: Hardware
- Topic: Touch 2 not working on DevKit, prints zero
- Replies: 1
- Views: 1599
Touch 2 not working on DevKit, prints zero
Hi,
I'm using a Node MCU DevKit and want to use 9 touch sensors. However, TOUCH2 (T2) does not work. I realize that T1 is not exposed on this board, but according to the datasheets (for example: https://joy-it.net/files/files/Produkte/SBC-NodeMCU-ESP32/SBC-NodeMCU-ESP32-Manual-2021-06-29.pdf) T2 ...
I'm using a Node MCU DevKit and want to use 9 touch sensors. However, TOUCH2 (T2) does not work. I realize that T1 is not exposed on this board, but according to the datasheets (for example: https://joy-it.net/files/files/Produkte/SBC-NodeMCU-ESP32/SBC-NodeMCU-ESP32-Manual-2021-06-29.pdf) T2 ...