nRF Connect iOS byte array

We have an application that is looking to receive a value of 'test\0' in a custom characteristic. From the Android version of nRF Connect, I just do this with a byte array, add five values, and fill them appropriately:

In the iOS version of nRF Connect, I only see a single field, with no way to add new values. How do you enter more than one value into a byte array?

Parents
  • The dev team says that you should be able to check what you are writing by looking into the logs.

    Just trigger the write and swipe right twice and you see the logs of the bytes that you wrote.

    Also, on the Android image you can have the value in 1 line, not 5. The selected type is Byte Array, which allows multiple bytes. There is also tile Byte if you want, the result will be the same.

    Hope this helps.

Reply
  • The dev team says that you should be able to check what you are writing by looking into the logs.

    Just trigger the write and swipe right twice and you see the logs of the bytes that you wrote.

    Also, on the Android image you can have the value in 1 line, not 5. The selected type is Byte Array, which allows multiple bytes. There is also tile Byte if you want, the result will be the same.

    Hope this helps.

Children
No Data
Related