<?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[M5StickC on Arduino IoT Cloud get started gotcha]]></title><description><![CDATA[<p dir="auto">Following the get started steps for Arduino Cloud, I was able to upload to M5StickC, and all was going well except it appeared to be getting stuck on "Hard resetting via RTS pin...".</p>
<p dir="auto">Turning off and on appeared to make no difference, so I went back to burner flashed to Orange/Teal screen, upload again. Same. This time got stuck on Teal screen.</p>
<p dir="auto">In short, I think it was flashing correctly, but without anything on screen it is very hard to confirm state of device. I added a couple of Noddy lines to the boilerplate code – as per below – and ta-da.</p>
<p dir="auto">#include "thingProperties.h"<br />
<strong>#include &lt;M5StickC.h&gt;</strong><br />
...</p>
<p dir="auto">And<br />
void setup() {<br />
<strong>M5.begin();<br />
M5.Lcd.setRotation(3);</strong><br />
...</p>
<p dir="auto">And<br />
// Your code here<br />
<strong>M5.Lcd.println("hello world");  // Print<br />
delay(1000);</strong><br />
...</p>
<p dir="auto">It just gives a heartbeat/health light style text as a visual clue of the device's state.</p>
]]></description><link>https://community.m5stack.com/topic/5688/m5stickc-on-arduino-iot-cloud-get-started-gotcha</link><generator>RSS for Node</generator><lastBuildDate>Sat, 14 Mar 2026 00:03:56 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/5688.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 03 Oct 2023 12:00:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5StickC on Arduino IoT Cloud get started gotcha on Tue, 03 Oct 2023 19:41:32 GMT]]></title><description><![CDATA[<p dir="auto">Yes, M5StickC (non-Plus).</p>
<p dir="auto">With the changes above it has been perfectly robust. Happily turns on/off and stays connected to Arduino IoT Cloud.</p>
]]></description><link>https://community.m5stack.com/post/22412</link><guid isPermaLink="true">https://community.m5stack.com/post/22412</guid><dc:creator><![CDATA[gavin67890]]></dc:creator><pubDate>Tue, 03 Oct 2023 19:41:32 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC on Arduino IoT Cloud get started gotcha on Tue, 03 Oct 2023 14:42:54 GMT]]></title><description><![CDATA[<p dir="auto">Are you compiling for the correct stickC?</p>
]]></description><link>https://community.m5stack.com/post/22410</link><guid isPermaLink="true">https://community.m5stack.com/post/22410</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Tue, 03 Oct 2023 14:42:54 GMT</pubDate></item></channel></rss>