esp32

#+filetags: :electronics::microcontroller:

my go-to microcontroller for wifi projects. much more powerful than arduino but still easy to program.

why esp32

my typical setup

i usually grab the ESP32-DevKitC or similar. has usb-c, good pin layout, onboard led.

programming through arduino IDE or platformio. prefer platformio for bigger projects.

common patterns i use

libraries i always reach for

gotchas i learned

project ideas

esp32 hits the sweet spot between power and simplicity. way more capable than arduino, not as complex as raspberry pi.

minimal design projects

I made a esp32minimal board. It is a minimal design with a USB, a voltage regulator, and a push button.

This just a minimal hello-world design for demo. It could be a template for other projects.