Page 1 of 1

AVR Programmer query

Posted: Tue Jun 23, 2015 11:46 am
by Ashfaque
Hello everyone,

Newbie question. So apologies beforehand. Could you please explain for a novice like me the difference between AVRISP MKII (from Atmel), STK500 Compatible USB Programmer, Tiny AVR Programmer, and Pocket AVR Programmer.

I'm a bit confused which would be good for my current project ( making a 'camera exposure meter'). For now, I will be using either SparkFun Pro Micro 3.3V or, Adafruit Pro Trinket (3V) - haven't decided yet. But I have more projects in mind. So I want an AVR programmer that can be used with as many AVR microcontrollers as possible. I don't want to spend more than $50 though. If you have some other alternatives, please do let me know their pros and cons.

Bests,

Ashfaque

Re: AVR Programmer query

Posted: Tue Jun 23, 2015 12:40 pm
by leon_heller
One that also supports debugging would be a good idea, like the Atmel AVR Dragon or the Atmel-ICE.

Re: AVR Programmer query

Posted: Tue Jun 23, 2015 1:32 pm
by Ashfaque
leon_heller wrote:One that also supports debugging would be a good idea, like the Atmel AVR Dragon or the Atmel-ICE.
Thanks Leon. :) Atmel-ICE looks like a nice option. There are a few options. So please let me know which kit I should get from here: http://www.atmel.com/tools/atatmel-ice.aspx

Cheers,

Ashfaque

Re: AVR Programmer query

Posted: Tue Jun 23, 2015 1:47 pm
by leon_heller
It depends on the target board. Those different kits have different cables/connectors.

Re: AVR Programmer query

Posted: Tue Jun 23, 2015 2:44 pm
by Ashfaque
For now, I will be using Adafruit's Pro Trinket (3V), and SparkFun's Pro Micro, and Pro Mini.

Somewhat related, is there any cheaper source to get those adapters and cables (the extra stuffs that comes with the $92 kit) from somewhere else (other than from Atmel)?

Cheers :)

Re: AVR Programmer query

Posted: Tue Jun 23, 2015 3:29 pm
by darrellg
You know that none of those boards require a programmer don't you? The Pro Trinket and Pro Micro can be programmed with just a USB cable, and the other just need a USB-Serial adapter.

Re: AVR Programmer query

Posted: Tue Jun 23, 2015 3:47 pm
by Ashfaque
darrellg wrote:You know that none of those boards require a programmer don't you? The Pro Trinket and Pro Micro can be programmed with just a USB cable, and the other just need a USB-Serial adapter.
I actually didn't know it for certain. Thanks for that. :)

The other reason: Am I correct in saying that if I brick an AVR microcontroller, I can reprogramme it with an Atmel ATATMEL-ICE (or, similar device)?

My wife says that I have a tendency of making things more complicated! Oh well. :)

Re: AVR Programmer query

Posted: Tue Jun 23, 2015 3:49 pm
by darrellg
I think you should read up on the boards you've named at the links below. Once you've read all of that, I'm certain all of your questions will be answered.

https://learn.sparkfun.com/tutorials/pr ... okup-guide
https://learn.sparkfun.com/tutorials/us ... o-mini-33v
https://learn.adafruit.com/introducing- ... t?view=all

Re: AVR Programmer query

Posted: Wed Jun 24, 2015 1:30 am
by Ashfaque
Thanks Darrell. :)