Page 1 of 1

access I2C from android

Posted: Wed Oct 31, 2018 3:16 pm
by blownelco
Hello,

How can i access I2C or GPIO on RK3399 from android application ?

gr

Re: access I2C from android

Posted: Mon Nov 05, 2018 12:16 am
by v8dave
FriendlyArm provide a driver for this but you can also create your own with a JNI. Search for Android I2C as there is some sample code out there for this. The latest Android Studio can build and debug native code.