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

    M5Dial - bricked? Twice? No, some help needed

    SOFTWARE
    3
    3
    366
    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.
    • T
      thewall
      last edited by

      Hi,
      I have 2 M5Dial that worked fine, then I tried a project with a sprite using the TFT_eSPI library and all things went south...

      It nets down to that the M5Dials are not responding anymore, I can upload a basic "Hello World" sketch, but even the USBSerial.print("hello world\n");
      isn't displayed on the terminal. A more 'advanced' sketch with

      void setup()
      {
        USBSerial.begin(115200);
        delay(5000);
      
        USBSerial.printf("Starting...\n\n");
        auto cfg = M5.config();
        M5Dial.begin(cfg, true, false);
        M5Dial.Display.setTextSize(1);
        M5Dial.Display.drawString("testing", 25, 75);
      }
      

      isn't showing on the Dial neither.
      I've tried all the usual suspects, changing ports, cables, baudrates, but I don't get any response out of the two devices.
      I'm using the PlatformIO setup and my platform.ini file looks like:

      [env:m5stack-stamps3]
      platform = espressif32
      board = m5stack-stamps3
      framework = arduino
      lib_deps = 
      	m5stack/M5Unified@^0.1.16
      	mbed-kazushi2008/HTTPClient@0.0.0+sha.cf5d7427a9ec
      	bblanchon/ArduinoJson@^7.1.0
      	gilmaimon/ArduinoWebsockets@^0.5.4
      	bodmer/TFT_eSPI@^2.5.43
      	m5stack/M5Dial@^1.0.2
      upload_speed = 115200
      monitor_speed = 115200
      board_upload.erase_flash = true
      

      Is there any way I can restore the factory settings or do anything to get them back in working order?

      Many thanks!

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

        @thewall Have you tried using Erase in M5Burner?

        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
        • robskiR
          robski
          last edited by

          as long comport is visible when M5Dial is connencted then you should be able to reload firmware or just use one of Easyloader samples from M5Dial documents web page

          M5StickC, M5StickCPlus, M5StickCplus2,M5GO, M5Core, M5Tough, M5Core2, M5 Demo Board, M5Dial, M5Paper, M5Atom, M5Cardputer, M5StampS3, CoreMP135, StamPLC, AirQ

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