Hello @kozmotronik yes, I thumps upped your post as you were in the right direction. Do have a follow-up or a new port if you face any further issues with ESP Insights.
Thanks.
Search found 28 matches
- Mon May 05, 2025 11:47 am
- Forum: ESP RainMaker
- Topic: How to use ESP RainMaker as a component in an existing ESP project?
- Replies: 4
- Views: 4795
- Wed Apr 23, 2025 3:34 pm
- Forum: ESP RainMaker
- Topic: How to use ESP RainMaker as a component in an existing ESP project?
- Replies: 4
- Views: 4795
Re: How to use ESP RainMaker as a component in an existing ESP project?
Hi kozmotronik
Option 1:
You may find the component in component manager here: https://components.espressif.com/components/espressif/esp_rainmaker/versions/1.5.4
Same as all other components, you can add the dependency to your project using following command:
idf.py add-dependency "espressif ...
Option 1:
You may find the component in component manager here: https://components.espressif.com/components/espressif/esp_rainmaker/versions/1.5.4
Same as all other components, you can add the dependency to your project using following command:
idf.py add-dependency "espressif ...
- Mon Jan 20, 2025 12:54 pm
- Forum: ESP RainMaker
- Topic: Insights suddenly stops getting updates
- Replies: 7
- Views: 22365
Re: Insights suddenly stops getting updates
Hi @djor, we have found a fix for the issue. It only occurs when Insights is used with the external transport, (ESP RainMaker in this context).
Do check with the below patch applied, and it should fix the issue.
From 904eb2e57a588123c0a377ef7c57e266a0a22b40 Mon Sep 17 00:00:00 2001
From: Shardul ...
Do check with the below patch applied, and it should fix the issue.
From 904eb2e57a588123c0a377ef7c57e266a0a22b40 Mon Sep 17 00:00:00 2001
From: Shardul ...
- Mon Sep 23, 2024 12:29 pm
- Forum: ESP RainMaker
- Topic: Device keeps on disconnecting and re-connecting to Rainmaker via MQTT
- Replies: 5
- Views: 20162
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 ...
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 ...
- Fri Nov 11, 2022 5:30 am
- Forum: ESP-IDF
- Topic: ESp-insights not working properly
- Replies: 4
- Views: 4064
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 ...
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 ...
- Tue Jun 28, 2022 4:57 am
- Forum: ESP-ADF
- Topic: Detect HTTP Stream Content Type and change encoder
- Replies: 2
- Views: 4964
Re: Detect HTTP Stream Content Type and change encoder
Maybe ADF could do this for you! Please refer: https://github.com/espressif/esp-adf/tr ... ct_decoder
- Tue Jun 28, 2022 4:48 am
- Forum: General Discussion
- Topic: ESP32-S3 TensorFlow Lite Model Issues
- Replies: 5
- Views: 6262
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.
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.
- Sun Jun 28, 2020 1:10 am
- Forum: ESP-ADF
- Topic: Pipeline element FFT returns strange values
- Replies: 2
- Views: 5589
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?
I think that fft function is optimized only for sizes > 3.
Can you please use len > 3 and check if it still gives error?
- Thu May 07, 2020 3:47 am
- Forum: ESP-ADF
- Topic: A2dp sink volume control?
- Replies: 13
- Views: 53710
Re: A2dp sink volume control?
Which board are you using?
Why not just change DAC volume of board instead?
Why not just change DAC volume of board instead?
- Thu Apr 30, 2020 4:35 pm
- Forum: ESP-ADF
- Topic: dlna on esp32 DevKitC v4
- Replies: 9
- Views: 16821
Re: dlna on esp32 DevKitC v4
That tiss sound looks like a crash.
Can you please clone the latest ADF master () 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.
Can you please clone the latest ADF master (
Code: Select all
git pull --rebaseI 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.