USB AVR Programmer based on ArduinoISP

Is it possible to make a AVR ISP programmer using ArduinoISP sketch ( Google Code Archive - Long-term storage for Google Code Project Hosting. ) ?

My point is to make standalone FT232RL+ATMega168 circuit (without Arduino bootloader) that can be use to program any AVR chips.

Thanks.

Yes certainly. There are several on the market.

Adafruit uses attiny...

@bill2009:
Where I can find a USB ISP programmer that uses FT232 and ATMega?

@chris mitchell:
Yes, but the OS will depend on the firmware.
If using a USB interface chip - like FT232, OS will not be affected, because we can download driver for the OSes easily from vendor's website.

For example: Arduino that uses FT232 can be running well in Vista and Windows 7 without modifiying Arduino bootloader.


I want to make USB AVR ISP programmer that uses FT232.
Please share your opinion, is it possible to make standalone
USB AVR ISP programmer with FT232 + ATMega168 + MegaISP sketch?

Thanks.
(Sorry, my English not good)

This is one you might like to look at:-
file:///Users/mikecook/Desktop/Hivoltage%20Programmer/MightyOhm%20%C2%BB%20Blog%20Archive%20%C2%BB%20Arduino-based%20AVR%20High%20Voltage%20Programmer.htm

There is also a low voltage serial programmer at:-
http://code.google.com/p/mega-isp

Hope that helps.