This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF52840 blatann HW Timestamp

Hello Everyone,

Im using the NRF52840 USB Dongle via blatann and i want to be able to get the HW Timestamp from the dongle when i receive a ble message.

I know that blatann uses the python package pc-ble-driver-py  which is then using the pc-ble-driver.

After looking into the code from the pc-ble-driver and into the api i couldn't find any possibilities to retrieve any HW Timing information.

Is that what I plan to do with the current softdevice firmware possible ?
I mean attach the HW Timestamp information to the messages/events which is then readable with the pc-ble-driver??

I think some changes are then necessary on the softdevice firmware but i couldn't find the sources.

used dependencies.

https://github.com/ThomasGerstenberg/blatann
https://github.com/NordicSemiconductor/pc-ble-driver-py
https://github.com/NordicSemiconductor/pc-ble-driver

Related