I want to transfer data wirelessly via bluetooth phone with android lis3dh sensor. Can you help in this matter?
I want to transfer data wirelessly via bluetooth phone with android lis3dh sensor. Can you help in this matter?
You mean this: www.st.com/internet/analog/product/250725.jsp ?
Note that it isn't an "android sensor" - it is just an accelerometer with I2C/SPI serial interface...
I have this sensor on my desk to experiment on it, but did not find enough time yet. But this sensor is famous in this forum and a lot of guys have already made production quality tests with it along with nRF chip. You need to have I2C or SPI driver for nRF chip, and the commands set for nRF to interact with sensor and then the data obtained can be transfered like any other data (similar to ble_app_uart example).