Search found 7 matches
- Thu May 21, 2020 12:55 pm
- Forum: ESP-ADF
- Topic: Define aux in (line_in) number
- Replies: 1
- Views: 3995
Re: Define aux in (line_in) number
After all mindblowing hours and meditation over the code, there is a solution. Thanks to Paul Sykes (https://github.com/paulsykes/esp-adf/tree/pipeline_passthru) I don't understand to the last string of code, why it works, but it is. ESP_LOGI(TAG, "[ 2 ] Start codec chip"); audio_hal_codec_config_t ...
- Wed May 20, 2020 5:59 am
- Forum: ESP-ADF
- Topic: Define aux in (line_in) number
- Replies: 1
- Views: 3995
Define aux in (line_in) number
Hello everybody. I've tried to make running "pipeline_raw_http" example, and it runs as expected, but if I connect my sound source to aux in - it records mics again, and no any input from aux. I've tried to figure it out, and in my opinion the problem is that codec intitalized for line_in1, and i ne...
- Fri May 15, 2020 6:32 am
- Forum: Hardware
- Topic: ESP32 Lyra 4.3T continous autoreboot after flashing
- Replies: 0
- Views: 1971
ESP32 Lyra 4.3T continous autoreboot after flashing
Hello everybody, I having some issues after flashing Lyra-T: I've plug out aux in during the flashing, and after that, I've got autoreboot. Tried to reflash it many times, various examples, but all of them going to cycling auto reboot. Here's listing, of log getting started example: ets Jun 8 2016 0...
- Thu Nov 22, 2018 2:05 pm
- Forum: General Discussion
- Topic: After updating ESP32-IDF through github make clean, make all etc... has stopped to work
- Replies: 7
- Views: 13390
Re: After updating ESP32-IDF through github make clean, make all etc... has stopped to work
Hi all. after all promises that it is the very last ime I tried to make this thing work - I've done it. First of all, i must notice, that my error seems to be absolutly other than Navis. I've got broken "make" after updates of toolchain, not git - and this was the key. I've bind at point that after ...
- Thu Nov 22, 2018 5:48 am
- Forum: General Discussion
- Topic: After updating ESP32-IDF through github make clean, make all etc... has stopped to work
- Replies: 7
- Views: 13390
Re: After updating ESP32-IDF through github make clean, make all etc... has stopped to work
Hello all. As I've promised, I tried first Roland's advice, and done: pacman -Syu It has downloaded mingw32, mingw32.sig, mingw64, mingw64.sig; after that, he asked, whether I want to replace catgets & libcatgets with msys/msys2-runtime, i've said yes. It has downloaded 3 packets: mingw-w64-i686-get...
- Wed Nov 21, 2018 12:18 pm
- Forum: General Discussion
- Topic: After updating ESP32-IDF through github make clean, make all etc... has stopped to work
- Replies: 7
- Views: 13390
Re: After updating ESP32-IDF through github make clean, make all etc... has stopped to work
Good day, Roland. Thank you, for your answer. I've already tried to do 2 & 3 your advice. for the git submodule update --init --recursive it has been written the same for "git submodule install --init": "/usr/lib/git-core/git-sh-setup: line 46 /git-sh-i18n: no Such file or directory" for E:/msys32/m...
- Tue Nov 20, 2018 2:07 pm
- Forum: General Discussion
- Topic: After updating ESP32-IDF through github make clean, make all etc... has stopped to work
- Replies: 7
- Views: 13390
Re: After updating ESP32-IDF through github make clean, make all etc... has stopped to work
Good day. Have to rise up this post. Got this problem too, what had i done: First i've tried to build a project in eclipse. It wrote me something about python dependency check and ends with that: "Please refer to the Get Started section of the ESP-IDF Programming Guide for setting up the required pa...