I want to Connect my nRF52840 Dongle with the nRF connect Mobile Application to send and receive a string from the mobile application to dongle via UART connection.
Please give me a solution for the same.
I want to Connect my nRF52840 Dongle with the nRF connect Mobile Application to send and receive a string from the mobile application to dongle via UART connection.
Please give me a solution for the same.
Hi,
For UART over BLE you can have a look at the Bluetooth: Peripheral UART sample from nRF Connect SDK (new SDK), or alternatively the UART/Serial Port Emulation over BLE example in nRF5 SDK (legacy SDK). For new projects we recommend the new SDK. Both SDKs use the same BLE service for UART communication over BLE.
Regards,
Terje
Thank you for your response sir.
The problem is I have to use the nRF52840 Dongle for my project. And after I flash the code to the dongle it does not advertise so that I can connect it with the mobile APP.
Thank you for your response sir.
The problem is I have to use the nRF52840 Dongle for my project. And after I flash the code to the dongle it does not advertise so that I can connect it with the mobile APP.