|
|
|
|
|
by nobody3141
5345 days ago
|
|
To misquote Clinton - "It's the software stupid" You can buy an MSP430 dev board form TI for $5 with more features but the thing about the Arduino is that somebody with NO knowledge of embedded programming can go from box to flashing LED in <5mins. I have spent longer than that trying to work out which target configuration I have on some embedded systems (Yes Keil I'm talking about you!) |
|
It took me less time from opening the Arduino package to having the first blinky LED program running - than it took to even figure out which software I need to download for the MSP430, then actually download it, then install it, then rummage through all the useless options, etc. Ugh. :(
Now I'm programming naked AVRs, but there's no doubt - Arduino is still easier and more time-effective for most amateur projects. Maybe a naked-AVR board, 8 pin DIP, could beat it for extremely miniature applications. Otherwise, just use a Nano or Mini, and save your time for other things.
I wish I had an Arduino when I was a kid and was playing with Basic on a small computer - a programmable board like this would have opened the real world to the computer.