Search found 24 matches

by ESP_Vikram
Fri Nov 11, 2022 5:30 am
Forum: ESP-IDF
Topic: ESp-insights not working properly
Replies: 4
Views: 2256

Re: ESp-insights not working properly

Hello @MattiaBarten, Thanks for reaching out. LOW_MEM error is when you try to record the insights data point but cannot since the RTC buffer is full, mostly because you are not reporting the data fast enough. Did you try examples provided by esp-insights without any change? Did those work fine? Wha...
by ESP_Vikram
Tue Jun 28, 2022 4:48 am
Forum: General Discussion
Topic: ESP32-S3 TensorFlow Lite Model Issues
Replies: 5
Views: 3226

Re: ESP32-S3 TensorFlow Lite Model Issues

As ESP_Sprite suggested, can you please check if audio input is proper?
You could make run `micro-speech` example run first and proceed from there.: https://github.com/espressif/tflite-mic ... cro_speech The example just detects `Yes` and `No` keywords.
by ESP_Vikram
Sun Jun 28, 2020 1:10 am
Forum: ESP-ADF
Topic: Pipeline element FFT returns strange values
Replies: 2
Views: 4390

Re: Pipeline element FFT returns strange values

What is your in_len?
I think that fft function is optimized only for sizes > 3.

Can you please use len > 3 and check if it still gives error?
by ESP_Vikram
Thu May 07, 2020 3:47 am
Forum: ESP-ADF
Topic: A2dp sink volume control?
Replies: 11
Views: 24495

Re: A2dp sink volume control?

Which board are you using?

Why not just change DAC volume of board instead?
by ESP_Vikram
Thu Apr 30, 2020 4:35 pm
Forum: ESP-ADF
Topic: dlna on esp32 DevKitC v4
Replies: 9
Views: 13356

Re: dlna on esp32 DevKitC v4

That tiss sound looks like a crash.

Can you please clone the latest ADF master (

Code: Select all

git pull --rebase
) and check?
I just tried and get smooth experience.
I am able to change songs pretty smoothly.

With latest version, if you still face tiss issue, please share console logs as well.

Thanks.
by ESP_Vikram
Thu Apr 30, 2020 5:18 am
Forum: ESP-ADF
Topic: dlna on esp32 DevKitC v4
Replies: 9
Views: 13356

Re: dlna on esp32 DevKitC v4

Hi, Please find replies inline. I made a video about how i install the firmware succesfully on dev board. https://youtu.be/V6Cu0fi0yK0 Was expecting a video on DLNA playing. (To see audio issues with song change, audio stutters etc. :| ) But the problem is firmware itself. even ES8388 dac on it supp...
by ESP_Vikram
Wed Apr 29, 2020 12:10 pm
Forum: ESP-ADF
Topic: dlna on esp32 DevKitC v4
Replies: 9
Views: 13356

Re: dlna on esp32 DevKitC v4

Hello again,

Please describe exact issues you are facing with logs and maybe with recording if possible.
This will help to target the exact issue.

Thanks,
Vikram
by ESP_Vikram
Tue Apr 21, 2020 9:06 am
Forum: ESP-ADF
Topic: dlna on esp32 DevKitC v4
Replies: 9
Views: 13356

Re: dlna on esp32 DevKitC v4

Did you forget

Code: Select all

git submodule update --init --recursive
in your esp-idf directory?
by ESP_Vikram
Tue Apr 21, 2020 9:04 am
Forum: ESP-ADF
Topic: streaming audio over wifi from android phone to esp32
Replies: 1
Views: 5634

Re: streaming audio over wifi from android phone to esp32

Have you dried using DLNA?

examples/advanced_examples/dlna