Is it possible to bond with multiple devices with nrf8001? If it is possible, could you add some examples about it
Is it possible to bond with multiple devices with nrf8001? If it is possible, could you add some examples about it
Yes, you can read out and store the bond information, but you cannot enable several connections at the exact same time. So you can store and load bond information sequentially. You can use the bond_data_restore to "import" different bonds. Please have a look in the nRF8001 SDK: github.com/.../ble-sdk-arduino
Yes, you can read out and store the bond information, but you cannot enable several connections at the exact same time. So you can store and load bond information sequentially. You can use the bond_data_restore to "import" different bonds. Please have a look in the nRF8001 SDK: github.com/.../ble-sdk-arduino