Loading posts...
  • ESP32 Chip without dev board

    ESP32 Quirks (Latching Pins, Auto-Programming Mode, USB-C, etc.)

    Sometimes there’s just some weird bit of knowledge you need to know before working with a specific chip/microcontroller that you wouldn’t have guessed. Here’s my list from working with the ESP32 on…

  • SimmiMega: Embedded Game Engine/Editor (Dev Log #1)

    When I was first learning C and 2D arrays, my mind immediately went to old-school dungeon crawling games like NetHack. I made a simple game for an embedded system where you walked…

  • 16 Ways to Reduce Arduino Compile Size

    There are many ways to reduce the compile size of a programming project. Varying in complexity and cost, here are 16 of the ways I’ve used to reduce the size of my projects.