Securing BLE connections on the Nano 33

NM, figured it out

What did you figure out? I’m looking to do something similar with a Nano IoT.

@pcarney Welcome to the forum.

Pairing is an optional feature in BLE and not supported by the ArduinoBLE library.

You could implement an application level protection by implementing a characteristic that needs to be written within a certain amount of time with some secret information. If that does not happen the peripheral can disconnect the central.
Once the information is confirmed you make the data available in the other characteristics.

Perfect. Thanks. Good to know it’s not supported and thanks for the suggested implementation! :+1:

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.