Search found 3 matches
- Thu Apr 29, 2021 9:39 am
- Forum: ESP-ADF
- Topic: How to add custom board config?
- Replies: 2
- Views: 9511
Re: How to add custom board config?
Hi serjy1710, The way I have done that is simply create new folder in your project components (such as "MyBoard"). Next copy content of one of supported boards (in ADF components/audio_board. Ex. lyrat_v4_3) and copy include folder from the same ADF source (with board_pins_config.h). Next you can co...
- Tue Mar 23, 2021 10:41 am
- Forum: ESP-ADF
- Topic: ADF's esp_audio player heap fragmentation
- Replies: 0
- Views: 2847
ADF's esp_audio player heap fragmentation
Hi there! I have a question about ADF's built-in audio player. Does using it with many stream sources (and sample rates) may cause heap fragmentation in long time running application? In my application I have HTTP, Flash and A2DP stream and I noticed that in peak RAM usage there is only free 15kB (i...
- Mon Nov 02, 2020 9:06 am
- Forum: ESP-ADF
- Topic: A2DP panic problem
- Replies: 0
- Views: 2307
A2DP panic problem
Hey everyone! I am working on creating my own voice assistant using IDF and ADF libraries. The application also uses such libraries as sh2lib (from protocols/http2 example), ESP-DSP and Tensorflow Lite. Moreover, the assistant can play music via A2DP stream (code taken from advanced_examples/wifi_bt...