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) |
2 replies
|
Are you trying HTTP or HTTPS? The ESP-01 may not have enough RAM for TLS. |
2 replies
|
Thanks for all of you that hints for programming ESP. |
0 replies
|
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. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
All reactions