Hi,
I use proprietary service to transmit data between raspberry pi and nRF52840 DK. The example I referred to is below.
C:\nRF5_SDK_16.0.0_98a08e2\examples\ble_peripheral\ble_app_uart\pca10056\s140\arm5_no_packs
I need the data be encrypted with Security mode 1 and level 2 (Just Work). However, in this example, it seems no 'Peer manager' or 'Device manager' is used and transmitting raw data directly without any security protection.
The question is:
1. How can I modify the source code to enable encryption with Just Work.
2. If modified, shall UART apps need to modify, too?