- Connect to the vehicle using:
mavproxy.py --master=127.0.0.1:14550
- Load the module
module load system_time
- Set the parameter
param set BRD_RTC_TYPES=1
(1st bit is enough). - After loading the module MAVProxy automatically sends
SYSTEM_TIME
messages to autopilot. - By default, MAVProxy sends messages every 10s and can be changed using:
system_time set interval_timesync X
whereX
is interval in seconds to sendTIMESYNC
message.system_time set interval X
whereX
is interval in seconds to sendSYSTEM_TIME
message.
system_time set verbose true
to show messages on air.system_time set verbose false
to hide messages on air.