cancel
Showing results for 
Search instead for 
Did you mean: 

LIS3DH acceleration sensor data using j2me(java) platform

MPV.1
Associate

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?

2 REPLIES 2
Eleon BORLINI
ST Employee

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

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?