LIS3DH acceleration sensor data using j2me(java) platform
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-12-12 1:31 AM
I'm using S5 telematics device with LIS3DH acceleration sensor. I'm using j2me platoform for development. Could you please anyone suggest how can I read acceleration sensor data from the device?
- Labels:
-
Accelerometers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-12-12 8:26 AM
Hi @MPV.1​ , unfortunately there are no available libraries or drivers in Java. I think you should try with the available Java ME examples on STM32 platforms or in case to refer to the platform independent drivers for the device configuration examples. Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-12-12 9:58 AM
Thank you for your quick response. Actually I'm referring the software manual provided by Sitec Systems​ (https://www.sitec-systems.de/der-telematik-spezialist.html) along with the device. In the manual they have mentioned that they are using LIS3DH 3 axis acceleration sensor. Also they have provided a reference to the data sheet of LIS3DH acceleration sensor (https://www.google.com/url?sa=t&source=web&rct=j&url=https://www.st.com/resource/en/datasheet/lis3dh.pdf&ved=2ahUKEwiPkLKL37DmAhX7xzgGHX-wDnoQFjAAegQIBxAF&usg=AOvVaw2q9S1BwlP4OSbpoJCBQh7i)
So could you please brief me what is the communication mechanism with the sensor device​? Is the device using any I2C communication protocol?
