Neat board, but I think it's going to be more useful for the media center/home server crowd than makers/hardware crowd. Some of the gripes I have: - Male header pins are kind of a pain to connect to a breadboard, at least compared to female pins on a Beaglebone Black or Arduino. - I'm assuming there's no analog to digital converter, like the Raspberry Pi, so that's annoying if you're reading analog sensors or other t…
If you want to read some analog sensor and it is at least somehow critical for you, you still have to use external ADC. There are some processors that have usable precision ADCs (MSP430AFExxx comes to mind), but they are not exactly SoCs capable of running Linux. Generally, ADCs on MCUs/SoCs are meant for non-critical applications, mostly concerned with user interface.