What's the point of arduino?
15 years ago
"First you have to manually feel around for the knot, and then once you find the knot, you have to rub it until it goes away"
What's the point of arduino? Isn't it just an AVR devkit from atmel.com with a more open development software? Can someone explain to me the direct benefit of going with arduino and not just simply buying a prototype kit from atmel.com?
Of course, you can just as easily buy a devkit from Atmel. It's all a matter of features required, and tastes.
*hides in a dark cave with his PIC micros, his preciousssss*
So what are the benefit of PIC versus Atmel AVRs ?
care to teach me PIC programming? or is it too archaic to run on anything faster than a 486?
Otherwise, it works a lot like any other embedded programming. Only the semantics change. In the case of assembly, the mnemonics. In other words, c'mon over. I'll show you what I've got. ;)
I use ARM microcontrollers, their a little more expensive to get started with (some boards cost more) but they tend to be better at getting the job done. My dev tools are a copy of Embedded Workbenc for ARM, a IRA branded Segger J-Link and some dev boards for AT91SAM7S and LPC2103 (BBMicro boards). I havent spent more than $100 on ARM stuff so far.
You can get a 32K executable limited version of EWARM for free off IARs website, and you can get the J-Link EDU (educational and hobbyest edition) fopr $60.
can you tell me the pro versus cons between ARM and Atmel AVR?
Pros of ARM Processors:
* Higher performace and scales to very powerful processors.
* More features and capabilities.
* More development platforms and support.
Cons of ARM Processors:
* Needs more support parts (external crystal for clock reference, regulators, etc).
* Higher cost.
* Some development tools are more expensive.
how did you learn to work with the ARM architecture?
Simple, I thought.
that sounds like a nifty idea :D