Search found 4 matches

by Schlossi1234
Sun May 26, 2024 10:56 am
Forum: ESP-IDF
Topic: Problems with ESP32 Webserver after http requests
Replies: 4
Views: 1595

Re: Problems with ESP32 Webserver after http requests

Hi,

It seems that you were right. I checken the heap and the heap goes down. I figured out that the cjson_print causes the problem (Not Sure why). However i wrote my own json_print and now it runs

Thanks
by Schlossi1234
Fri May 24, 2024 10:04 pm
Forum: ESP-IDF
Topic: Problems with ESP32 Webserver after http requests
Replies: 4
Views: 1595

Re: Problems with ESP32 Webserver after http requests

Hi,
thank you for the advice.

Shouldn't be there a reset, when there is a memory lecker?

However, i added a while Look in the Main function that prints test every 5 sec to Check in the Core stops working. I found out that the core is still running after the crash
by Schlossi1234
Sun May 19, 2024 1:41 pm
Forum: ESP-IDF
Topic: Problems with ESP32 Webserver after http requests
Replies: 4
Views: 1595

Problems with ESP32 Webserver after http requests

Hey everyone :) I set up an ESP32 Webserver based on the example "restful server" of the ESP32-IDF. I also created a small webpage that sends a get request every 1 seconds to get some sensordata. Everything is working fine, however after some time (I think after 40 to 50 minutes) I get some error ma...
by Schlossi1234
Sat May 20, 2023 1:53 pm
Forum: ESP-IDF
Topic: Can't connect to wifi "Pairwise ciphers must be AES-CCM/GCM"
Replies: 0
Views: 561

Can't connect to wifi "Pairwise ciphers must be AES-CCM/GCM"

Dear all, i can connect to my wifi at home without any problems. At a friends place I'm not able. SSID and the pw is correct. The serial output says the following: Wi-Fi disconnected, trying to reconnect. Pairwise ciphers must be AES-CCM/GCM (See attachment). I found a setting in component config - ...