The "pod" wasn't on my list, but it is now. However, what sort of beginner documentation is there? Is the manual suitable? Are there sample projects? Kits? I'm not seeing much like that on
Beginner needs help choosing microcontroller platform & software
Go to
Click the 'Pod(TM) Download page
at the top of the Downloads page.
Second like on the 'Pod(TM) Download page is IsoPod(TM) Presentation in HTML or PPT. It will give you an overview.
Then read manuals and appnotes at will.
The manual gives relitively good instructions on getting going from the ground up.
Forth is a good approach in that it helps teach you how to factor a problem.
New Micros has a well attended forum as well.
here is some fun stuff:
Images through an optical mouse and ancillary lensing system.
Thanks Gordon. That's
For a small sample of what you can do with it see the sample code section here:
One of the great things about the AVRs is the free development environment GCC. Unlike many processors, the AVR instruction set was designed from the beginning to support high level languages like C so it is easy for the compiler to produce high quality code. And GCC is an exceptional C compiler that rivals many commercial products in terms of code quality and size, but is available freely and open source as it has been through out is several decade long history. The environment is built on Unix so if you use Unix/Linux/MacOS X, etc, you will be right at home. For folks using Windows, a pre-built package is available with all the GCC goodies called WinAVR.
Of course, other languages are availabe like BASIC if you like that as well as FORTH if you like that. Also, several economical commercial C compilers are available if that is more suited to your needs over GCC. The AVRs are very popular and the on-line community is active and helpful. There are lots of options so you have a variety of capable processors and third-party boards to choose from. What you learn from using one AVR processor is directly transferable to all the others.
-Brian
Join the Discussion
Have something to add? Share your thoughts — no account required.
Didn't find your answer?
Ask the community — no account required