Skip to main content
MPV.1
Associate
December 12, 2019
Question

LIS3DH acceleration sensor data using j2me(java) platform

  • December 12, 2019
  • 1 reply
  • 803 views

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?

This topic has been closed for replies.

1 reply

Eleon BORLINI
ST Employee
December 12, 2019

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

MPV.1
MPV.1Author
Associate
December 12, 2019

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?