Hi!
I'm using an NRF51822 as a GATT client to write data to a characteristic. The peripheral responds with several 20 byte indications. When I receive the indications, the length is reported as 20 byte, but the data is incorrect. I logged the data I received and it looks like this:
e1768b1c0020823f0020bc030020000000000180 ca60bb1c0020823f00209c040020000000000180 5231de1c0020823f00200c050020000000000180 7148781c0020823f00207c050020000000000180
Basically, only the first 3 bytes are correct, the remaining 17 bytes are a slightly changing repeating pattern. I would appreciate it if someone could point me in the right direction what the source of this issue could be. Thank you very much!