Skip to content
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

Getting issue when use Arduinojson with ESP32 (Board: ESP32 Dev Module) with WIFI #1512

Closed
mwaseemwali opened this issue Mar 1, 2021 · 3 comments
Labels
v6 ArduinoJson 6

Comments

@mwaseemwali
Copy link

whenever i use Arduino JSON library with ESP32, Dev Module board. my wifi disconnect after a little time passed.

@vortex314
Copy link

No Issue here, I used ArduinoJson on ESP32 with esp32_idf and the device keeps running for weeks. Just be aware that JsonDocument could need clear() after use.
See : https://arduinojson.org/v6/api/jsondocument/clear/

@bblanchon
Copy link
Owner

Hi @mwaseemwali,

This could be due to slow serialization.
Please read:

Best Regards,
Benoit

@ratzi30
Copy link

ratzi30 commented Mar 12, 2021

@mwaseemwali,
I had the same problem with my ESP32.
Check if you have a memory leak, this will cause the wifi to disconnect.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 13, 2021
@bblanchon bblanchon added the v6 ArduinoJson 6 label Feb 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
v6 ArduinoJson 6
Projects
None yet
Development

No branches or pull requests

4 participants