going to start my first µC-project.
Is the ATMega a good choice?
Greets
ctvoigt
>Hi,
>
>going to start my first �C-project.
>
>Is the ATMega a good choice?
Much depends on the nature of the project, on your background, and on
what supporting equipment and tools that you have access to.
Could you expand a little on what it is you're trying to do and what
experience you have?
--
Rich Webb Norfolk, VA
Yes
Christian Voigt wrote:
> Hi,
>
> going to start my first µC-project.
>
> Is the ATMega a good choice?
I've been playing with the Arduino (ATmega 328) . Open source. The
installed base seems really good. Hundreds of projects on youtube.com
With all the source code out there, it's really easy to get started and
customize existing ideas.
My very first programming effort was to change the rate of the LED
flashing on pin 13. Instant gratification.
Within a week I was measuring temperature and turning on a vent fan.
mike
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQEcBAEBAgAGBQJOBg9bAAoJEANcw8vDgglCTAMIAKstBZbQfMgTTxOz1m//686l
TQ7lNqhaXfn8lxCA7bD1h0qhK9zi2UlApIiyBFfBrraa6GzUjLArDFc3lPMgNNHX
1jcDwR2cdGdUyRKFTyB7PvNlAQy8sGu3nzrO56wr7+qDNRZIaHKWl2cMNN40R5oJ
m7R80xmFXaTERYvWvniDwiayfDXSpf4ig+wQnh7IaUgOcWd4ZnHXZrKSsbEHMNgy
fukzw2uokZL0hPKmoohuXW8vwgsPfs8N0wU11kDQ1ikO7Mdr+jUBjZvZ6ZFEAM+i
6cNXOM7jb/sX9d+xj6naOrL8LlynGFDjbjWsPwmUwFuK7RZLMqgOHR7dLJ4kLN8=
=fbxv
-----END PGP SIGNATURE-----
>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>
>Christian Voigt wrote:
>> Hi,
>>
>> going to start my first �C-project.
>>
>> Is the ATMega a good choice?
>
>I've been playing with the Arduino (ATmega 328) . Open source. The
>installed base seems really good. Hundreds of projects on youtube.com
>
>With all the source code out there, it's really easy to get started and
>customize existing ideas.
>
>My very first programming effort was to change the rate of the LED
>flashing on pin 13. Instant gratification.
>
>Within a week I was measuring temperature and turning on a vent fan.
Yes, that's the big benefit of the Arduino platform: a very high first
project success rate. It can be a real fight (but fun!) to get a new
chip up and running. Absent something like the Arduino or the older
Basic Stamp, though, it's easy for a new user who is faced with several
hundred pages of registers, bits, and oh-by-the-ways to get discouraged.
> On Sat, 25 Jun 2011 10:39:55 -0600, m II <C...@in.the.hat> wrote:
>
>>-----BEGIN PGP SIGNED MESSAGE-----
>>Hash: SHA1
>>
>>
>>Christian Voigt wrote:
>>> Hi,
>>>
>>> going to start my first µC-project.
>>>
>>> Is the ATMega a good choice?
>>
>>I've been playing with the Arduino (ATmega 328) . Open source. The
>>installed base seems really good. Hundreds of projects on youtube.com
>>
>>With all the source code out there, it's really easy to get started and
>>customize existing ideas.
>>
>>My very first programming effort was to change the rate of the LED
>>flashing on pin 13. Instant gratification.
>>
>>Within a week I was measuring temperature and turning on a vent fan.
>
> Yes, that's the big benefit of the Arduino platform: a very high first
> project success rate. It can be a real fight (but fun!) to get a new
> chip up and running. Absent something like the Arduino or the older
> Basic Stamp, though, it's easy for a new user who is faced with several
> hundred pages of registers, bits, and oh-by-the-ways to get discouraged.
>
cool, thanks :-)