‘Tools’ Archive

Dumping AVR Fuse Settings In Bash November 5, 2009 No Comments

I’m starting to get more into AVR programming, and reading / writing fuses is a pretty essential skill. The fuses can be easily read with avrdude, and the Engbedded Fuse Calculator does a wonderful job of interpreting the fuse bytes for you. But I got tired of typing out the avrdude command, then opening up [...]

Cenzic POV Fan Toolkit October 8, 2009 No Comments

In order to make hacking my Cenzic POV fan easier, I created a small tool kit consisting of a couple of Python scripts to aid in the creation of character maps and EEPROM images for the fan. The first Python script, ascii2cenzic.py, was mentioned in my original article; you simply pass it the ASCII text [...]