Hi,
Can someone please help me with time ble v.4.0 data packet format.
How to get timestamp from a ble data packet?
- what bytes of the packet contains the timestamp information
- how to extract it
- what will be its format.
Regards
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.
Hi,
Can someone please help me with time ble v.4.0 data packet format.
How to get timestamp from a ble data packet?
- what bytes of the packet contains the timestamp information
- how to extract it
- what will be its format.
Regards
Hi Tim,
I am a newbie to this field so don't know much about it.
I am using cc2450 device with github.com/.../contiki
Here under the file ble-hal-cc26xx.c they have written " len = RX_ENTRY_DATA_LENGTH(param->rx_queue_current) - 6 - 2; /* last 8 bytes are status, timestamp, ... */ "
What I understand is they are ignoring last 8 bytes which contain timestamp information. I am interested in this info but I am not able to figure out the packet format.