Skip to content

Send Request Failed Set Array on Realtime Database #280

Answered by mobizt
ummulmth asked this question in Q&A
Discussion options

You must be logged in to vote

You should set the debug level in Arduino IDE.

If you see this message, your device memory is not enough for SSL client to work which required minimum free heap at least 100k.

[ 18385][E][ssl_client.cpp:37] _handle_error(): [start_ssl_client():264]: (-32512) SSL - Memory allocation failed
[ 18386][E][WiFiClientSecure.cpp:144] connect(): start_ssl_client: -32512

Storing too deep or large amount of data in FirebaseJson and FirebaseJsonArray is not recommend because it requires huge memory as it stored each key/value as object instead of string.

You should design your data structure to work with low memory environment in embedded device.

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@ummulmth
Comment options

Comment options

You must be logged in to vote
3 replies
@ummulmth
Comment options

@mobizt
Comment options

@mobizt
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by mobizt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants