<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[VOXL Flight Clock System]]></title><description><![CDATA[<p dir="auto">First, about the context. I want to log (VOXL Flight's) camera feed, IMUs and GPS for development.<br />
I am able to log the camera feed and IMUs (on board the VOXL part) using <a href="https://docs.modalai.com/voxl-logger/" rel="nofollow ugc">voxl-logger</a>. And I am able to log the IMUs and GPS on board of the Flight Core part using the default  <a href="https://docs.px4.io/main/en/dev_log/logging.html" rel="nofollow ugc">PX4 logging system</a>, specifically <a href="https://docs.px4.io/main/en/dev_log/ulog_file_format.html" rel="nofollow ugc">Ulog</a>.</p>
<p dir="auto">To make sense of the data it should be synchronized, but I am not sure if it is? Does anybody know?</p>
<p dir="auto">If I look at the voxl-logger files the timestamp is a 12-digit timestamp in nanoseconds and in the ulogs the timestamp is an 8-digit timestamp in milliseconds.</p>
<p dir="auto">voxl-log timestamp example: 293857036778<br />
px4 ulog timestamp exmaple: 29438654</p>
<ul>
<li>Can someone tell me if these timestamps are taken from the same clock source?</li>
<li>Do I understand correctly that both timestamps are in Unix Timestamp format?</li>
<li>Is there documentation about the clock system on board of the VOXL Flight?</li>
</ul>
<p dir="auto">The Linux timestamp resets to 1st of January 1970, every time I disconnect the battery. I know that there is no RTC onboard.<br />
Does anybody have experience adding RTC to the VOXL Flight Deck? Does it make sense to do it?<br />
If I investigate the ulog files they seem to have correct date in the title. Where is this taken? GPS lock? QGroundControl?</p>
]]></description><link>https://forum.modalai.com/topic/3370/voxl-flight-clock-system</link><generator>RSS for Node</generator><lastBuildDate>Thu, 10 Sep 2026 17:15:37 GMT</lastBuildDate><atom:link href="https://forum.modalai.com/topic/3370.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 29 Apr 2024 12:46:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to VOXL Flight Clock System on Tue, 30 Apr 2024 15:25:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/boga" aria-label="Profile: boga">@<bdi>boga</bdi></a> Sorry, yes, I was referring to VOXL 2.</p>
]]></description><link>https://forum.modalai.com/post/16603</link><guid isPermaLink="true">https://forum.modalai.com/post/16603</guid><dc:creator><![CDATA[Eric Katzfey]]></dc:creator><pubDate>Tue, 30 Apr 2024 15:25:28 GMT</pubDate></item><item><title><![CDATA[Reply to VOXL Flight Clock System on Tue, 30 Apr 2024 13:18:38 GMT]]></title><description><![CDATA[<p dir="auto">I found the following piece of code that seems to be dealing with the time_sync between VOXL and PX4: <a href="https://gitlab.com/voxl-public/voxl-sdk/services/voxl-mavlink-server/-/blob/master/src/mavlink_services.c?ref_type=heads" rel="nofollow ugc">https://gitlab.com/voxl-public/voxl-sdk/services/voxl-mavlink-server/-/blob/master/src/mavlink_services.c?ref_type=heads</a></p>
<p dir="auto">But I do not fully understand it. Maybe someone can explain? I believe that this means that the logs are also synced or not?</p>
]]></description><link>https://forum.modalai.com/post/16596</link><guid isPermaLink="true">https://forum.modalai.com/post/16596</guid><dc:creator><![CDATA[boga]]></dc:creator><pubDate>Tue, 30 Apr 2024 13:18:38 GMT</pubDate></item><item><title><![CDATA[Reply to VOXL Flight Clock System on Tue, 30 Apr 2024 08:32:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/eric-katzfey" aria-label="Profile: Eric-Katzfey">@<bdi>Eric-Katzfey</bdi></a> thanks for the answer. Are you sure about that?<br />
I have m500 drone, where I have VOXL 1 Flight Deck, not VOXL 2.</p>
<p dir="auto">You said:"<em>Starting with SDK 1.2.0 px4 shifts to using the MONOTONIC clock on the DSP (Where most of PX4 runs)</em>"</p>
<p dir="auto">This sounds to me like you are talking about VOXL 2 Flight, or not?<br />
I thought that on VOXL 1 Flight the PX4 applications and firmware are running on the ARM M7 STM32F765II - isn't that so?</p>
<p dir="auto">Or do the PX4 appliations really run on DSP, also on VOXL 1 Flight controller?</p>
]]></description><link>https://forum.modalai.com/post/16591</link><guid isPermaLink="true">https://forum.modalai.com/post/16591</guid><dc:creator><![CDATA[boga]]></dc:creator><pubDate>Tue, 30 Apr 2024 08:32:31 GMT</pubDate></item><item><title><![CDATA[Reply to VOXL Flight Clock System on Mon, 29 Apr 2024 17:34:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/boga" aria-label="Profile: boga">@<bdi>boga</bdi></a> As of SDK 1.1.3 the applications and px4 got timestamps from Linux MONOTONIC clock so the timestamps are indeed aligned. Starting with SDK 1.2.0 px4 shifts to using the MONOTONIC clock on the DSP (Where most of PX4 runs) for the timestamp and it is not aligned (and drifts over time) with the Linux clock.</p>
]]></description><link>https://forum.modalai.com/post/16578</link><guid isPermaLink="true">https://forum.modalai.com/post/16578</guid><dc:creator><![CDATA[Eric Katzfey]]></dc:creator><pubDate>Mon, 29 Apr 2024 17:34:23 GMT</pubDate></item></channel></rss>