This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Sending string over ble

Hi,

I'm working on a project where nrf51 modules should communicate with each other. For that i'd need to set characteristic that can store string. Now i've done that (converted from string to hex), but can only write 4 characters, since my characteristic is declared with uint32_t type. How do i define characteristic to store more data, and how can i send more data (i'd need at least 2 devices, and what they sent).

Or if someone could point me to how "Device name" characteristic is defined, that would be in great help.

Related