Blog

Posts in 2022
  • Text Formatting In the Terminal

    Thursday, February 10, 2022 in Blog

    Rich Table I wanted to share a useful python library that I finally remembered to use after staring it while browsing Github awhile ago. Finding a new useful library can be incredibly invigorating, sometimes its a waste of time, but the other times! …

    Read more

Posts in 2021
Posts in 2019
  • ISP Programming

    Monday, December 02, 2019 in Blog

    Intro Most microcontrollers these days come with integrated, ROM based, bootloader known as In-System Programming (ISP). You hookup to some default port, follow the protocol described in the docs and you can write/read the flash, query chip …

    Read more