Hello Team.
I have NRF52840 Development Kit. here is description, what I want to do and How I am doing.
I will send command on terminal and kit will start scanning for nearby Bluetooth devices and display their UUID and Name in PC terminal. after that I will send the command to connect to specific devices. (Mostly the devices are android mobiles).
1. I was go through one link:- " https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v4.1.0%2Fmd_examples_sdk_coexist_ble_app_uart_coexist_README.html&cp=7_2_3_3_1 " I tried to implement this example but I can not understand the flow and steps to get proper output. (If any one can explain then it will be good)
2. I was tried uart example at "\examples\ble_peripheral\ble_app_uart", I executed this example successfully but I want change this example for two way communication. but i can`t understand the flow of execution.
I don`t have deep knowledge of NRF52 kit. Also I am new to Embedded C Programming.I have basic knowledge of Python and C#.