Thanks for your suggestion. I belive that I tried setting that target (and obvious variants) previously. To be sure, I tried again and the build failed. See error log below.
Thanks, Eric
+ idf.py fullclean
+ idf.py set-target esp32s3
+ idf.py build
/home/freudent/esp/esp-adf/components/esp-adf ...
Search found 6 matches
- Thu Apr 03, 2025 3:50 pm
- Forum: ESP-BOX
- Topic: help needed configuring esp-adf for esp32-s3-box-3b
- Replies: 3
- Views: 9502
- Wed Apr 02, 2025 3:16 am
- Forum: ESP-BOX
- Topic: help needed configuring esp-adf for esp32-s3-box-3b
- Replies: 3
- Views: 9502
help needed configuring esp-adf for esp32-s3-box-3b
I have been developing for the audiokit v2.2 as a variant of a lyrat for a while.
I picked up a esp32-s3-box-3b,and attempted to build the pipeline_passthru demo code after selecting the esp32-s3-box HAL. The compile failed (see error msgs below). How can I properly configure for this board ...
I picked up a esp32-s3-box-3b,and attempted to build the pipeline_passthru demo code after selecting the esp32-s3-box HAL. The compile failed (see error msgs below). How can I properly configure for this board ...
- Tue Mar 25, 2025 5:43 am
- Forum: General Discussion
- Topic: help needed: possible race condition when i2s devices on different I2S interfaces are coupled by a pipeline
- Replies: 0
- Views: 311
help needed: possible race condition when i2s devices on different I2S interfaces are coupled by a pipeline
My app needs to implement a dsp between a microphone input and a speaker output. A year ago, we sucessfully implemented it using esp-adf and the audiokit v 2.2 board. This board, which is very similar to the lyrat v4.3, uses a single codec for both microphone and speaker, and the board_config ...
- Sun Mar 23, 2025 10:57 pm
- Forum: ESP-ADF
- Topic: figured out config for lyrat mini v1.2
- Replies: 2
- Views: 8864
figured out config for lyrat mini v1.2
esp-adf only has a board config for the mini v1.1 board. Turns out it works for v1.2 too. However, the passthrough app doesn't work because this board has different codecs (on differnet i2s ports) for input & ouput. (weird)
I changed the stream configs in passthru and it now works:
i2s_stream_cfg ...
I changed the stream configs in passthru and it now works:
i2s_stream_cfg ...
- Sat Mar 22, 2025 7:44 pm
- Forum: General Discussion
- Topic: esp-adf audio hal board config for lyrat mini 1.2
- Replies: 0
- Views: 228
esp-adf audio hal board config for lyrat mini 1.2
I purchased a lyrat MINI v1.2 and now realize that esp-adf only includes a borard config for v1.1. The pipeline_passthru example app doesn't seem to work, so I assume that the codec configuration differs between those boards.
Espressif's site doesn't seem to publish any info on the 1.1 version, so ...
Espressif's site doesn't seem to publish any info on the 1.1 version, so ...
- Tue Mar 04, 2025 8:40 am
- Forum: ESP-ADF
- Topic: Creating my own custom Audio Processing stream plugin
- Replies: 6
- Views: 17583
Re: Creating my own custom Audio Processing stream plugin
I notice the following problematic copyright notice on nullpipe.*. What restrictions do they impose on products that use code derived from it?
[Codebox]
// Copyright 2018 Espressif Systems (Shanghai) PTE LTD
// All rights reserved.
[/Codebox]
Thanks, Eric
[Codebox]
// Copyright 2018 Espressif Systems (Shanghai) PTE LTD
// All rights reserved.
[/Codebox]
Thanks, Eric