Hi i need to write the following to my BLE device, it actually enable the device to send the data back or notify of the values. However after several attempts and changing the type of the data to be sent which is actually.
0xFD-0xFD-0xFA-0x05-0x0D-0x0A
i am not able to enable the device. Using the nRF application, i can write these directly which enable the device as well. i know i need to use the byte array but i am not sure how should i add these to byte array. and when i add them directly to the
writeCharacteristic(characteristic);
it does not work at all.