Search found 4 matches
- Sun Nov 02, 2025 4:58 pm
- Forum: General Discussion
- Topic: Zephyr 4.2.0 problem with esp_restart()
- Replies: 1
- Views: 2427
Re: Zephyr 4.2.0 problem with esp_restart()
This was resolved. See the Espressif channel of the Zephyr Discord channel.
- Fri Oct 24, 2025 2:44 pm
- Forum: General Discussion
- Topic: Zephyr 4.2.0 problem with esp_restart()
- Replies: 1
- Views: 2427
Zephyr 4.2.0 problem with esp_restart()
Hi All,
My project is a device based on the Seeed Xiao ESP32C3 running Zephyr RTOS.
I have upgraded my project from Zephyr 4.1.0 to 4.2.0 and it won't build.
The code calls esp_restart() when certain errors occur that indicate memory is running out. Previously I included #include <esp_system.h ...
My project is a device based on the Seeed Xiao ESP32C3 running Zephyr RTOS.
I have upgraded my project from Zephyr 4.1.0 to 4.2.0 and it won't build.
The code calls esp_restart() when certain errors occur that indicate memory is running out. Previously I included #include <esp_system.h ...
- Mon Jan 27, 2020 11:35 am
- Forum: Hardware
- Topic: Actual power consumption of ESP32 using only Bluetooth Low Energy
- Replies: 9
- Views: 78513
Re: Actual power consumption of ESP32 using only Bluetooth Low Energy
Thank you. That has shed some light on the problem. I think I need to experiment myself to get some real data.
Rob
Rob
- Tue Jan 21, 2020 11:01 am
- Forum: Hardware
- Topic: Actual power consumption of ESP32 using only Bluetooth Low Energy
- Replies: 9
- Views: 78513
Actual power consumption of ESP32 using only Bluetooth Low Energy
Hi,
I am hoping to use the ESP32-Solo-1 to do some product development and prototyping. I have been looking at the Silicon Labs EFR32 series of BLE modules but hope to avoid the expense and learning curve required to utilize these devices.
I am working on a concept BLE device that runs on ...
I am hoping to use the ESP32-Solo-1 to do some product development and prototyping. I have been looking at the Silicon Labs EFR32 series of BLE modules but hope to avoid the expense and learning curve required to utilize these devices.
I am working on a concept BLE device that runs on ...