Search found 3 matches

by rafaBG
Thu Aug 15, 2024 5:59 pm
Forum: ESP-ADF
Topic: Is it mandatory to have an audio codec or DSP chip to use ESP ADF in a custom board ?
Replies: 2
Views: 27918

Re: Is it mandatory to have an audio codec or DSP chip to use ESP ADF in a custom board ?

@liaifat85, can you show us how to do it? I'm able to run a project using ESP-ADF, but I only get silence from microphone (INMP441), via I2S. When I configure the project, under "Audio HAL", if I set "Audio Board" to "Custom audio board", the project crashes because I don't have a 'board.h' file. So...
by rafaBG
Sat Jul 29, 2023 2:11 pm
Forum: Hardware
Topic: Touch-sensitive pin T1 (GPIO 0) doesn't work
Replies: 1
Views: 575

Re: Touch-sensitive pin T1 (GPIO 0) doesn't work

Did anyone have a similar experience?
by rafaBG
Fri Jul 21, 2023 10:28 pm
Forum: Hardware
Topic: Touch-sensitive pin T1 (GPIO 0) doesn't work
Replies: 1
Views: 575

Touch-sensitive pin T1 (GPIO 0) doesn't work

Hi friends, I literally just got my hands on my first ever ESP32, so I am trying to figure out things. I am testing the built-in touch sensors of ESP32, using the example project in the ESP IDF examples folder (https://github.com/espressif/esp-idf/tree/master/examples/peripherals/touch_sensor/touch_...