<?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[Connect COM.LTE to CoreS3?]]></title><description><![CDATA[<p dir="auto">Hi all!</p>
<p dir="auto">I just got my first CoreS3 yesterday.  I've been using the original Core with COM.LTE modules for a product/project I've been working on.  I'd really like to start using the CoreS3 instead, as it has so many more features that are perfect for my project.  But it looks like the M-BUS connector has a slightly different pinout.  Am I able to use the COM.LTE with the CoreS3?</p>
<p dir="auto">By default, the COM.LTE uses pins 5 and 13, which are listed as the GPIO and IIS_WS pins, respectively.  On the CoreS3, those same pins are PA_SCL G1 and GPIO G7.  Is the PA_SCL pin the SCL on the external red I2C connector?  I do need that for some sensors.</p>
<p dir="auto">I could use the DIP switches to change from using pin 5 to using 15 or 16.  15 was formerly IIS_OUT but is now I2S_DOUT, which I'm assuming is for the speaker, which I need.  16 was formerly RXD2 but is now PC_RX G18.  Not sure what that pin is for.</p>
<p dir="auto">Thanks!  I'm so excited to get this new unit going!</p>
<p dir="auto">aezero</p>
]]></description><link>https://community.m5stack.com/topic/5583/connect-com-lte-to-cores3</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 20:47:07 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/5583.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 16 Aug 2023 14:02:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Connect COM.LTE to CoreS3? on Fri, 26 Jan 2024 12:10:52 GMT]]></title><description><![CDATA[<p dir="auto">Got a bit further in the quest.</p>
<p dir="auto">I added the following:-<br />
void setup() {<br />
// Set console baud rate<br />
SerialMon.begin(115200);<br />
delay(10);</p>
<p dir="auto">SerialAT.begin(115200, SERIAL_8N1, 18, 17, false);<br />
delay(3000);<br />
modem.restart();</p>
<p dir="auto">and got some responses</p>
<p dir="auto">23:06:21.706 -&gt; [14189] Wait...<br />
23:06:27.695 -&gt; [20189] Trying baud rate 115200 ...<br />
23:06:30.064 -&gt; [22535] Modem responded at rate 115200<br />
23:06:30.064 -&gt; [22535] Initializing modem...<br />
23:06:35.068 -&gt; [27555] ### TinyGSM Version: 0.11.7<br />
23:06:35.068 -&gt; [27555] ### TinyGSM Compiled Module:  TinyGsmClientSIM7600<br />
23:06:45.272 -&gt; [37756] Failed to restart modem, delaying 10s and retrying<br />
23:06:45.272 -&gt; [37756] Initializing modem...<br />
23:06:55.486 -&gt; [47957] Failed to restart modem, delaying 10s and retrying<br />
23:06:55.486 -&gt; [47957] Initializing modem...<br />
23:07:03.779 -&gt; [56269] ### TinyGSM Version: 0.11.7<br />
23:07:03.779 -&gt; [56269] ### TinyGSM Compiled Module:  TinyGsmClientSIM7600<br />
23:07:03.843 -&gt; [56316] ### Modem: SIMCOM SIM7600G-H<br />
23:07:03.843 -&gt; [56316] ### Modem: SIMCOM SIM7600G-H<br />
23:07:03.877 -&gt; [56369] ### Modem: SIMCOM SIM7600G-H<br />
23:07:03.877 -&gt; [56369] Modem Name: SIMCOM SIM7600G-H<br />
23:07:03.910 -&gt; [56397] Modem Info: Manufacturer: SIMCOM INCORPORATED Model: SIMCOM_SIM7600G-H Revision: SIM7600G_V2.0.2 IMEI: "redacted" +GCAP: +CGSM<br />
23:07:03.910 -&gt; [56397] Waiting for network...<br />
23:07:03.975 -&gt; [56440] Network connected<br />
23:07:03.975 -&gt; [56440] Connecting to <a href="http://vsh.pp.ua" target="_blank" rel="noopener noreferrer nofollow ugc">vsh.pp.ua</a><br />
23:07:04.008 -&gt; [56482] ... failed<br />
23:07:04.008 -&gt; [56482] Requesting current network time<br />
23:07:04.008 -&gt; [56484] Couldn't get network time, retrying in 15s.<br />
23:07:18.986 -&gt; [71484] Requesting current network time<br />
23:07:19.025 -&gt; [71486] Year: 2024 	Month: 1 	Day: 26<br />
23:07:19.025 -&gt; [71486] Hour: 23 	Minute: 7 	Second: 3<br />
23:07:19.025 -&gt; [71486] Timezone: 11.00<br />
23:07:19.025 -&gt; [71487] Retrieving time again as a string<br />
23:07:19.025 -&gt; [71506] Current Network Time: 24/01/26,23:07:18+44<br />
23:07:19.185 -&gt; [71672] Battery charge state: 0<br />
23:07:19.185 -&gt; [71672] Battery charge 'percent': 0<br />
23:07:19.185 -&gt; [71672] Battery voltage: 3.80<br />
23:07:19.219 -&gt; [71691] Chip temperature: 37.00<br />
23:07:19.219 -&gt; [71691] End of tests.</p>
]]></description><link>https://community.m5stack.com/post/23475</link><guid isPermaLink="true">https://community.m5stack.com/post/23475</guid><dc:creator><![CDATA[Cohen]]></dc:creator><pubDate>Fri, 26 Jan 2024 12:10:52 GMT</pubDate></item><item><title><![CDATA[Reply to Connect COM.LTE to CoreS3? on Fri, 26 Jan 2024 11:47:58 GMT]]></title><description><![CDATA[<p dir="auto">Thanks that did it.<br />
I got a res: AT OK.</p>
<p dir="auto">thanks.</p>
<p dir="auto">I am trying to use TinyGSM<br />
has any one got it working with he Core3 COM.X LTE?</p>
<p dir="auto">but with no luck. get the following:-<br />
22:44:52.276 -&gt; [6988] Trying baud rate 115200 ...<br />
22:45:02.304 -&gt; [16999] Trying baud rate 57600 ...<br />
22:45:12.314 -&gt; [27009] Trying baud rate 38400 ...<br />
22:45:22.312 -&gt; [37019] Trying baud rate 19200 ...<br />
22:45:32.324 -&gt; [47029] Trying baud rate 9600 ...<br />
22:45:42.325 -&gt; [57039] Trying baud rate 74400 ...<br />
22:45:52.334 -&gt; [67049] Trying baud rate 74880 ...<br />
22:46:02.336 -&gt; [77059] Trying baud rate 14400 ...<br />
22:46:12.356 -&gt; [87069] Trying baud rate 28800 ...<br />
22:46:22.358 -&gt; [97079] Initializing modem...<br />
22:46:32.393 -&gt; [107111] Failed to restart modem, delaying 10s and retrying<br />
22:46:32.393 -&gt; [107111] Initializing modem...<br />
22:46:42.440 -&gt; [117143] Failed to restart modem, delaying 10s and retrying<br />
22:46:42.440 -&gt; [117143] Initializing modem...<br />
22:46:52.451 -&gt; [127175] Failed to restart modem, delaying 10s and retrying<br />
22:46:52.454 -&gt; [127175] Initializing modem...</p>
<p dir="auto">Thanks</p>
]]></description><link>https://community.m5stack.com/post/23474</link><guid isPermaLink="true">https://community.m5stack.com/post/23474</guid><dc:creator><![CDATA[Cohen]]></dc:creator><pubDate>Fri, 26 Jan 2024 11:47:58 GMT</pubDate></item><item><title><![CDATA[Reply to Connect COM.LTE to CoreS3? on Fri, 26 Jan 2024 09:56:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4037">@felmue</a> said in <a href="/post/23471">Connect COM.LTE to CoreS3?</a>:</p>
<blockquote>
<p dir="auto">test</p>
</blockquote>
<p dir="auto">I give this a go. thanks</p>
]]></description><link>https://community.m5stack.com/post/23473</link><guid isPermaLink="true">https://community.m5stack.com/post/23473</guid><dc:creator><![CDATA[Cohen]]></dc:creator><pubDate>Fri, 26 Jan 2024 09:56:29 GMT</pubDate></item><item><title><![CDATA[Reply to Connect COM.LTE to CoreS3? on Fri, 26 Jan 2024 08:01:01 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/73309">@Cohen</a></p>
<p dir="auto">please find a simple <a href="https://github.com/felmue/MyM5StackExamples/blob/main/M5CoreS3/COMLTETest/COMLTETest.ino" target="_blank" rel="noopener noreferrer nofollow ugc">test</a> for the communication between M5CoreS3 and COM.LTE module.</p>
<p dir="auto">In the COM.LTE module set the DIP switches as follows:</p>
<pre><code>15 - off
 5 - off
16 - on
13 - off
 0 - off
17 - on
</code></pre>
<p dir="auto">Note: my COM.LTE module takes about 15 seconds (after power on) until it is ready and responds with <code>AT OK</code>.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/23471</link><guid isPermaLink="true">https://community.m5stack.com/post/23471</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Fri, 26 Jan 2024 08:01:01 GMT</pubDate></item><item><title><![CDATA[Reply to Connect COM.LTE to CoreS3? on Fri, 26 Jan 2024 02:31:10 GMT]]></title><description><![CDATA[<p dir="auto">I have the M5CoreS3 and the Com.x LTE, not having any success communicating with the COM.X LTE. the dips are on the default 5/13.<br />
what should they be set too? and is there any simple Example Test of LTE for me to test and follow??</p>
<p dir="auto">I see this comment<br />
"I suggest you set COM.LTE to use pins 16 / 17 and then use GPIO18 / 17 in your code. AFAIK PC_RX and PC_TX are the second serial."</p>
<p dir="auto">not sure if just Dip 5 should change to 16 or 17?? help appreciated.</p>
<p dir="auto">also in the Code is there a command to tell how to communicate with those different PINS??</p>
<p dir="auto">first time use of the LTE.<br />
thanks</p>
]]></description><link>https://community.m5stack.com/post/23465</link><guid isPermaLink="true">https://community.m5stack.com/post/23465</guid><dc:creator><![CDATA[Cohen]]></dc:creator><pubDate>Fri, 26 Jan 2024 02:31:10 GMT</pubDate></item><item><title><![CDATA[Reply to Connect COM.LTE to CoreS3? on Wed, 16 Aug 2023 16:33:14 GMT]]></title><description><![CDATA[<p dir="auto">I just made another discovery.  If you power it up with the factory demo software, go the home screen, and then tap on "CORES3" six times, it puts you into a factory test mode</p>
]]></description><link>https://community.m5stack.com/post/21964</link><guid isPermaLink="true">https://community.m5stack.com/post/21964</guid><dc:creator><![CDATA[aezero]]></dc:creator><pubDate>Wed, 16 Aug 2023 16:33:14 GMT</pubDate></item><item><title><![CDATA[Reply to Connect COM.LTE to CoreS3? on Wed, 16 Aug 2023 15:47:11 GMT]]></title><description><![CDATA[<p dir="auto">And on further examination, there's the dark grey PB_IN and PB_OUT pins, at G8 and G9.  The splash screen when you power it on shows G8 and G9 are on Port B (there's a typo, saying "Port.C" but it's in the position of the black Port B connector).</p>
<p dir="auto"><img src="https://i.ytimg.com/vi/LPdh39GiYSA/sddefault.jpg" alt="alt text" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/21962</link><guid isPermaLink="true">https://community.m5stack.com/post/21962</guid><dc:creator><![CDATA[aezero]]></dc:creator><pubDate>Wed, 16 Aug 2023 15:47:11 GMT</pubDate></item><item><title><![CDATA[Reply to Connect COM.LTE to CoreS3? on Wed, 16 Aug 2023 15:30:35 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/28138">@aezero</a></p>
<p dir="auto">thank you for pointing that out as I haven't noticed that myself - even the background color matches the connectors.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/21960</link><guid isPermaLink="true">https://community.m5stack.com/post/21960</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Wed, 16 Aug 2023 15:30:35 GMT</pubDate></item><item><title><![CDATA[Reply to Connect COM.LTE to CoreS3? on Wed, 16 Aug 2023 15:29:50 GMT]]></title><description><![CDATA[<p dir="auto">Looking at the pinout diagrams with some refreshed eyes and I see it now... "PA" is short for "Port A" and "PC" is short for "Port C".  And PA has a red background, like the red Port A connector, and PC is in the same light blue as Port C's connector.<br />
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/products/core/CoreS3/S3.jpg" alt="alt text" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/21958</link><guid isPermaLink="true">https://community.m5stack.com/post/21958</guid><dc:creator><![CDATA[aezero]]></dc:creator><pubDate>Wed, 16 Aug 2023 15:29:50 GMT</pubDate></item><item><title><![CDATA[Reply to Connect COM.LTE to CoreS3? on Wed, 16 Aug 2023 15:17:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4037">@felmue</a><br />
Hi Felix!  Good to hear from you again!</p>
<p dir="auto">Thanks for the clarification!  The second serial connection is the blue connector, right?</p>
]]></description><link>https://community.m5stack.com/post/21957</link><guid isPermaLink="true">https://community.m5stack.com/post/21957</guid><dc:creator><![CDATA[aezero]]></dc:creator><pubDate>Wed, 16 Aug 2023 15:17:08 GMT</pubDate></item><item><title><![CDATA[Reply to Connect COM.LTE to CoreS3? on Wed, 16 Aug 2023 15:02:10 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/28138">@aezero</a></p>
<p dir="auto">You are correct, on M5CoreS3 GPIO1 and GPIO2 are used for external I2C.</p>
<p dir="auto">I suggest you set COM.LTE to use pins 16 / 17 and then use GPIO18 / 17 in your code. AFAIK PC_RX and PC_TX are the second serial.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/21956</link><guid isPermaLink="true">https://community.m5stack.com/post/21956</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Wed, 16 Aug 2023 15:02:10 GMT</pubDate></item></channel></rss>