This comment about the Coridium Armite is directed more to rjl than to Temo. I don’t disagree with the comments about the limititations of the Armite. But the Armite does work right out of the box, while the learning curve for a lot of the other development boards can be VERY steep, and the tool setup extremely painful.
About 20 months ago we bought an ARMite for a specific task at my workplace. Within a few days we had modified the included demo program to read calibration data from an i2c eeprom and then repeatedly cycle through 6 analog channels and report the voltages to a small tcl program running on a PC.
Contrast that with the Olimex LPC-2148 board and arm-usb-ocd jtag interface I bought through SparkFun about a month ago. (Bear in mind that I’ve spent considerable time between then and now trying to get familiar with the ARM architecture, controllers, and tools.) To start with, openocd didn’t work for me. About a week ago I progressed to the point where gcc, binutils, openocd, gdb, and insight are all working together (on windows), and I can actually step through a small program. I’m “resting” a bit before trying to figure out what my problem is with Eclipse. Even with the generous support of many individuals here and on the gnuarm and lpc2000 forums, I’m still tearing my hair out trying to get this stuff to work.
So, I’m not saying the ARMite is the ultimate development platform. It most certainly is not. But, depending on your circumstances, it might be a good starting point. Some pro’s and cons:
+) Cost is right
+) Can be powered from USB
+) Basic compiler included
++) Development tools work out of the box
-) LPC2103 not the newest or most powerful
-) No JTAG port
-) Not all pins of LPC2103 brought out
-) supplied I2C routine uses GPIO/SW
-) power not brought out to breadboard area
–) P0.14 hardwired to FTDI chip
We didn’t use the Basic compiler.
With P0.14 hardwired the way it is, the FTDI chip holds the lpc2103 in reset unless/until it is commanded otherwise via USB. This is fine for many applications…
-Hugh