TINY AVR PROGRAMMER

Hi all

I need to do a project based on the TINY AVR controller
Which ISP or USB programmer might be good to program the chip from within ARDUINO IDE
Thanks
Elico

You can see which ones are supported by the IDE by
clicking on:
[Tools]->[Programmer]

--- bill

Or you could use the Arduino as the programmer.

LarryD:
Or you could use the Arduino as the programmer.

That shows up in the list of supported programmers. :wink:

You are correct.

If you are using Arduino as ISP, you can program the Attiny on a breadboard but it requires 6 wires and a 10uf capacitor. There are some shields available that can do the job easily.

In order to see the Attinys in you your 'Bord' menu you will also need this: Google Code Archive - Long-term storage for Google Code Project Hosting.

Many thanks to you all !!!!
Elico