This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Attributes Long value

I want to write a uint8[4] Array in my Attributes, but when i want to write it with btool, then i receive the following error Message: "Writing attributes of length gt 2 not implemented". How can i implementing it?

I use the SensorTag.

  • Hello Brian,

    If you are using the SensorTag project, then you can look at the accelerometer profile.  It sends 3 data bytes.  The length of data is specified as 3.   Using this as a guide, you can change your attribute to 4.

    Thanks,