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

ble_app_interactive without CLI and just works bonding

Hi, I am working on a project in which the device (nrf52832) needs to be both central and peripheral and it can transmit/receive some commands through UART to set the advertisement/ scanning parameters. So I found out the ble_app_interactive (SDK 15.2.0 and SD132)  but the problem is my application just needs to send/receive the settings only through UART (and I can't understand about the CLI usage which I also think I don't need) and ble_app_interactive  uses Passkey for bonding (which in my application, Just Works is fine ). So is there any simple example for ble peripheral and central without any encryption bonding ?

Parents Reply Children
Related