Digi-key has 3200+ in stock at $4.35 each: =20 http://search.digikey.com/scripts/DkSearch/dksus.dll?Detail&name=3D296-2757= 0-ND Also, the included parts are: MSP430G2231, 2KByte flash, 128b RAM, 10bit ADC MSP430G2211, 2KByte flash, 128b RAM The demo app consumes about 3/4 of the program memory. It sets up=20 timers, blinks an LED, waits for button press, measures temperature=20 (with on-die sensor), and then PWM modulates the onboard LEDs based on=20 temperature rise/fall. I think it also reports something over the UART. I wasted some time in the development environment trying to find the=20 simulator. It turns out there is none - the in-circuit-debug facility=20 on the chip is pretty damn fantastic. For example, you can hit "Halt",=20 change a clock control register, hit "Run" and the chip is now running=20 at a different speed... It's interesting to scroll the disassembly=20 window and watch it fill in the as it reads the device memory to refresh=20 the listing. Recompiling the C project prompts to reload the chip and=20 then places you at the first line of main() with the chip halted, ready=20 for you to hit "run". Seemed nice to me. Joe Koberg AE5NE On 12/16/2010 3:54 PM, Bob Blick wrote: > Probably some of you know I'm a fan of TI's MSP430 microcontrollers. I'm > an even bigger fan now - they have a development kit for $4.30 with free > shipping and I just got a carton of them. I'm very impressed. The kit > includes a demo board with USB programmer/emulator, a 14/20 pin > microcontroller socket, a couple of LEDs and pushbuttons. They include a > baggie with some male and female headers, a 32KHz crystal, a mini-USB > cable and two 14 pin DIP microcontrollers. All for $4.30 delivered! They > are very popular, so it took a month for them to arrive, but it's pretty > amazing even though the emulation uses their fairly slow spy-bi-wire > instead of JTAG like their bigger devices. Anyway, if you're interested, > the kit is called the MSP-EXP430G2 and you can get it at estore.ti.com > > They might be limiting quantities now, they weren't when I ordered. > > MSP430 basics: 16 bit processor, 3.6 volt maximum, versatile power and > clock control for cpu and onchip peripherals. > > Cheerful regards, > > Bob > --=20 http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .