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

    M5StickT2 bin file or board definition

    SOFTWARE
    3
    3
    645
    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.
    • B
      brianoneil
      last edited by

      I have an M5StickT2 I want to develop for, but I don't have a backup of the good reference firmware.bin that ships on the device. Does anyone know where I can obtain the .bin so I can roll back when I brick it?

      I have been to the git repo, but it doesn't have a precompiled firmware and there doesnt seem to be a board definition in Arduino IDE and the M5Stack package for me to compile it.

      Thanks

      1 Reply Last reply Reply Quote 0
      • F
        flypeek
        last edited by

        Arduino IDE board as M5StickC (look at M5StickT.h)
        https://github.com/m5stack/M5-StickT/archive/refs/heads/master.zip

        M5StickT_Lepton_opensource_v1.ino

        #include <M5StickT.h>
        #include <Wire.h>
        #include <SPI.h>
        #include "Lepton.h"
        #include "img_table.h"
        #include "esp_attr.h"
        #include "esp_timer.h"
        #include "img/ColorT.h"
        

        used EasyLoader tools be easy
        https://docs.m5stack.com/en/core/m5stickt

        1 Reply Last reply Reply Quote 0
        • M
          m5ibutton
          last edited by

          Hi All,

          I also face the Problem, that the provided Code for the M5StickT2 will not compile.

          https://github.com/m5stack/M5-StickT/archive/refs/heads/master.zip

          The EasyLoader will work for us, but we are not able to add required function by our own, als long we could not compile the base Package.

          iIs there a updated Library or maybe someone which has added RTSP Support for this Sketch and have it running, is willed to share ob maybe enhance it for us inside an Contract.

          Best Regards

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