<?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[Core2 PortC not working]]></title><description><![CDATA[<p dir="auto">I tried GPSRaw.ino on Core2 but get no response from GPS Unit.<br />
Is there a special initialization required?</p>
]]></description><link>https://community.m5stack.com/topic/2771/core2-portc-not-working</link><generator>RSS for Node</generator><lastBuildDate>Thu, 30 Apr 2026 03:11:32 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/2771.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 18 Jan 2021 11:42:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Core2 PortC not working on Mon, 18 Jan 2021 16:38:39 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/ckuehnel" aria-label="Profile: ckuehnel">@<bdi>ckuehnel</bdi></a></p>
<p dir="auto">glad to hear and thanks for letting me know.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/11833</link><guid isPermaLink="true">https://community.m5stack.com/post/11833</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Mon, 18 Jan 2021 16:38:39 GMT</pubDate></item><item><title><![CDATA[Reply to Core2 PortC not working on Mon, 18 Jan 2021 14:05:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/felmue" aria-label="Profile: felmue">@<bdi>felmue</bdi></a> said in <a href="/post/11826">Core2 PortC not working</a>:</p>
<blockquote>
<p dir="auto">GPSRaw.begin(9600, SERIAL_8N1, 13, 14);// GPS init</p>
</blockquote>
<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/felmue" aria-label="Profile: felmue">@<bdi>felmue</bdi></a></p>
<p dir="auto">Thanks a lot. It works. I small hint in the documentation would be nice.</p>
<p dir="auto">Ciao Claus</p>
]]></description><link>https://community.m5stack.com/post/11830</link><guid isPermaLink="true">https://community.m5stack.com/post/11830</guid><dc:creator><![CDATA[ckuehnel]]></dc:creator><pubDate>Mon, 18 Jan 2021 14:05:45 GMT</pubDate></item><item><title><![CDATA[Reply to Core2 PortC not working on Mon, 18 Jan 2021 12:18:24 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/ckuehnel" aria-label="Profile: ckuehnel">@<bdi>ckuehnel</bdi></a></p>
<p dir="auto">most modules, units and their associated examples have been developed before M5Core2 was available and therefore often do not just work out of the box. It is a pity that the M5Stack engineers do not (can not) spare more time to adapt / fix the existing examples from M5Stack to M5Core2.</p>
<p dir="auto">That said, in your case the second serial port used for the GPS by default uses GPIO16 and GPIO17 (which on the M5Core2 are being used for the built in PSRAM). Therefore in the M5Core2 the second serial interface, available on PortC, has been changed to use GPIO13 and GPIO14.</p>
<p dir="auto">Try changing the following line in the example code from:</p>
<pre><code>GPSRaw.begin(9600);// GPS init
</code></pre>
<p dir="auto">to</p>
<pre><code>GPSRaw.begin(9600, SERIAL_8N1, 13, 14);// GPS init
</code></pre>
<p dir="auto">Hope that helps.</p>
<p dir="auto">Cheers<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/11826</link><guid isPermaLink="true">https://community.m5stack.com/post/11826</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Mon, 18 Jan 2021 12:18:24 GMT</pubDate></item></channel></rss>