I'm quite new to micro-controller development. However, I wanted to start from someplace. Currently, I wanted to start a project to interface analog signals, do some DSP with it and be able to display these signals in a GUI on a smartphone like Android.
Could you'll recommend a few micro-controllers I should be looking at that allows easy portability to an Android phone? My criteria for the micro are as follows:
- Low Power
- Great documentation/ sample code
- At-least 6 analog input pins
- Has Bluetooth/wifi capability
- Has an ADC
I have looked up a few micros like the
- Arduino
- Fez Domino
- Beagle Board
- Microchips, PIC18, PIC24 etc. series
But, I'm not sure which provides the most easy to port to an Android phone?