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

Read and write data with single UUID

Hello,
How do I program the NRF52840 module to read and write data with a single UUID, because the mobile application I used earlier was working with the data read and write over a single UUID. The Android code section is available in the appendix

.

I can read and write data with the HM_RX_TX part in the picture. How can I do this with nRF52840 with the current application?

HM UUID:

http://www.martyncurrey.com/hm-10-bluetooth-4ble-modules/

Nordic UUID:

https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.3.0%2Fexamples_ble.html

Mobil App :

http://android-er.blogspot.com/2015/12/connect-hm-10-ble-module-to-android.html

Related