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

Details about nrf8001

Hello, I'm using nRF8001 with Arduino for our project. I use BLEeripheral. h and I need to know if it's possible

  1. with the visibility of NRF
  2. when invisible can nrf connect automatically to the phone (central) with a memorized address of central
  3. when detectable, can the nrf and phone share their addresses
Parents
  • Can the mobile application remember the nrf connection and connect to it without pressing connect? How to use proximity. How to add a PIN number on the characteristic of the nrf?

  • Some phones, most newer phones can auto reconnect to a bonded peer. Regardless you shoule normaly be able to auto reconnect in your central application. To see how proximity can be used I recommend looking at the proximity application in nRF toolbox.

    To add a pin code to the bonding procedure you have to configure this in the xml file that is used to generate the services.h setup file. In nrfgo studio, open the configuration file. in the security tab, choose security required and Authenticated as the required level of security. Then configure your IO capabilities (you need a keyboard or display to use MITM (authentication).

Reply
  • Some phones, most newer phones can auto reconnect to a bonded peer. Regardless you shoule normaly be able to auto reconnect in your central application. To see how proximity can be used I recommend looking at the proximity application in nRF toolbox.

    To add a pin code to the bonding procedure you have to configure this in the xml file that is used to generate the services.h setup file. In nrfgo studio, open the configuration file. in the security tab, choose security required and Authenticated as the required level of security. Then configure your IO capabilities (you need a keyboard or display to use MITM (authentication).

Children
No Data
Related