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

BLE central for Komoot app service setup

Dear Nordic,

I am trying to setup a custom BLE client service to interact with the Komoot app (Turn by turn navigation).

I can connect to the phone, and receive notifications (after CCCD request).

However, I am supposed to provide my read requests with a unique identifier (present in the previous notification) so that the phone app

can switch to the next turn indication.

I have absolutely no clue how and where to do that...

Here their github where they describe the protocol:

https://github.com/komoot/BLEConnect/tree/master

Could you please provide some guidance ?

Many thanks !

Parents
  • Hello, 

    I am sorry, I don't quite understand what you mean.

     

     

    However, I am supposed to provide my read requests with a unique identifier (present in the previous notification)

     Is this a characteristic that you want to read from or write to? Does it use (BLE) notification?

    So are you trying to read the next turn, or do you want to input the next turn?

    BR,

    Edvin

Reply
  • Hello, 

    I am sorry, I don't quite understand what you mean.

     

     

    However, I am supposed to provide my read requests with a unique identifier (present in the previous notification)

     Is this a characteristic that you want to read from or write to? Does it use (BLE) notification?

    So are you trying to read the next turn, or do you want to input the next turn?

    BR,

    Edvin

Children
Related