Timestamp when using pack((byte) n) with account()

Hi,

Sorry if this is answered elsewhere already, but I couldn't find an answer. When you use the packer to combine say 6 RSS acceleration data points into one packet and also use the accounter, does the timestamp relate to the earliest data point in the packet or the latest? This is important to me because I am trying to synchronise data streams from boards with different dataroute configurations and also from gyro and accel on one board with different configurations. The first is streaming raw acceleration using pack((byte) 2) and single axis gyro using source.split().index(1).pack((byte) 6) and the other board streaming accel RSS values using pack((byte) 6).

Many thanks

Torben

Comments

This discussion has been closed.