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

Sending Hexadecimal Values to my BLE device

i used this function to send data to my ble device ble_nus_string_send.this function sends ASCII values. and when i pass this function hex values it converts them into ascii and then sends. But it terminates data when i pass 0x00 and for some other hex values this function doesn't work and just skip values. So how can i send hexadecimal values to my ble device through bluetooth. i am using nrf51422 pca10028 kit with softdevice s110.

Parents Reply Children
No Data
Related