pozyxLabs / Pozyx-Arduino-library

The Arduino library for use with the pozyx accurate indoor positioning system.
https://www.pozyx.io
MIT License
78 stars 53 forks source link

can multi-tag send the sensor data(acceleration, gyro) to master tag #42

Closed kitylam9 closed 7 years ago

kitylam9 commented 7 years ago

if it is not possible, how do we set the multi-tag positioning work for directly send through serial

laurentva commented 7 years ago

Hey,

Sure, this can be done by performing getAcceleration_mg(&acceleration, remote_id); and getAngularVelocity_dps(&angular_vel, remote_id); after doRemotePositioning(remote_id, &coordinates);

A tutorial for multitag will come online next week, including how to get additional data from remote tags. If you have questions about pozyx and not per se issues with the Arduino library, please mail support@pozyx.io in the future.