Hey, I'm working on an application using the Lyrat Devkit, it's an audio pipeline that plays an opus file from the internet.
The clip is only a couple of seconds long: https://spades-test-public-access.s3.amazonaws.com/upload.opus
Occasionally, the application will crash during playback. This does ...
Search found 5 matches
- Fri May 31, 2024 3:39 pm
- Forum: ESP-ADF
- Topic: Crash using HTTP Source + Opus Decoder
- Replies: 0
- Views: 4594
- Thu Apr 11, 2024 2:16 pm
- Forum: ESP-IDF
- Topic: Connection issues when using a bridged network
- Replies: 0
- Views: 1057
Connection issues when using a bridged network
Hey,
I'm having an issue in which my device will occasionally fail to make network requests for a period of time, then reconnect to the network and begin working again.
This is running the http_request example code.
I (2429314) example: Starting again!
I (2429314) example: DNS lookup succeeded ...
I'm having an issue in which my device will occasionally fail to make network requests for a period of time, then reconnect to the network and begin working again.
This is running the http_request example code.
I (2429314) example: Starting again!
I (2429314) example: DNS lookup succeeded ...
- Fri Mar 22, 2024 2:45 pm
- Forum: ESP-IDF
- Topic: WiFi stops working until esp_wifi_stop/start called
- Replies: 2
- Views: 1074
Re: WiFi stops working until esp_wifi_stop/start called
I don't think it is a distance issue, the device is not far from the router, and it is too consistent in that once it stops failing, all requests will fail until it a disconnect and reconnect is performed.
Here is some logs:
Initialization:
I (113) esp_image: segment 0: paddr=00010020 vaddr ...
Here is some logs:
Initialization:
I (113) esp_image: segment 0: paddr=00010020 vaddr ...
- Thu Mar 21, 2024 9:24 pm
- Forum: ESP-IDF
- Topic: WiFi stops working until esp_wifi_stop/start called
- Replies: 2
- Views: 1074
WiFi stops working until esp_wifi_stop/start called
Hey,
I have an application that will periodically (every minute) perform a ping to: 8.8.8.8, google.com, and whatever the local gateway is.
After some (inconsistent) amount of time the ping requests will all fail.
There will have been no disconnect event from the router, and no wifi logs (at INFO ...
I have an application that will periodically (every minute) perform a ping to: 8.8.8.8, google.com, and whatever the local gateway is.
After some (inconsistent) amount of time the ping requests will all fail.
There will have been no disconnect event from the router, and no wifi logs (at INFO ...
- Thu Nov 09, 2023 6:17 pm
- Forum: ESP-IDF
- Topic: Pure CMake Library + Kconfig
- Replies: 0
- Views: 652
Pure CMake Library + Kconfig
Hey,
I'm working on adding an External CMake Library to my ESP-IDF based project.
I am using FetchContent to pull the external library.
The issue I am facing is that the external library uses Kconfig for configuration, but I cannot find a way to add the library to the Kconfig populated by ...
I'm working on adding an External CMake Library to my ESP-IDF based project.
I am using FetchContent to pull the external library.
The issue I am facing is that the external library uses Kconfig for configuration, but I cannot find a way to add the library to the Kconfig populated by ...