Hello,
My goal at the moment is to be able to configure my peer device which utilize ble_app_uart example so it would connect only to a specific master device e.g. android or another NRF device. I have read that I can achieve this by using whitelisting…
Hi, i'm currently working on a low power sensor device based on nrf52832. I want to transfer data only to bonded central devices. Priority is using static passkey, but my hardware can deal with NFC as well. I'm a little confused with all pairing options…
Can anyone please provide content of m_ndef_msg_buf and ndef_msg_len as a result of nfc_ble_pair_default_msg_encode() running in debug mode? Or can Nordic provide structure of that record?
Basically I'm using external NFC tag with nRF51 and want to implement…
Hi all,
I'm using the "ble_app_hrs_paring_nfc" example to setup a static OOB key for pairing with a static longer more secure key. I use this key copied from the example:
#define OOB_AUTH_KEY { \
{ \
0xAA, 0xBB, 0xCC, 0xDD, \
0xEE, 0xFF, 0x99…
Hi, I am about to purchase PCA10040 V1.1.0.
I heard that one has the latest chip revision nRF52. ( ref. link )
I'm very excited to start with the new feature in nRF52; the NFC feature.
However, it is my first try with it and I have some questions…
Is there any nRF51 SDK example that used OOB authentication? I'll not have any I/0 or display on peripheral side, and my central will be a mobile app, with connection to internet.
Hi Nordic support,
I want to use the OOB key pairing and I found the below discussion:
Set OOB key on Master Control Panel?
This means I need to implement the application by ourselves. I check the path under "Master Emulator" folder and found a doc…
Theoretically, if I were to expose a GATT service to let a central write a 128 bit PIN to my characteristic, would I then be able to persist this PIN somewhere in the softdevice so that all other services could starting using OOB as their security level…
Hello,
Is there a way to set the OOB key while using the master control panel windows software?
Edit: and if not, is there a quick method to test a peripheral's OOB implementation? (assuming I know the OOB key) from a PC or Mac or Ubuntu or some…