<?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[M5Stack LoRa and ThingSpeak]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I am trying to upload data to thingspeak that is being received from the LoRa Unit via Arduino, but so far all I have been able to upload are data that is irrelevant.</p>
<p dir="auto">The Arduino example shows that on the receiving end of LoRa, there is a line where the M5 read the packet sent, but simply uploading the said packet does not work, and ends up with 48/50.</p>
<p dir="auto">Said Code section is :<br />
while (LoRa.available()) {<br />
char ch = (char)LoRa.read();<br />
Serial.print(ch);<br />
M5.Lcd.print(ch);<br />
int x = ThingSpeak.writeField(myChannelNumber, 1, ch, myWriteAPIKey);<br />
if(x == 200){<br />
Serial.println("Channel update successful.");<br />
delay(10000);<br />
}<br />
else{<br />
Serial.println("Problem updating channel. HTTP error code " + String(x));<br />
delay(10000);<br />
}</p>
<p dir="auto">Is there anyway to upload that data? Thanks!</p>
]]></description><link>https://community.m5stack.com/topic/1584/m5stack-lora-and-thingspeak</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Apr 2026 23:41:10 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1584.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 07 Jan 2020 07:29:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5Stack LoRa and ThingSpeak on Tue, 07 Jan 2020 08:08:14 GMT]]></title><description><![CDATA[<p dir="auto">So, I have 2 m5stack core with me.</p>
<p dir="auto">My idea is to have these 2(or potentially more) to communicate with each other via LoRa, one to be a sensor node, and another acts as a receiver.</p>
<p dir="auto">The receiving node will then upload the data received from the sensing node to thingspeak.</p>
<p dir="auto">The components used in this system is the ENV sensor, and the LoRa modules.</p>
<p dir="auto">I hope this explains what I am trying to do.</p>
]]></description><link>https://community.m5stack.com/post/6913</link><guid isPermaLink="true">https://community.m5stack.com/post/6913</guid><dc:creator><![CDATA[thenecniv]]></dc:creator><pubDate>Tue, 07 Jan 2020 08:08:14 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack LoRa and ThingSpeak on Tue, 07 Jan 2020 07:53:29 GMT]]></title><description><![CDATA[<p dir="auto">i have not idea.  we never try upload data to thingspeak before.   and share your application logic and your actual use functions   .  maybe another people can help you.   thanks</p>
]]></description><link>https://community.m5stack.com/post/6912</link><guid isPermaLink="true">https://community.m5stack.com/post/6912</guid><dc:creator><![CDATA[m5stack]]></dc:creator><pubDate>Tue, 07 Jan 2020 07:53:29 GMT</pubDate></item></channel></rss>