0

To test the WiFi connection I'm sharing the WiFi of my cellphone.

If I stop the WiFi sharing during the command below, the ESP8266 stops working. It only works if I do a hardware reset.

If I don't stop the WiFi it works normally.

 if(client->POST(urlCal, host, payload))
 { RetornoPost = client->getResponseBody(); }
  • HTTPS Redirect (Version 2.0)
  • ESP8266 library version 2.4.2

Does anyone know why ESP8266 stops working?

asked Dec 11, 2018 at 16:38
1
  • you forgot to ask a question Commented Dec 11, 2018 at 16:50

1 Answer 1

0

If by "stops working" you mean it doesn't do whatever follows the client->POST method invocation, then your interpretation is correct and you could have found my very same information if you had read the open issues on the library before submitting your own.

If I were the author of the library I would be upset by such behavior.

answered Dec 11, 2018 at 23:07
3
  • Now it is working! In tests the version "2.5.0-beta2" solves this issue! Commented Dec 23, 2018 at 18:10
  • Sorry for the wrong information, but unfortunately, the error keeps occurring with "2.5.0-beta2". Sometimes ESP8826 restart when there is an error and is OK. But other times ESP88266 breaks, and I have to do a Hardware Reset. Commented Jan 8, 2019 at 18:46
  • ESP8266 library version 2.6.3, and watchdog to wait the resposnse, solve this error. Commented Apr 17, 2020 at 14:05

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.