Hi,
I am trying to perform the read characteristic values from the nRF52840 DK to Android studio (Java) to a TextView. I have looked at the Android Blinky example but in the code, the ViewModel does not seem to how to retrieve the string values to the TextView (it is only LED and button on/off). I am wondering can someone explain how to obtain the read characteristics values from nRF52840 DK (peripheral) to Android studio TextView?
Thanks!