Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

18
  • Yeah I guess I will need to create a solution without a string. Do you have quick examples I could see codewise? Would appreciate it a ton Commented Mar 24, 2017 at 12:11
  • You can simply declare a character array Commented Mar 24, 2017 at 12:56
  • ok and how do i get each character in the char? data[0] for the first letter ("H")? data [1] for the second ("E") etc? Commented Mar 24, 2017 at 13:02
  • which Bluetooth library you are using by the way ? Commented Mar 24, 2017 at 13:06
  • i am using a adafruit BLE and here is the codeexample: learn.adafruit.com/… Commented Mar 24, 2017 at 13:07