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

LESC OOB pairing

I am developing client PC side application 

I intend to use LESC OOB pairing using NFC as the OOB channel

Is there a document or reference code which can help me to parse pairing data which is read from the NFC (and also from advertising without OOB) relate to different pairing modes i.e. passkey, just work and real OOB ( public keys, nonces and confirmation values)

How do I configure server side to use LESC OOB pairing mode?

Thanks in advance

Parents
  • Hi,

    What libraries, frameworks, etc. are you using for this PC application?

    The only PC-side tools and reference code that we have is related to pc-ble-driver, which is primarily intended for development and testing purposes (i.e. not end customer products) and requires an nRF51 or nRF52 device for BLE connectivity.

    If you develop a PC application using native BLE support on the PC then I am afraid we do not have anything. Other DevZone users may be able to give some pointers, though.

    For a general idea of what is required you  can have a look at the Message Sequence Charts in the SoftDevice API documentation.

    Regards,
    Terje

  • I develop server side devices on nrf52840 and nrf 52832.

    I want to use lesc oob with nfc

    1 what parameters should i configure for that?

    2 what is the structure of pairing messages which the client receive from server in respond to connection request ( public key, confirmation value, nonce etc.

Reply Children
Related