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

nRF Connect App Source code for Android

Hi,

I am working on a project where my mobile phone will be acting as a central device and nRF52840 DK will be acting as a peripheral device. I used the nRF UART and nRF toolbox app for basic string transfer from my phone to the nRF board. I was able to display the transmitted and received strings on the mobile app as well as on the desktop using Putty.

I wanted to know how the packets are going over the so I made another nRF52840 board as a sniffer. From the sniffer trace, I got to know that the data are sent and received as plain text. But I wanted to send and receive encrypted data.

When I searched on the internet I got to know that for sending and receiving encrypted data we need to pair and bond the device. So I added the peer manager to my code. But later I got to know that nRF Toolbox and nRF UART doesn't support pairing and bonding. Is it true??

Then I switched over nRF Connect on my mobile phone. It was working but I couldn't get the source code for nRF Connect on Github as it was available for nRF Toolbox and nRF UART.

Can someone please share me the source code for nRF connect App for Android??

Parents Reply Children
Related