<?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[Open IMU300 RI: unable to read VG_AHRS output data]]></title><description><![CDATA[<p>Hi,</p>
<p>I'm still working with IMU300RI evk, but now I want to use it as an AHRS in order to obtain yaw measurements. I downloaded the Custom Example from the VS Acienna's OpenIMU Platform (OpenIMU 300RI/VG_AHRS), then I upgraded the firmware using the ST-Link. I tried to read output data from the serial port through RS-232, but when I select the &quot;a1&quot; or &quot;a2&quot; packet from ANS even acceleration data look freezed.</p>
<p>I get the same results even if I upgrade the firmware directly from ANS (<a href="https://developers.aceinna.com/code/apps" rel="nofollow">https://developers.aceinna.com/code/apps</a>) by choosing AHRS_testing app (PUBLIC apps page).</p>
<p>Is there something missing or wrong? Should I calibrate the magnetometer before? If so, how can I do that without using CAN messages? Thank you.</p>
]]></description><link>https://forum.aceinna.com//topic/135/open-imu300-ri-unable-to-read-vg_ahrs-output-data</link><generator>RSS for Node</generator><lastBuildDate>Wed, 16 Sep 2026 06:12:53 GMT</lastBuildDate><atom:link href="https://forum.aceinna.com//topic/135.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 27 Jan 2020 18:50:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Open IMU300 RI: unable to read VG_AHRS output data on Mon, 27 Jan 2020 18:50:53 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>I'm still working with IMU300RI evk, but now I want to use it as an AHRS in order to obtain yaw measurements. I downloaded the Custom Example from the VS Acienna's OpenIMU Platform (OpenIMU 300RI/VG_AHRS), then I upgraded the firmware using the ST-Link. I tried to read output data from the serial port through RS-232, but when I select the &quot;a1&quot; or &quot;a2&quot; packet from ANS even acceleration data look freezed.</p>
<p>I get the same results even if I upgrade the firmware directly from ANS (<a href="https://developers.aceinna.com/code/apps" rel="nofollow">https://developers.aceinna.com/code/apps</a>) by choosing AHRS_testing app (PUBLIC apps page).</p>
<p>Is there something missing or wrong? Should I calibrate the magnetometer before? If so, how can I do that without using CAN messages? Thank you.</p>
]]></description><link>https://forum.aceinna.com//post/622</link><guid isPermaLink="true">https://forum.aceinna.com//post/622</guid><dc:creator><![CDATA[alessaprocopio]]></dc:creator><pubDate>Mon, 27 Jan 2020 18:50:53 GMT</pubDate></item><item><title><![CDATA[Reply to Open IMU300 RI: unable to read VG_AHRS output data on Mon, 27 Jan 2020 23:09:27 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>Please try to do next steps:</p>
<ol>
<li>Import custom IMU VG_AHRS application for OpenIMU330RI</li>
<li>Update next structure to look like:</li>
</ol>
<p>// User output packet codes, change at will<br />
typedef enum {<br />
USR_OUT_NONE  = 0,  // 0<br />
USR_OUT_TEST,       // 1<br />
USR_OUT_DATA1,      // 2<br />
USR_OUT_DATA2,      // 3<br />
// add new output packet type here, before USR_OUT_MAX<br />
USR_OUT_SCALED1,    // 4<br />
USR_OUT_ANG1,<br />
USR_OUT_ANG2,<br />
USR_OUT_MAX<br />
} UserOutPacketType;</p>
<ol start="3">
<li>Update default value of .userPacketType in gUserUartConfig structure to have desired value of the packet rate.</li>
<li>Rebuild and reload application onto unit.</li>
<li>Using ST-Link utility make sure that sector 2 in the MCU flash is write-protected</li>
<li>Power cycle unit.</li>
<li>Using any serial terminal check it packet &quot;a1&quot; coming out of the unit.</li>
<li>Try to connect unit to &quot;<a href="http://developers.aceinna.com" rel="nofollow">developers.aceinna.com</a>&quot; and check incoming data<br />
If unit connected successfully it's possible to change unit settings.</li>
</ol>
<p>Please note though that settings related to the serial port are not saved permanently - only CAN-related settings which can be changed from CAN bus side.</p>
<ol start="5">
<li>Try to see if</li>
</ol>
]]></description><link>https://forum.aceinna.com//post/623</link><guid isPermaLink="true">https://forum.aceinna.com//post/623</guid><dc:creator><![CDATA[Andrey Bondarev]]></dc:creator><pubDate>Mon, 27 Jan 2020 23:09:27 GMT</pubDate></item></channel></rss>