This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to send accelerometer axis data over BLE to an android phone. nRF51822 BLE Nano

Hello i am quite new to using BLE for data collection. I am using a Readbear BLE Nano with a Nordic nRF51822 on it.

I want to read a Sparkfun MMA8452Q accelerometer's X, Y, and Z coordinates over I2C and then write the readings to a connected android phone over BLE. So far I haven't found any good examples or literature on how to send accelerometer data over BLE. Is there an Acceleration Service or do I have to incorporate these coordinates into a different type of service?

Any literature or work in this direction and context will be very helpful.

Related