Sending MPU6050(IMU sensor) datas through BLE after connection is made with other device.

Hi,

I'm trying to send gyro and acceleration values continuously using MPU6050(IMU) sensor through BLE after BLE connection is made with other device.

I took ble_app_uart example as a reference but I'm currently having a debug issue.

Also, I'm not sure if the code that I have is going to function that I intended to function.

I have included the image file below:

Also, Here is the link to my file:

drive.google.com/.../view

The code will be under examples/ble_app_template_twi(use this)/ble_app_template_twi/pca10040/s132/ses/ble_app_template_pca10040_s132

Related