• Update long overdue

    David H. Bronke08/11/2019 at 21:25 0 comments

    So, way back in early March, I effectively "finished" this project. It's likely I'll revisit it in the future to do some more nifty things, but for now, it's been in my wife's system and working well.

    Read more »

  • Switched microcontrollers, and successful test!

    David H. Bronke02/24/2019 at 06:26 0 comments

    Because of difficulty getting a serial console working with the Pro Mini via the Bus Pirate, I decided to switch to an ATmega32U4-based board, the SparkFun Pro Micro. This has the added advantage of no longer requiring a separate programmer, since it has a built-in bootloader.

    After an initial SNAFU (accidentally flashing a hex file built for the ATmega168P to the new board) and recovering using the Bus Pirate, I finally was able to flash and test it by plugging in the 10K thermistor.

    It works!

    Next, RPM sensing, and figuring out how to make that play nicely with the temperature check loop. Then... maybe a buzzer for emergencies?

  • Initial hardware prototype ready

    David H. Bronke01/28/2019 at 05:40 0 comments

    I just finished putting together the protoboard and connecting all the leads... Now, on to the software!

    Note: This version of the hardware doesn't have any circuitry for controlling either the RGB LEDs or the fans; that will come in a later revision.