Tag

#micropython

13 tutorials

pico intermediate 35 min

Pico: run multiple tasks with asyncio

Blink an LED, read a sensor, and serve a web page at the same time on a Pico with MicroPython asyncio. Cooperative multitasking without an RTOS.

pico beginner 20 min

Pico: read a DHT22 with MicroPython

Wire a DHT22 temperature and humidity sensor to a Pico and read it from MicroPython. The smallest useful Pico sensor project.