Search found 4 matches

by rabarar
Sun May 17, 2020 4:15 pm
Forum: ESP-ADF
Topic: Help with Ai-Thinker ESP32-A1S Audio Kit
Replies: 3
Views: 14302

Re: Help with Ai-Thinker ESP32-A1S Audio Kit

Adrian, I took a look at the code, and figured out how to make it work - so the short answer is you need to modify the ac101 codec init function - the HAL doesn't expose the necessary interfaces to control the register writing for the source selection - I downloaded the data sheet for the AC101 Code...
by rabarar
Sun May 17, 2020 2:59 pm
Forum: ESP-ADF
Topic: Help with Ai-Thinker ESP32-A1S Audio Kit
Replies: 3
Views: 14302

Re: Help with Ai-Thinker ESP32-A1S Audio Kit

Adrian,

Did you ever get a solution to make LINEIN work? I'm looking for a similar solution.

Best,
Rob
by rabarar
Tue Jan 22, 2019 3:36 pm
Forum: ESP-IDF
Topic: ESP32 SparkFun Thing - works with Arduino but not ESP32-IDF
Replies: 1
Views: 3092

Re: ESP32 SparkFun Thing - works with Arduino but not ESP32-IDF

SOLVED: modifying the XTAL Frequency to automatic resolves both the UART clock issue and the WiFi failure.
by rabarar
Tue Jan 22, 2019 2:15 am
Forum: ESP-IDF
Topic: ESP32 SparkFun Thing - works with Arduino but not ESP32-IDF
Replies: 1
Views: 3092

ESP32 SparkFun Thing - works with Arduino but not ESP32-IDF

Is there anything specific that needs to be modified to make the ESP32 SparkFun Thing work with the ESP32 IDF? When I flash the example code (for example the getting_started/softAP), the code builds, loads, and runs, but the code fails to work,., when I erase the flash, It appears that the ESP32 Thi...