Hello Comunity
I'm new to iMX8 processors. I've purchased the iMX8M Mini EVK. Currently using Android 14 on it.
I want to use some I2C sensors and need to read those sensor values from an Android app.
Can someone explain to me what steps to follow to get this done?
Thank You
Hello,
The i2C driver is ready to be used you just need to create the app to do it, you can view how to handle the i2c data from the linux reference manual is the same as android.
https://www.nxp.com/docs/en/reference-manual/IMX_REFERENCE_MANUAL.pdf
Regardw
Any API available for Andriod studio for this?