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

Continuous data transmission

Hi, I am using a nrf51822 with sdk 7.2.0 and s11o v7.1.0

I also have a imu ( mpu 6050 ) that gets accelerometer and gyroscope data.

How do I do continuous transmission of that data ? In a certain period I want every reading of the the imu to be sent. Do I just update a characteristic and keep notifying a central device ?

The start of transmission is started by a trigger, in this case, I can use the button press on the board.

Related