Close

The avrdude GUI is now available

A project log for AVR Programmer for Raspberry Pi

A simple board that lets you use the SPI interface on a Raspberry Pi to program ATMEL AVR microcontrollers.

kevinKevin 08/01/2016 at 03:530 Comments

I have uploaded the graphical front end that I've been using for the avrdude program. The front end program is based on a C++ program called avrdude_gui. I rewrote the C++ program in Python and used wxPython for the graphical display. I kept the general look and layout of the original C++ program but added support for many new options available in the 6.1 version of avrdude that were not available when the original C++ program was created.

Discussions