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

Static Passkey with S310 and NRF51422

Hi everyone,

for our current project we have to implement some sort of activation lock. Therefore, we would like to use the MITM security mechanism of BLE. The idea is to provide a separate sheet of paper with the PIN Code that needs to be entered during the bonding procedure with our peripheral. I have seen that the S110 has dedicated functions and structs for this but I haven't found any information on how to achieve this with S310. We have to use the S310 as we need both ANT+ and BLE for our product.

Thanks in advance,

Jens

Parents
  • Hi Asbjørn,

    we are running the 6.1.0 SDK at the moment. According to the documentation and the header file ble.h there are no ble_gap_opt_passkey_t related structs or functions. As far as I can see they are only available on the S110 version of the ble.h header in the NRF51822 folder. I assume this is a bug then? I will try to copy the relevant header parts over to the NRF51422 folder and see what happens.

Reply
  • Hi Asbjørn,

    we are running the 6.1.0 SDK at the moment. According to the documentation and the header file ble.h there are no ble_gap_opt_passkey_t related structs or functions. As far as I can see they are only available on the S110 version of the ble.h header in the NRF51822 folder. I assume this is a bug then? I will try to copy the relevant header parts over to the NRF51422 folder and see what happens.

Children
Related