ESP32 Tutorial using MicroPython - Let’s Get Started!

Here you can follow along as I set up an ESP32 development module to run with MicroPython, from soldering the headers, to loading the software, to running some LEDs and Neopixels (WS2812Bs). I know it’s a long tutorial, but this should be about enough info to get you going, then you can start reading the documentation. Intro: 0:00 Things You Need: 1:28 Setup: 5:30 Soldering: 9:56 Breadboard: 15:52 Install MicroPython: 18:59 Connect USB/Serial: 25:14 Resets: 28:20 Blink LED: 29:10 Load and Run Program: 31:16 : 33:10 Un-Connect USB/Serial: 34:00 Using : 36:35 Blink LED Circuit: 38:30 NeoPixels (WS2812b): 41:17 End: 46:00 READ THE DOCS: MicroPython: Espressif: DOWNLOADS: Scripts: COMMANDS: sudo apt-get install python3-pip pi
Back to Top