cheaper automation magic
Via uC Hobby I see that Modern Device is offering cheap Arduinos, a microcontroller platform that makes building tiny embedded computers easy and affordable.
Previously the only place I knew for acquiring Arduinos was Spark Fun. And although I like Spark Fun a lot, the $40ish price tag for an Arduino had me eying the possibility of learning how to directly program and use the AVR microcontrollers that make up the Arduino's heart, without using the other features that the Arduino platform makes available. $40 is a considerably bigger outlay for a pointless home automation project than an AVR (which only costs a few dollars) and some components I already have lying around.
But Modern Device seems to have realized some savings by pulling the USB-to-serial chip off the Arduino board and counting on it being in the programming cable. There's something to be said for having it on-board the chip — if you want your Arduino project to talk to a PC, you'll want the USB-to-serial interface to always be present. But if you're building an embedded device that stands on its own, there's no need for that functionality except when you're loading your program.
Of course, all of this is possible because the Arduino is an open source platform. Here's hoping they keep gaining marketshare and driving down prices. Competitors like Parallax may offer chips with more capabilities, but they're proprietary and more expensive. And given the low cost of full-blown PCs these days, the returns on adding functionality to a general-purpose hobbyist microcontroller begin to diminish very rapidly. There's just not much point in building speech synthesis into a relatively hard-to-use uC when a complete, tiny embedded PC can be had for a little over $100.