Android for onboard processing (No UI)

fz8975

.
Joined
Jun 19, 2011
Messages
665
I am working on a project. we have 4 sub modules, that can be implemented on embedded devices(FPGA etc). But we are planning to do it on something like Pandaboard with Android. So we can directly write applications using Android SDK. Also we need to process data in real time.

We don't need Cellular/WiFi/Bluetooth etc, but need some sensors to be interfaced which will provide data for processing. What can be possible ways to do it ?
There is a need for a camera. Also Image processing, which can be done on a dedicated GPU for speed. As we need real time processing.

There are four applications, so we plan to use a quad core processor. Ofcourse there are processes of Android OS itself. I've seen the cpuset command which can be used to map process to CPUs. Please explain this to me.

Also there is no GUI so what can be done so that processor 's power is consumed efficiently. Some APIs of android might eat up memory and also take up some CPU cylces.
And can any modification to the Android kernel be done for more efficiency ?
 
Last edited:

aftablonely786

Broken In
Joined
Mar 23, 2012
Messages
91
I think working with arduino + android is a better option as u don't require an UI...

But that's just my opinion, google around...
 
Top