arduino

my another old friend. I have been using arduino for a long time.

why arduino was perfect for starting

my arduino journey

started with uno blinking leds. then sensors, motors, displays. made plenty of silly projects that taught me electronics fundamentals.

the best part was how it hid the complexity. no need to understand registers or timers at first. just digitalWrite() and delay().

projects i built

what i learned

when i moved beyond arduino

eventually needed more speed, memory, or connectivity. esp32 became my new favorite. but arduino taught me the basics that transfer everywhere.

still use arduino for:

my go-to arduino libraries

arduino isn't the most powerful, but it's the most approachable. perfect stepping stone into embedded programming.