Hi,Anyone from the community ever used this programmer : http://store.atmel.com/PartDetail.aspx?q=p:10500054This programmer do support wide range of Atmel devices.Queries :1) Is there need to have additional things apart from above one to program an Atmel micro-controller using AVR Studio.2) Let me know the check list before getting one.3) Any chance it will work using Linux/GNU ? As the supported devices datasheet doesn't comment on same.4) The cost is $34 only. I thought it would be much costlier than this.
For program the IC you can use PonyProg in linux too...................
And for program AVR the serial programmer circuit is too easy.... you
can make it on general purpose board too.
Parag
--
Parag Bonde
9860422799
Hi,
For program the IC you can use PonyProg in linux too...................
And for program AVR the serial programmer circuit is too easy.... you
can make it on general purpose board too.
My printerport avrdude programmer (dapa) has only five wires. Nothing else at all.
http://www.arduino.cc/en/Hacking/ParallelProgrammer
http://www.dl1dow.de/inhalt/arduino/bootloader/e_arduino_bootloader.htm
The resistors are for protection. Since the avr devices I use have 5v tolerant pins, there is no need for the rsistors.
My printerport avrdude programmer (dapa) has only five wires. Nothing else at all.
http://www.arduino.cc/en/Hacking/ParallelProgrammer
http://www.dl1dow.de/inhalt/arduino/bootloader/e_arduino_bootloader.htm
The resistors are for protection. Since the avr devices I use have 5v tolerant pins, there is no need for the rsistors.
Hi,However none of the Atmel ATxmega controllers say anything about GNU/Linux support. Then which utility you used to code and the burn it using the above given circuit to the Atmel micro-controllers ?On Fri, Feb 10, 2012 at 10:24 AM, J T Dsouza <jtd...@gmail.com> wrote:My printerport avrdude programmer (dapa) has only five wires. Nothing else at all.
http://www.arduino.cc/en/Hacking/ParallelProgrammer
http://www.dl1dow.de/inhalt/arduino/bootloader/e_arduino_bootloader.htm
The resistors are for protection. Since the avr devices I use have 5v tolerant pins, there is no need for the rsistors.
And the one here : http://www.arduino.cc/en/Hacking/ParallelProgrammer is universal for Atmelcontrollers or specific to some micro-controllers from Atmel ?
On Fri, Feb 10, 2012 at 5:25 PM, chetan patil <chtp...@gmail.com> wrote:Hi,However none of the Atmel ATxmega controllers say anything about GNU/LinuxOn Fri, Feb 10, 2012 at 10:24 AM, J T Dsouza <jtd...@gmail.com> wrote:My printerport avrdude programmer (dapa) has only five wires. Nothing else at all.
http://www.arduino.cc/en/Hacking/ParallelProgrammer
http://www.dl1dow.de/inhalt/arduino/bootloader/e_arduino_bootloader.htm
The resistors are for protection. Since the avr devices I use have 5v tolerant pins, there is no need for the rsistors.
Hi,And my query isn't targeted for ARDUINO.On Fri, Feb 10, 2012 at 10:24 AM, J T Dsouza <jtd...@gmail.com> wrote:My printerport avrdude programmer (dapa) has only five wires. Nothing else at all.
http://www.arduino.cc/en/Hacking/ParallelProgrammer
http://www.dl1dow.de/inhalt/arduino/bootloader/e_arduino_bootloader.htm
The resistors are for protection. Since the avr devices I use have 5v tolerant pins, there is no need for the rsistors.
I'm asking what if one want to built there own board and then with to burn code on it ?
My query is for having a programmer which can burn code to almost all micro controllers.
There was/is no such thing. All of them require myraid adapters and periodic upgrades that cost a fortune. BUT newer devices can be programmed by an isp or jtag interface. Which removes the need for any special programmer.
Hi,On Sat, Feb 11, 2012 at 12:03 AM, J T Dsouza <jtd...@gmail.com> wrote:There was/is no such thing. All of them require myraid adapters and periodic upgrades that cost a fortune. BUT newer devices can be programmed by an isp or jtag interface. Which removes the need for any special programmer.If I understood correctly then the solutions you provided can do following :
1) program tiny AVR and mega AVR devices using the ISP Interface,
2) tiny AVR devices with TPI interface,
3) AVR XMEGA devices using the PDI Interface.
dont know what PDI is. You will have to search and tell us wether avrdude or avrprog or avrisp or avrp works with this interface.