3 Answers
Hi.
You just need the following line of code
import network
You don’t need to do anything else as that module is included by default in the MicroPython firmware.
Regards,
Sara
After reinstalling the firmware the problem was solved.
Help(‘modules’) shows now the network module and also the bluetooth module which was also missing.
Thanks to Sara Santos for here help!