Society of Robots - Robot Forum

Software => Software => Topic started by: the_edge123 on July 27, 2014, 04:11:33 AM

Title: RTC on axon
Post by: the_edge123 on July 27, 2014, 04:11:33 AM
I'm interested in getting the axon2.
I would like to know if the RTC is enabled to timestamp sensor data.

--
Fabien
Title: Re: RTC on axon
Post by: Admin on July 27, 2014, 02:17:58 PM
There is no real time clock on the Axon, if that's what you mean.

You can however use the on-board timer to time-stamp your data, but it will drift slowly over time (a few minutes per day). For most projects that isn't a problem.

Otherwise, you can buy a separate RTC to use with your Axon, or measure the error and then time shift your data.