st-mems-android-linux-sensors-hal
st-mems-android-linux-sensors-hal copied to clipboard
stm mems sensors-hal for Android and Linux platforms.
convertFromSTMSensorData() doesn't currently support light nor pressure events. With this patch, it's possible for Android to receive both events; otherwise, they're completely blocked. I understand you may have a gerrit...
During the build i got the following error: ``` getDeviceHalManifest: -2147483648 VINTF parse error: Cannot add manifest fragment /vendor/etc/vintf/manifest/android.hardware. [email protected]:HAL "android.hardware.sensors" has a conflict. ``` The content of the file...
Hi All, I am trying to add the HAL layer in android 12 I have tried with HIDL as well as with the multi-hal but nothing is working as expected...
Hi folks, I'm trying to use the hal and just realized it doesn't seem to support the `lsm6dsv32x` sensor, only the 16x. What would involve adding support for the 32x?...
Hello, Hi installed the evaluation board STEVAL-MKI217V1 in a custom android board. After all configurations, I can read some sensors data from Android SENSOR_SERVICE, but not all that I'm looking...
In API Level 24, the Android Sensor framework added support for additional info. This sub-hal supports "placement" as one of the additional info frames. Can we also add [temperature](https://developer.android.com/reference/android/hardware/SensorAdditionalInfo#TYPE_INTERNAL_TEMPERATURE) as...