Search found 2 matches

by jshep321
Sun Oct 25, 2020 3:50 pm
Forum: ESP32 Arduino
Topic: ESP32 stops parsing JSON, heap RAM keeps getting smaller
Replies: 3
Views: 6683

Re: ESP32 stops parsing JSON, heap RAM keeps getting smaller

Hi,
I had similar problems. There's a nice FAQ explaining your problem here:
https://arduinojson.org/v6/faq/i-found- ... e-library/

clearing the document after parsing will likely stem the memory leak!
by jshep321
Mon Oct 12, 2020 5:42 pm
Forum: ESP-IDF
Topic: Problems connecting to WiFi
Replies: 25
Views: 50262

Re: Problems connecting to WiFi

I have 2 HUZZAH32's -- one newer one (mid-2020) and one from march 2019. My new one has worked fine, but the older one was unable to get on some of my wifi networks (specifically-- netgear orbi 3 mesh with up-to-date firmware). I am flashing software with vscode and/or Arduino IDE. The underlying pr...