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

send motion data over ble_nus service

i changed the code to send environment data over ble_nus service and it was worked

so i tried to send motion sensor data over ble_nus service and i changed code but no data is being transmitted.

I think code has no problem and build was success.

  • Hi,

    Could you try to debug the code and see where it hangs? Any error codes?

    Which SDK and Softdevice are you using?

  • motion data is uploaded in RTT viewer but i can't get data from when i connect by app only environment data uploaded

    F1 is Temperature F2 is Humidity F3 is Gas and so i was set F4 to acc F5 to Gyro and F6 to Compass 

  • Could you answer my previous questions?

    Are you trying to send from a nRF device to a nRF Device? Which device are you using?

  • oh sorry

    i'm trying to send from nRF device to mobile app and I'm using ble_app_thingy_s132_pca20020 project .

    I'm using thingy52 device now.

  • I found the problem that it is Even when the ble is connected, the CCCD is applied to the temperature and humidity. 

    Then do i have to combine the code environment code and motion code?

1 2