Atmel AVR Microcontroller discussion group.
I bought AVR ISP programmer and I'm starting to build my first circuit with Atmega8535. I'd like doing some tests but I don't know how and what components I need: to power microcontroller, to reset it, to programm,me it... Where can I found a example project ?
> ... I don't know how and what components I need: to power > microcontroller, to reset it, to programm,me it... > Where can I found a example project ? Ever tried Atmels homepage (http://www.atmel.com/products/AVR/)? There are tons of application notes answering all of your questions and even more. One more source would be http://www.avrfreaks.net/
--- In avrclub@avrc..., "Klaus Ruebsam" <k.ruebsam@...> wrote: > > > ... I don't know how and what components I need: to power > > microcontroller, to reset it, to programm,me it... > > Where can I found a example project ? > > Ever tried Atmels homepage (http://www.atmel.com/products/AVR/)? There are > tons of application notes answering all of your questions and even more. > > One more source would be http://www.avrfreaks.net/ > another place with a series of beginner projects... http://www.opend.co.za
well, if you want to have a painless, easy, and cheap start in the world of microcontrollers, i would recommend the Atmel AVR Butterfly for 19$: http://atmel.com/dyn/products/tools_card.asp?tool_id=3146 it has an LCD display, a battery, an ATmega169 microcontroller, a light sensor, a voltage measurement interface, a thermosensor, a serial port and an ISP interface. you just have to solder the 6 ISP pins, that's it. you can purchase it at SmileyMicros, for example (they also sell a very nice AVR C book): http://www.smileymicros.com but there are many many other Atmel retailers who sell the Butterfly. hope this helps, techitch --- In avrclub@avrc..., "zio_civettone" <sampei02@...> wrote: > > I bought AVR ISP programmer and I'm starting to build my first circuit > with Atmega8535. I'd like doing some tests but I don't know how and > what components I need: to power microcontroller, to reset it, to > programm,me it... > Where can I found a example project ? >