🤖Have you ever tried Chat.M5Stack.com before asking??😎
    M5Stack Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    M5StickC on Arduino IoT Cloud get started gotcha

    Arduino
    2
    3
    1.7k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • G
      gavin67890
      last edited by gavin67890

      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...".

      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.

      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.

      #include "thingProperties.h"
      #include <M5StickC.h>
      ...

      And
      void setup() {
      M5.begin();
      M5.Lcd.setRotation(3);

      ...

      And
      // Your code here
      M5.Lcd.println("hello world"); // Print
      delay(1000);

      ...

      It just gives a heartbeat/health light style text as a visual clue of the device's state.

      Atom LITE | Atom Matrix | StickC | CORE2 | Paper | ...

      1 Reply Last reply Reply Quote 0
      • ajb2k3A
        ajb2k3
        last edited by

        Are you compiling for the correct stickC?

        UIFlow, so easy an adult can learn it!
        If I don't know it, be patient!
        I've ether not learned it or am too drunk to remember it!
        Author of the WIP UIFlow Handbook!
        M5Black, Go, Stick, Core2, and so much more it cant be fit in here!

        1 Reply Last reply Reply Quote 0
        • G
          gavin67890
          last edited by

          Yes, M5StickC (non-Plus).

          With the changes above it has been perfectly robust. Happily turns on/off and stays connected to Arduino IoT Cloud.

          Atom LITE | Atom Matrix | StickC | CORE2 | Paper | ...

          1 Reply Last reply Reply Quote 0
          • First post
            Last post