<?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[GNSS Module&#x2F;Core2 Finally got it working,]]></title><description><![CDATA[<p dir="auto">Dear all,<br />
I am truly wondering, i finally got this combo :Core2 and GNSS (<a href="https://shop.m5stack.com/products/gnss-module-with-barometric-pressure-imu-magnetometer-sensors?variant=44017753063681" target="_blank" rel="noopener noreferrer nofollow ugc">https://shop.m5stack.com/products/gnss-module-with-barometric-pressure-imu-magnetometer-sensors?variant=44017753063681</a>) working. Based on the GNSS Module (<a href="https://github.com/m5stack/M5Module-GNSS/tree/main" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/m5stack/M5Module-GNSS/tree/main</a>) which does not working, and really helpfull support from Claude, the solution is really simple. But my Q is where did I miss this in the documentation? This works : ```<br />
auto cfg = M5.config();<br />
//cfg.external_imu = true;<br />
//cfg.internal_imu = false;<br />
//cfg.output_power=true;<br />
cfg.serial_baudrate=115200;<br />
M5.begin(cfg);</p>
<pre><code>delay(1000);
Serial.println("And we have started");


// M5Unified handles BMI270 + BMM150 internally
if (M5.Imu.isEnabled()) {
    Serial.println("IMU enabled");
    Serial.printf("IMU type: %d\n", M5.Imu.getType());
}
</code></pre>
<pre><code></code></pre>
]]></description><link>https://community.m5stack.com/topic/8206/gnss-module-core2-finally-got-it-working</link><generator>RSS for Node</generator><lastBuildDate>Tue, 05 May 2026 20:08:36 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/8206.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 05 May 2026 08:36:16 GMT</pubDate><ttl>60</ttl></channel></rss>