Hello,
The thing I'm trying to achieve, is communicating via an Android app which is running on the Riotboard, with Android 4.3, with a MSP430 launchpad.
The bus I would like to use is I2C.
I saw there are drivers for I2C on board.
But then you need to write a device driver to read and write to the MSP430.
Another way to try this, is via I2C-tools, which have to be ported to Android.
Is there another way to use the I2C bus in an Android app?