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

How to send a char array in a custom characteristic?

Hi,

I've been trying to build a custom characteristic and so far I can display a single digit number on my BLE app. My update value function looks like this:

And my add function looks like this :

 

Now, how do I send a character say : char test[20] = "Hello, World!" via this instead of a number? Any leads?

Parents Reply Children