I would just get an ATMega processor for a few dollars and program a
working Arduino project into it for a low-cost alternative to buying a
full fledged Arduino board.
Just use the $20-30 Arduino board for development.
Michael
You can use a duemilanove to burn the bootloader onto a standard
ATMega. They also say you should get an FTDI board, which can be
useful for other things as well..
Matt
The Launchpad certainly is inexpensive!
Not sure about the IDE, but it is based on Eclipse, which should be a
good thing. The Arduino IDE is a somewhat simplicstic compared to a
full blown IDE like Eclipse, which can be a good or bad thing depending
on how you value such environments. For example, the Arduino
environment is small and easy to get going. An Eclipse based IDE is not
going to have a small footprint!
Looks like the Lauchpad environment has a only a Beta Linux version, not
sure about Mac.
The licensing page for the Launchpad is a little dizzying, but I think
basically it comes with a license to generate up to 16KB of code. Since
the Launchpad is only 2KB thats no problem.
On the other hand, the Arduino community is a real value, as there are
things like NewSoftSerial which were created by the community and make
an enormous difference.
Also I'd be concerned how long the Launchpad will be available, and how
long at what seems an introductory price (TI has to be losing money at
$4.30 don't you think?).
Also the Arduino boards have actual headers to put wires into, etc. You
could solder those on the Launchpad but after all that have you saved
much in time/money over a cheaper Arduino alternative?
Great to have choices! I would have loved to have had access to any of
these 10 years ago at three times the price of an Arduino.
Michael