This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ble_app_uart example with Device manager

Hi

I use proprietary service to transmit data between iOS and nRF51822. The example I referred to is below.

C:\Keil\ARM\Device\Nordic\nrf51822_v6.0.0.43681_Backup\Board\pca10001\s110\experimental\ble_app_uart

I need the data be encrypted with high security protection in case middle man can steal the data on the air. In this example, it seems transmitting raw data directly without any security protection.

  1. How can I modify the source code with AES ECB or CCM?
  2. How about device manager?? As far as I known, it manages bonding with multi-centrals. Does it already include AES encryption? If I add device manager in this example, is it feasible?
  3. If Device manger added in nRF51822, shall UART apps need to modify, too?

Edit: Format, please use the previewer when asking questions.