The Raspberry Pi Pico W, ESP32 and some Arduino boards come with an integrated Wi-Fi interface. Adding this feature to your MicroPython projects instantly opens your code up to a multitude of opportunities to access the Internet and communicate with other devices wirelessly.
In this tutorial I'll show you how to set up the interface in both normal (station) mode as well as access point mode where the device creates its own, independent, network. We'll then look at how to build a web based front end control panel connected to your code.
Make sure to check out the main project page at
https://bytesnbits.co.uk/simple-micro...
GitHub repository
https://github.com/getis/pi-pico-w-si...
Full version
• WiFi Control Your Micropython Project...
0:00 introduction
2:45 Creating a connection to a Wi-Fi network
9:50 Creating a stand alone Wi-Fi network
14:00 Pulling data from a web API
20:45 Receiving web requests - running as a web server
27:10 The structure of a GET request
29:00 Serving a web page
30:00 Decoding the GET request and controlling an LED