Search found 25 matches

by ESP_Vikram
Mon Sep 23, 2024 12:29 pm
Forum: ESP RainMaker
Topic: Device keeps on disconnecting and re-connecting to Rainmaker via MQTT
Replies: 3
Views: 2119

Re: Device keeps on disconnecting and re-connecting to Rainmaker via MQTT

Hi @djorr5, From logs, as you have observed, it seems the device is getting connected and then disconnected frequently. The Insights logs however, are not much useful. - Does the raw example(without any custom changes) work as expected? - Can you please share more context: IDF version used, the chip...
by ESP_Vikram
Fri Nov 11, 2022 5:30 am
Forum: ESP-IDF
Topic: ESp-insights not working properly
Replies: 4
Views: 3182

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: 4494

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: 4947

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: 13
Views: 30144

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: 15135

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: 15135

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: 15135

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: 15135

Re: dlna on esp32 DevKitC v4

Did you forget

Code: Select all

git submodule update --init --recursive
in your esp-idf directory?