Can follow this issue via Github
https://github.com/espressif/esp-mesh-lite/issues/193
Search found 15 matches
- Wed Oct 01, 2025 3:21 pm
- Forum: ESP-IDF
- Topic: dynamic WiFi stack creation with ESP_MESH_LITE
- Replies: 1
- Views: 954
- Wed Oct 01, 2025 12:17 pm
- Forum: ESP-IDF
- Topic: dynamic WiFi stack creation with ESP_MESH_LITE
- Replies: 1
- Views: 954
dynamic WiFi stack creation with ESP_MESH_LITE
Hi all,
I've been trying to see what actually needs to be de-initialised or destroyed when changing Wi-Fi details and so far i've got to the stage of
E (11:59:21.497) esp_netif_lwip: esp_netif_new_api: Failed to configure netif with config=0x3fcce150 (config or if_key is NULL or duplicate key ...
I've been trying to see what actually needs to be de-initialised or destroyed when changing Wi-Fi details and so far i've got to the stage of
E (11:59:21.497) esp_netif_lwip: esp_netif_new_api: Failed to configure netif with config=0x3fcce150 (config or if_key is NULL or duplicate key ...
- Tue May 13, 2025 1:51 pm
- Forum: ESP-IDF
- Topic: HTTP OTA causing Guru error from cached memory accessed
- Replies: 5
- Views: 135
Re: HTTP OTA causing Guru error from cached memory accessed
Update:
Calling or setting the below will have an adverse affect on the mesh ocnfig,
Calling or setting the below will have an adverse affect on the mesh ocnfig,
Code: Select all
mesh_lite_config.ap_ssid = "mySSSID"
- Tue May 13, 2025 7:12 am
- Forum: ESP-IDF
- Topic: HTTP OTA causing Guru error from cached memory accessed
- Replies: 5
- Views: 135
Re: HTTP OTA causing Guru error from cached memory accessed
Hi All,
Consider the issue solved! Well at least half solved, I've found the code where just not found a way to fully patch it yet :lol:
The issue, bizarrely was caused due to the Mesh_lite config being called and set via a function call in app_main() instead of being set via menuconfig or prior ...
Consider the issue solved! Well at least half solved, I've found the code where just not found a way to fully patch it yet :lol:
The issue, bizarrely was caused due to the Mesh_lite config being called and set via a function call in app_main() instead of being set via menuconfig or prior ...
- Mon May 12, 2025 8:16 am
- Forum: ESP-IDF
- Topic: HTTP OTA causing Guru error from cached memory accessed
- Replies: 5
- Views: 135
Re: HTTP OTA causing Guru error from cached memory accessed
Update:
I've found that the IRAM interrupt was a contributing factor but not the cause of the issue. Since removing it I've had a mixture of failed writing to flash or the same guru errors.
Update 2:
I've stitched HTTPS_OTA into the local_control example of mesh_lite v1.0.2 with MQTT over TCP, and ...
I've found that the IRAM interrupt was a contributing factor but not the cause of the issue. Since removing it I've had a mixture of failed writing to flash or the same guru errors.
Update 2:
I've stitched HTTPS_OTA into the local_control example of mesh_lite v1.0.2 with MQTT over TCP, and ...
- Fri May 09, 2025 2:41 pm
- Forum: ESP-IDF
- Topic: HTTP OTA causing Guru error from cached memory accessed
- Replies: 5
- Views: 135
Re: HTTP OTA causing Guru error from cached memory accessed
```
D (00:33:29.842) main: HTTP_EVENT_ON_DATA, len=512
D (00:33:29.847) event: no handlers have been registered for event ESP_HTTP_CLIENT_EVENT:4 posted to loop 0x3fca99c0
D (00:33:29.861) esp_https_ota: Written image length 210944
D (00:33:29.864) event: no handlers have been registered for event ...
D (00:33:29.842) main: HTTP_EVENT_ON_DATA, len=512
D (00:33:29.847) event: no handlers have been registered for event ESP_HTTP_CLIENT_EVENT:4 posted to loop 0x3fca99c0
D (00:33:29.861) esp_https_ota: Written image length 210944
D (00:33:29.864) event: no handlers have been registered for event ...
- Thu May 08, 2025 2:43 pm
- Forum: ESP-IDF
- Topic: HTTP OTA causing Guru error from cached memory accessed
- Replies: 5
- Views: 135
Re: HTTP OTA causing Guru error from cached memory accessed
images attached
backtrace image 1
debugger image 2
backtrace image 1
debugger image 2
- Thu May 08, 2025 2:42 pm
- Forum: ESP-IDF
- Topic: HTTP OTA causing Guru error from cached memory accessed
- Replies: 5
- Views: 135
HTTP OTA causing Guru error from cached memory accessed
ESP-IDF v5.3.2
ESP32S3 chip rev v0.2
partition table: 2 large OTA partitions no factory partition
Hi all,
I've been wrestling this guru error for some time and I'm stuck not knowing what is calling cached memory during the update.
I'm using the following within my code:
esp_mesh_lite (master v1 ...
ESP32S3 chip rev v0.2
partition table: 2 large OTA partitions no factory partition
Hi all,
I've been wrestling this guru error for some time and I'm stuck not knowing what is calling cached memory during the update.
I'm using the following within my code:
esp_mesh_lite (master v1 ...
- Fri Aug 02, 2024 2:23 pm
- Forum: Hardware
- Topic: LED "get_duty" not retrieving correct data
- Replies: 1
- Views: 2119
Re: LED "get_duty" not retrieving correct data
Update - SOLVED:
I've since resolved this issue by altering the position of where the channels are initalised; By initialising them outside of the setup function and along with the global variables, the LEDC_get_duty function can correctly see the GPIO that the channel is associated with.
I've since resolved this issue by altering the position of where the channels are initalised; By initialising them outside of the setup function and along with the global variables, the LEDC_get_duty function can correctly see the GPIO that the channel is associated with.
- Wed Jul 31, 2024 1:49 pm
- Forum: ESP-IDF
- Topic: Mesh Lite node communication: ESPNOW_NOT_FOUND error
- Replies: 1
- Views: 1007
Re: Mesh Lite node communication: ESPNOW_NOT_FOUND error
Update:
I've since moved to a mesh network of all S3's and none of the nodes see or connect to each other. ESP-WROOM-32s see each other... is the mesh_lite library bugged with S3 hardware?
I've since moved to a mesh network of all S3's and none of the nodes see or connect to each other. ESP-WROOM-32s see each other... is the mesh_lite library bugged with S3 hardware?