esp32

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.