Hi, i want to set up static passkey for nrf 52 UART example, how can i do that(it many sound insecure but i require it)? I have read many old threads but didn't got a clear answer! I'm using SDK v13 right now and s132 v2.0. Please help!
Hi, i want to set up static passkey for nrf 52 UART example, how can i do that(it many sound insecure but i require it)? I have read many old threads but didn't got a clear answer! I'm using SDK v13 right now and s132 v2.0. Please help!
You need to add the Peer Manager, most of the other examples in the SDK uses it, so examine one of them, for example ble_app_hrs. Then you need to configure it to use static passkey, which have been asked many times in here already. Let me know if you get into trouble.