V-USB Projects
USBaspLoader
USBaspLoader is a USB boot loader for AVR microcontrollers. Instead of requiring a separate downloader tool on the host, it emulates the popular USBasp programmer so that it can be controlled by AVRDUDE.USBaspLoader is a USB boot loader for AVR microcontrollers. It can be used on all AVRs with at least 2 kB of boot loader section, e.g. the popular ATMega8. The firmware is flashed into the upper 2 kB of the flash memory and takes control immediately after reset. If a certain hardware condition is met (this condition can be configured, e.g. a jumper), the boot loader waits for data on the USB interface and loads it into the remaining part of the flash memory. If the condition is not met, control is passed to the loaded firmware.
Nothing new so far, that’s the same as other boot loaders like AVRUSBBoot or bootloadHID do. The difference is that USBaspLoader presents itself as USBasp programmer to the host. USBasp is a simple USB based AVR programmer which is supported by AVRDUDE. You therefore don’t need a special procedure for uploading, just pretend you use USBasp to flash your device.
Arduino Compatible Boards with V-USB
One of the main advantages of this boot loader is that it can be integrated into the Arduino IDE. Just edit Arduino’s hardware/boards.txt configuration and add another board where you set the upload protocol to "usbasp". Metaboard is an example of an Arduino compatible prototyping board based on USBaspLoader. Since no FTDI chip is needed, it is substantially cheaper than e.g. the Arduino Diecimila. The single sided design and the integrated breadboard area make it an ideal choice for prototyping.
Download
Download USBaspLoader USBaspLoader.2010-07-27.tar.gz Download 111 kB USBaspLoader.2010-07-27.zip Download 164 kB USBaspLoader.2009-03-20.tar.gz Download 96 kB USBaspLoader.2009-03-20.zip Download 136 kB USBaspLoader.2008-02-05.tar.gz Download 83 kB USBaspLoader.2008-02-05.zip Download 115 kB USBaspLoader.2008-01-21.tar.gz Download 82 kB USBaspLoader.2008-01-21.zip Download 114 kB