|
The 8/8/8 samples data form it's inputs at a stable rate.
The speed of a wave through rubber is ~60m/s, so this should give you an accuracy of ~6cm/ms.
It should be easy to correlate the separate sensors into discreet time events - if you use 1ms datarate with sensitivity 0 for all four, then you will get events in this order every 8ms:
sensor0, sensor1, sensor2, sensor3 sensor0, sensor1, sensor2, sensor3 sensor0, sensor1, sensor2, sensor3 sensor0, sensor1, sensor2, sensor3 sensor0, sensor1, sensor2, sensor3 sensor0, sensor1, sensor2, sensor3 sensor0, sensor1, sensor2, sensor3
Each line represents a different 1ms time slice, but all of the data is sent at once, every 8ms.
You should be able to track the time of each 8ms chunk to tell them apart.
The bridge only has a maximum datarate of 8ms, so I'm not sure how useful it would be for this.
-Patrick
|