This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Logging data from custom services

Hello,

We have a wearable-type device with custom BLE services and characteristics. We would like to log all data from our services on a PC. Would you happen to know of an efficient way to do it ?

Thank you for your help.

Parents
  • Hi 

    Have you checked out the nRF Connect for Desktop Bluetooth application?

    It allows you to connect to a device and receive updates, which can be stored to file later on. 

    It doesn't give you a lot of control over the data format unfortunately, and you will get quite a lot of data overhead (like a timestamp and message header for each data update). 

    In order to get more control you can use the pc-ble-driver, but in this case you need to write an application on the PC side to establish the connection, receive data, and store it to a file. 

    Best regards
    Torbjørn

Reply
  • Hi 

    Have you checked out the nRF Connect for Desktop Bluetooth application?

    It allows you to connect to a device and receive updates, which can be stored to file later on. 

    It doesn't give you a lot of control over the data format unfortunately, and you will get quite a lot of data overhead (like a timestamp and message header for each data update). 

    In order to get more control you can use the pc-ble-driver, but in this case you need to write an application on the PC side to establish the connection, receive data, and store it to a file. 

    Best regards
    Torbjørn

Children
Related