-
Hi , I've seen that in the last two release Micropython firmware is missing the network module ( I've not cheked in older release) , that is many time included into sketch where is required wifi connection. Is it substituted with some other module or what ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
The network module seems to be present on micropython 1.22 and 1.23 firmwares, eg. the network module is included in the images from the download page (eg. https://micropython.org/resources/firmware/ESP32_GENERIC-20240602-v1.23.0.bin): import network Can you provide more information, ie. are you compiling your own images or using downloaded images? Which device and which firmware image are you using? How do you know that the |
Beta Was this translation helpful? Give feedback.
I'M A STUPID !!!!!
I was using Thonny and forgot to update the interpreter for micropython esp32 so it was working with Python 3 !!!!!!
Changing the interpreter it works.
Lesson learned : Never start to program after 2 AM . :-(