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

How to send the datas that are more than 1byte when nRF52 DK Board send data to Android App?

Hi everyone,

I try to send my nRF52 DK board to an android application.

nRF52 example source is "ble_app_blinky_pca10040_s132" and Android app sample is nRF-Blinky from git. (https://github.com/NordicSemiconductor/Android-nRF-Blinky)

I need to help. How to send the datas that are more than 1byte when nRF52 DK Board send data to Android App.

ble_lbs_on_button_change() function send 1byte. I want to send MAX 10 byte or string format.

Would you help me resolve problem?

Sincerely yours,

Eric.

Related