<?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[General Discussion]]></title><description><![CDATA[General topics on IMU, GNSS, integrated navigation, and so on.]]></description><link>https://forum.aceinna.com//category/2</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 19:15:13 GMT</lastBuildDate><atom:link href="https://forum.aceinna.com//category/2.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 05 May 2024 01:34:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[GNSS RTK and INS Configuration]]></title><description><![CDATA[<p>How can I make openrtk work on my OpenRTK330LI EVK? Even while using chrome browser, I can't get a connection.</p>
]]></description><link>https://forum.aceinna.com//topic/437/gnss-rtk-and-ins-configuration</link><guid isPermaLink="true">https://forum.aceinna.com//topic/437/gnss-rtk-and-ins-configuration</guid><dc:creator><![CDATA[amizay01]]></dc:creator><pubDate>Sun, 05 May 2024 01:34:03 GMT</pubDate></item><item><title><![CDATA[I cannot install Embedded platform]]></title><description><![CDATA[<p>Hi ,</p>
<p>I am fresh user of Aceinna, I installed the VS code and the Extension and wanted to try the Custom IMU examples, However , I am landing here<br />
<img src="https://navview.blob.core.windows.net/forum/upload/a0ca4299-9d3f-4176-b908-cb6d08a03015-image-ltpi1yqh.png" alt="a0ca4299-9d3f-4176-b908-cb6d08a03015-image.png" class="img-responsive img-markdown" /></p>
<p>and then by selecting the left option , I am just here:<br />
<img src="https://navview.blob.core.windows.net/forum/upload/e7b2161a-ee83-4720-839a-6d1b37bb7c25-image-ltpi3mju.png" alt="e7b2161a-ee83-4720-839a-6d1b37bb7c25-image.png" class="img-responsive img-markdown" /></p>
<p>Could you help me please ?</p>
<p>Regards,<br />
Maryam</p>
]]></description><link>https://forum.aceinna.com//topic/433/i-cannot-install-embedded-platform</link><guid isPermaLink="true">https://forum.aceinna.com//topic/433/i-cannot-install-embedded-platform</guid><dc:creator><![CDATA[Maryam]]></dc:creator><pubDate>Wed, 13 Mar 2024 07:50:13 GMT</pubDate></item><item><title><![CDATA[&quot;Why isn&#x27;t my question being posted?&quot;]]></title><description><![CDATA[<p>&quot;Why isn't my question being posted?&quot;&quot;Why isn't my question being posted?&quot;</p>
]]></description><link>https://forum.aceinna.com//topic/395/why-isn-t-my-question-being-posted</link><guid isPermaLink="true">https://forum.aceinna.com//topic/395/why-isn-t-my-question-being-posted</guid><dc:creator><![CDATA[Uijun Jung]]></dc:creator><pubDate>Mon, 26 Jun 2023 02:25:57 GMT</pubDate></item><item><title><![CDATA[INU without GPS signal]]></title><description><![CDATA[<p>we have a deep basement. GPS doesn't show</p>
]]></description><link>https://forum.aceinna.com//topic/333/inu-without-gps-signal</link><guid isPermaLink="true">https://forum.aceinna.com//topic/333/inu-without-gps-signal</guid><dc:creator><![CDATA[lilyfreeman27]]></dc:creator><pubDate>Tue, 13 Jun 2023 08:31:10 GMT</pubDate></item><item><title><![CDATA[how to download the data from my results?]]></title><description><![CDATA[<p>Hi,<br />
I did a simple simulation but found nowhere to download the data itself from My results. Does anyone know? or it just don't want the users to dowaload acc/gyro data from the simulation due to the size limit? thanks!</p>
]]></description><link>https://forum.aceinna.com//topic/386/how-to-download-the-data-from-my-results</link><guid isPermaLink="true">https://forum.aceinna.com//topic/386/how-to-download-the-data-from-my-results</guid><dc:creator><![CDATA[Yiqun]]></dc:creator><pubDate>Fri, 24 Mar 2023 16:11:26 GMT</pubDate></item><item><title><![CDATA[Online Simulator]]></title><description><![CDATA[<p>Hello,</p>
<p>I've been using the online INS simulator package: <a href="https://developers.aceinna.com/simulation/motion" rel="nofollow">https://developers.aceinna.com/simulation/motion</a> to simulate the performance of an IMU when used within a free integration INS algorithm.</p>
<p>The simulator package produces great results in graphical form, but is there a way to extract the raw data from the simulation results (i.e., the data that's used to populate the graphs) as a text or CSV file? What I'd ideally like to obtain is the noise-contaminated gyro and accelerometer data over the course of the motion model run during the simulation (i.e., the accel-0 and gyro-0 datasets).</p>
<p>Thanks</p>
]]></description><link>https://forum.aceinna.com//topic/385/online-simulator</link><guid isPermaLink="true">https://forum.aceinna.com//topic/385/online-simulator</guid><dc:creator><![CDATA[Joseph Souter]]></dc:creator><pubDate>Thu, 02 Mar 2023 12:17:42 GMT</pubDate></item><item><title><![CDATA[Aceinna sensor integration with MATLAB]]></title><description><![CDATA[<p>I am trying to read sensor data directly through MATLAB code. When I use OpenIMU monitor to do the same, it reads data correctly.<br />
But with MATLAB, even after a successfuk serial connection establishment, it is unable to receive any bytes.<br />
I would like your advice about it, if I am doing something wrong.</p>
<pre><code>delete(instrfind({'Port'},{'COM3'}));

% Open serial connection to Aceinna sensor
s = serial('COM3');
set(s,'BaudRate',115200);
fopen(s);

% Read in binary data from sensor
% data = fread(s, s.BytesAvailable);

% Check the number of bytes available before reading
bytesAvailable = get(s, 'BytesAvailable');
if (bytesAvailable &gt; 0)
   data = fread(s, bytesAvailable);
else
   disp('No data available')
end
</code></pre>
]]></description><link>https://forum.aceinna.com//topic/382/aceinna-sensor-integration-with-matlab</link><guid isPermaLink="true">https://forum.aceinna.com//topic/382/aceinna-sensor-integration-with-matlab</guid><dc:creator><![CDATA[Leena]]></dc:creator><pubDate>Tue, 24 Jan 2023 09:48:16 GMT</pubDate></item><item><title><![CDATA[Decoding Output Packet]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.aceinna.com//uid/3653">@Lunytunes</a>  ,which device are you using?</p>
]]></description><link>https://forum.aceinna.com//topic/357/decoding-output-packet</link><guid isPermaLink="true">https://forum.aceinna.com//topic/357/decoding-output-packet</guid><dc:creator><![CDATA[zrs]]></dc:creator><pubDate>Wed, 02 Nov 2022 06:54:05 GMT</pubDate></item><item><title><![CDATA[Can this be used for mapping?]]></title><description><![CDATA[<p>pls try INS401, with RTK signal, the fusion result of GPS&amp;IMU will touch cm level<br />
<a href="https://www.aceinna.com/inertial-systems/INS401" rel="nofollow">https://www.aceinna.com/inertial-systems/INS401</a></p>
]]></description><link>https://forum.aceinna.com//topic/331/can-this-be-used-for-mapping</link><guid isPermaLink="true">https://forum.aceinna.com//topic/331/can-this-be-used-for-mapping</guid><dc:creator><![CDATA[cek]]></dc:creator><pubDate>Mon, 18 Apr 2022 01:11:48 GMT</pubDate></item><item><title><![CDATA[INS401]]></title><description><![CDATA[<p>Excellent your placed up. <a href="https://www.kavya-arora.in/udaipur-escorts.html" rel="nofollow">Udaipur Escorts</a> I challenge you every day to your blogs. Thank you for sharing this informative fact.</p>
]]></description><link>https://forum.aceinna.com//topic/315/ins401</link><guid isPermaLink="true">https://forum.aceinna.com//topic/315/ins401</guid><dc:creator><![CDATA[kavyaarora]]></dc:creator><pubDate>Sat, 05 Mar 2022 05:20:55 GMT</pubDate></item><item><title><![CDATA[ASM330LHH和gps 做惯导]]></title><description><![CDATA[<p>Stunning site. The producer portrays all central concentrate totally. Individuals can be reasonable. Perplexing explanation of the article is easy to understand. Keep posting.</p>
<p>[url=http://www.bangaloremodelescort.co.in/]Bangalore Escorts[/url]<br />
[url=http://www.bangaloreescorts4u.info/]Escorts in Bangalore[/url]<br />
[url=http://www.bangalore-escortservices.com/]Escorts Service in Bangalore[/url]<br />
[url=http://www.sheenagupta.in/]Bangalore Call Girls[/url]<br />
[url=http://www.atrigarg.in/]Call Girls in Bangalore[/url]</p>
]]></description><link>https://forum.aceinna.com//topic/116/asm330lhh和gps-做惯导</link><guid isPermaLink="true">https://forum.aceinna.com//topic/116/asm330lhh和gps-做惯导</guid><dc:creator><![CDATA[anamka12]]></dc:creator><pubDate>Thu, 03 Feb 2022 06:39:27 GMT</pubDate></item></channel></rss>