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

HR with pairing NFC - couldn't connect android message

Hi, I am getting the "Couldn't connect Nordic_HRM" toast using the experimental project. I saw the question but the answer there (sample code for selfie stick) is a very old code that doesn't really compile on the latest sdk.

Is there any fix to get the nRF52 connected to an android mobile using NFC OOB message? Any help will be appreciated!!!

Thanks.

Parents Reply
  • FormerMember
    0 FormerMember in reply to FormerMember

    If you want two functionalities, connecting/pairing and open a webpage, I would think it will have to be done sequentially. I.e: first do the NFC OOB/pairing exchange, and when the BLE connection has been established (received the BLE_GAP_EVT_CONNECTED event), the NFC data can be updated with the information for opening the web page. (Note: I haven't tested it..)

Children
No Data
Related