Replies: 4 comments 4 replies
-
|
Have you verified that your ESP8266 is really connected to the wireless network? Also, MicroPython's requests is a subset of CPython's. It's also running on a board with a fraction of the memory (and typically for a small flash ESP01, a very cut down set of libraries to fit into 1 MB) |
Beta Was this translation helpful? Give feedback.
-
|
Are you trying HTTP or HTTPS? The ESP-01 may not have enough RAM for TLS. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for all of you that hints for programming ESP. |
Beta Was this translation helpful? Give feedback.
-
|
Hi. I tested the ESP32 boards and "requests.post" is working properly. I will continue my project with ESP32 boards. Thanks for all of you about info of boards. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a problem to get working solution for "urequests.post(...)" command.
Program stops the error code "OSError: [Errno 107] ENOTCONN".
Program works finely with python3 on Linux computer.
Any ideas from where I might find a solution about that?
Beta Was this translation helpful? Give feedback.
All reactions