-
-
Notifications
You must be signed in to change notification settings - Fork 204
Description
Using an ESP32 and the example scan code, I have noticed a difference in the payload length compared with the original nkolban library. I used the example scan code from both this library and the nkolban one and for one device I got a different length payload. It appears that part of the payload is missing or incomplete as I have compared the expected data with the manufacturer's data sheet and the payload seems to have skipped about 30 bytes.
From the snippet below - the payload starts at the two 16s onwards, whereas the full payload is expected:

I have another type of sensor which is decoded the same for both this library and the nkolban one, so maybe some logic there for iBeacon types, which the first sensor is of this type. This issue fortunately is easy to deal with as the actual data is in the portion of the payload that is retrieved.