mobizt / Firebase-ESP-Client

[DEPRECATED]🔥Firebase Arduino Client Library for ESP8266, ESP32 and RP2040 Pico. The complete, fast, secured and reliable Firebase Arduino client library that supports RTDB, Cloud Firestore, Firebase and Google Cloud Storage, Cloud Messaging and Cloud Functions for Firebase.
MIT License
471 stars 100 forks source link

Error: Main stack(20007988) was overflow #660

Closed mrjcbs closed 5 months ago

mrjcbs commented 5 months ago

The Example "Create Document" is not working with my Arduino WiFi R4.

The code is attached.

Error Message: 13:43:45.150 -> Fault on interrupt or bare metal(no OS) environment 13:43:45.150 -> Error: Main stack(20007988) was overflow 13:43:45.150 -> ===== Thread stack information ===== 13:43:45.150 -> addr: 20007b00 data: 00000000

Do you have any idea how i can solve this problem?

Example.txt

mobizt commented 5 months ago

That device memory is not enough for use with this library that relies on BearSSL which may not work in some ARM and SAMD devices.

This is the known issue that cannot be fixed.

You can try this better new library.