-
Notifications
You must be signed in to change notification settings - Fork 7.6k
XIAO ESP32-C3 Rainmaker example crash #7903
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
the code i pasted has some line different from the example, but loading the example and compile without modification also has the same crashing issue. |
I tried 2.0.6, and the examples are loading and able to do provisioning. |
@SuGlider This crash is seen only when PSRAM is enabled. However, BLE memory allocation errors aren't resolved by disabling PSRAM. I've tried the WiFi Prov example and can confirm that the same errors are seen there too(errors are seen only if BT transport is used.) |
Thanks for your comments @sanketwadekar. Any suggestions how to fix this? |
C3 has no PSRAM so this can't be the reason. |
Hello, this is fixed with 2.0.8 . If you still face some issues, feel free to reopen. |
The Bluetooth issue is not resolved yet. Please reopen this issue. |
Board
Seeed XIAO ESP32-C3
Device Description
XIAO ESP32
Hardware Configuration
Nothing connected.
Version
v2.0.7
IDE Name
Arduino IDE
Operating System
windows 11
Flash frequency
80 or 40 tried both
PSRAM enabled
yes
Upload speed
921600
Description
Loaded a rainmaker example from arduino IDE on XIAO esp32c3, build successfully, crashes on XIAO. I tried 2 examples one is RMakerCustom, one is RMakerSwitch, both crashes.
Tried wifi provision and some BLE examples, all fine.
Sketch
Debug Message
Other Steps to Reproduce
Any rainmaker example
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: