Easy way to get 15 free YouTube views, likes and subscribers
Get Free YouTube Subscribers, Views and Likes

WiFi Control Your Micropython Project Using a Web Interface

Follow
Bytes N Bits

Microcontrollers such as the ESP32 and Raspberry Pi Pico W have an inbuilt WiFi interface. This brings a very powerful communications system to your projects. Your code now has access to the full Internet and other devices can now interact with your project over the wireless signal.

In this tutorial I'll show you how to connect to WiFi using Micropython on a Raspberry Pi Pico. We'll pull data from a web based API and then build a web page interface to allow use to control our microcontroller project and pull data from it.

Make sure you check out the main project page on my website
https://bytesnbits.co.uk/simplemicro...

GitHub repository
https://github.com/getis/pipicowsi...

Shorter Version
   • WiFi on the Raspberry Pi Pico, ESP32...  

0:00 Introduction
4:00 Connect to a WiFi network
10:50 Get data from a web API
23:00 Creating a web server on the Pi Pico
32:00 Creating API end points urls the Pico will serve
33:50 Building the web page for project control
39:00 Decoding the request data
44:00 Creating your own WiFi network Access point mode

posted by plcvj