<?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[I want to communicate data with M5stack Core2 and COM.Sigfox.]]></title><description><![CDATA[<p dir="auto">Hello. I bought M5stack Core2 and COM.Sigfox. I want to use this for data communication.<br />
I was able to register the module in the sigfox backend. But I can't communicate or call back.<br />
When I use M5stack Basic and COM.Sigfox,I can do data communication and callbacks.<br />
Is there something wrong with my sketch?</p>
<pre><code>#include &lt;M5Core2.h&gt;

void setup() {
 M5.begin(true, false, true);
 Serial2.begin(9600, SERIAL_8N1, 13, 14);
 Serial.begin(9600);
 }

void loop() {
 int val = 11223344;
 String msg = String(val, HEX);
 Serial.print( msg);  Serial.println(" msg ");
 Serial2.print("AT$SF=" + msg);
 Serial.print("AT$SF=" + msg);  Serial.println(" AT$SF= msg ");
 delay(15*1000);
}
</code></pre>
]]></description><link>https://community.m5stack.com/topic/2768/i-want-to-communicate-data-with-m5stack-core2-and-com-sigfox</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 01:01:38 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/2768.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 18 Jan 2021 08:11:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to I want to communicate data with M5stack Core2 and COM.Sigfox. on Wed, 27 Jan 2021 07:06:02 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><br />
While I was writing to Core 2, I pressed the power button for a long time and the writing was successful.</p>
<p dir="auto">Thank you.</p>
]]></description><link>https://community.m5stack.com/post/12045</link><guid isPermaLink="true">https://community.m5stack.com/post/12045</guid><dc:creator><![CDATA[takero]]></dc:creator><pubDate>Wed, 27 Jan 2021 07:06:02 GMT</pubDate></item><item><title><![CDATA[Reply to I want to communicate data with M5stack Core2 and COM.Sigfox. on Tue, 26 Jan 2021 07:55:06 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/takero" aria-label="Profile: takero">@<bdi>takero</bdi></a></p>
<p dir="auto">until you have figured out the issue regarding flashing a sketch (any sketch) onto your M5Core2, I'd do the following:</p>
<ul>
<li>only connect the USB cable to your computer</li>
<li>disconnect everything else</li>
<li>try flashing a sketch<br />
If that doesn't work, then maybe your M5Core2 has been damaged (still very unlikely though).<br />
Thanks<br />
Felix</li>
</ul>
]]></description><link>https://community.m5stack.com/post/12002</link><guid isPermaLink="true">https://community.m5stack.com/post/12002</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Tue, 26 Jan 2021 07:55:06 GMT</pubDate></item><item><title><![CDATA[Reply to I want to communicate data with M5stack Core2 and COM.Sigfox. on Tue, 26 Jan 2021 00:26:31 GMT]]></title><description><![CDATA[<p dir="auto">Thank you <a class="plugin-mentions-user plugin-mentions-a" href="/user/felmue" aria-label="Profile: felmue">@<bdi>felmue</bdi></a> .I have tried your suggestion.</p>
<p dir="auto">Have you tried a different USB cable?  :Yes I did.<br />
Have you tried a different USB port?  :Yes I did.<br />
Have you tried closing and reopening your software?  :Yes I did.<br />
Have you tried to reboot your computer?  :Yes I did.</p>
<p dir="auto">However, I got an error. Isn't my Core 2 broken ?</p>
<p dir="auto">I tried another sketch and the result was the same.<br />
At that time, I connected the actual sensor.<br />
DHT22 to GPIO72.<br />
DS18B20 to GPIO26.<br />
Analog sensor to GPIO36.<br />
Is that not good?<br />
Thank you.</p>
]]></description><link>https://community.m5stack.com/post/11990</link><guid isPermaLink="true">https://community.m5stack.com/post/11990</guid><dc:creator><![CDATA[takero]]></dc:creator><pubDate>Tue, 26 Jan 2021 00:26:31 GMT</pubDate></item><item><title><![CDATA[Reply to I want to communicate data with M5stack Core2 and COM.Sigfox. on Sat, 23 Jan 2021 08:19:57 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/takero" aria-label="Profile: takero">@<bdi>takero</bdi></a></p>
<p dir="auto">sorry to hear. It's very unlikely that both of your M5Core2 devices just broke like that. Some suggestions:</p>
<ul>
<li>Have you tried a different USB cable?</li>
<li>Have you tried a different USB port?</li>
<li>Have you tried closing and reopening your software?</li>
<li>Have you tried to reboot your computer?</li>
</ul>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/11939</link><guid isPermaLink="true">https://community.m5stack.com/post/11939</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sat, 23 Jan 2021 08:19:57 GMT</pubDate></item><item><title><![CDATA[Reply to I want to communicate data with M5stack Core2 and COM.Sigfox. on Sat, 23 Jan 2021 07:08:24 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> Thank you.<br />
I tried your sample. I succeeded in compiling.<br />
But I can't write to core2 since yesterday.</p>
<p dir="auto">Displayed "A fatal error occurred: Failed to connect to ESP32:  Timed out Waiting for packet header"</p>
<p dir="auto">Both of the Core2  I have are like that. Did my Core 2 break?<br />
I just wrote a sketch.</p>
<p dir="auto">Thank you.</p>
]]></description><link>https://community.m5stack.com/post/11938</link><guid isPermaLink="true">https://community.m5stack.com/post/11938</guid><dc:creator><![CDATA[takero]]></dc:creator><pubDate>Sat, 23 Jan 2021 07:08:24 GMT</pubDate></item><item><title><![CDATA[Reply to I want to communicate data with M5stack Core2 and COM.Sigfox. on Fri, 22 Jan 2021 08:31:24 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/takero" aria-label="Profile: takero">@<bdi>takero</bdi></a></p>
<p dir="auto">have you tried the <a href="https://github.com/m5stack/M5-ProductExampleCodes/blob/master/Module/COMX_SigFox/COMX_SigFox.ino" target="_blank" rel="noopener noreferrer nofollow ugc">example</a> I've mentioned? This should read and display the SigfoxID and PACNumber and if successful would tell you the hardware is ok.</p>
<p dir="auto">Note: for M5Core2 you'll need to adapt rxPin to 13 and txPin to 14 as before.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/11925</link><guid isPermaLink="true">https://community.m5stack.com/post/11925</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Fri, 22 Jan 2021 08:31:24 GMT</pubDate></item><item><title><![CDATA[Reply to I want to communicate data with M5stack Core2 and COM.Sigfox. on Fri, 22 Jan 2021 00:14:12 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><br />
Thank you for suggestion Felix.　And Sorry for my late reply.<br />
I tried <code>Serial2.println("AT$SF=" + msg );</code>.<br />
or <code>Serial2.println("AT$SF= + msg ");</code>.</p>
<p dir="auto">and <code>Serial2.write("AT$SF= + msg ");</code>.<br />
or <code>Serial2.write("AT$SF=" + msg );</code>.</p>
<p dir="auto">But I couldn't communicate.<br />
If you have new tips, I would love to try.</p>
<p dir="auto">Thank you.</p>
]]></description><link>https://community.m5stack.com/post/11921</link><guid isPermaLink="true">https://community.m5stack.com/post/11921</guid><dc:creator><![CDATA[takero]]></dc:creator><pubDate>Fri, 22 Jan 2021 00:14:12 GMT</pubDate></item><item><title><![CDATA[Reply to I want to communicate data with M5stack Core2 and COM.Sigfox. on Mon, 18 Jan 2021 09:22:47 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/takero" aria-label="Profile: takero">@<bdi>takero</bdi></a></p>
<p dir="auto">in this <a href="https://github.com/m5stack/M5-ProductExampleCodes/blob/master/Module/COMX_SigFox/COMX_SigFox.ino" target="_blank" rel="noopener noreferrer nofollow ugc">example</a> sending a command uses <code>Serial2.write("AT$SF=00FFEE\r\n");</code> instead of <code>print()</code>. In another <a href="https://www.kccs-iot.jp/20200918-technical/" target="_blank" rel="noopener noreferrer nofollow ugc">example</a> I found <code>println()</code> was used.</p>
<p dir="auto">I have a feeling the COM.Sigfox module would like a <code>\r\n</code> as a line end. (But that is just a guess as I don't have that module and cannot test myself.)</p>
<p dir="auto">Good luck!<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/11816</link><guid isPermaLink="true">https://community.m5stack.com/post/11816</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Mon, 18 Jan 2021 09:22:47 GMT</pubDate></item></channel></rss>