Hi team,
I am using nrf52840 Development Kit,sdk 15.2,Keil IDE
I am using MPU6050 sensor.For that,I used nrf5_MPU_examples_master file.
I have integrated ble_mpu_sensor code with ble_app_template sample,it is advertising and sensor values are displayed in console.
In my code,I have created one service and one characteristics.I want sensor values to come under characteristics.
For that,inside our_service_init_add function,I tried like this:uint8_t value[6] = {(uint8_t*)accel_values_t};But it didn't work.
After that ,I want to update the sensor values within the characteristics.
I don't know how to do this,Please help me out(I am new to this field,So kindly help me).
Thanks