Connecting the MicroPython-powered NodeMCU to WiFi
Connect the NodeMCU to a Wireless Network
WebREPL
Connect to the WebREPL
Place the network configuration in to the boot.py file
-
MicroPython has two startup scripts: boot.py and main.py.
-
boot.py is executed first, followed by main.py.
-
We will put our network configuration in to the boot.py to ensure it properly connects to the network on startup.