I've done this on a number of occasions (albeit for very modest projects).
 I use the Arduino with a breadboard for prototyping and then burn the hex
file to a ATMega 328p chip when I am ready to build the final circuit on
perfboard.  I did my first numitron clock that I gave as an Xmas gift this
year using this method.  It's worked like a charm for me so far.

 I have a full blown g540 genius programmer that I needed for other stuff,
but I also built a MegaISP shield in a workshop that turns an Arduino into
a AVR programmer with that sketch and avrdude.  I believe you can even
build the megaisp on a breadboard, although I have not tried that yet:

http://www.instructables.com/id/How-to-program-a-AVR-arduino-with-another-arduin/step2/Making-the-mega-isp-programmer-on-a-breadboard/


On Wed, Jan 11, 2012 at 6:06 PM, John Rehwinkel <jreh...@mac.com> wrote:

> > If there is similar library support for the AVR (non-arduino), I'd love
> to hear about it because I've been doing it the hard way. :)
>
> There's nothing to keep you from using the Arduino libraries with a bare
> AVR chip.  They come with the Arduino development environment as source.
>  Third party Arduino libraries are also normally distributed as source and
> you can use them too.  There are a few dependencies here and there (such as
> serial I/O initialization and clock source assumptions), but they're easily
> dealt with if you run across them.
>
> You can also simply run Arduino code on any AVR if you like (with or
> without their bootloader, but their environment assumes the bootloader
> space is not available).
>
> - John
>
> --
> You received this message because you are subscribed to the Google Groups
> "neonixie-l" group.
> To post to this group, send an email to neonixie-l@googlegroups.com.
> To unsubscribe from this group, send email to
> neonixie-l+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/neonixie-l?hl=en-GB.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"neonixie-l" group.
To post to this group, send an email to neonixie-l@googlegroups.com.
To unsubscribe from this group, send email to 
neonixie-l+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/neonixie-l?hl=en-GB.

Reply via email to