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

    M5Core3 Factory Test

    General
    6
    16
    12.1k
    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.
    • ajb2k3A
      ajb2k3 @sheepDog
      last edited by

      @sheepdog The known source fire are found on GitHub here: https://github.com/m5stack/M5CoreS3

      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
      • S
        sheepDog
        last edited by

        @ajb2k3 I know this standard resource. I found their only utilities and little (!) examples, but not the whole "factorytest.ino"

        U 1 Reply Last reply Reply Quote 0
        • U
          UKTechguy @sheepDog
          last edited by UKTechguy

          @sheepdog I think there are now many users who have received their CoresS3 orders but no way of programming them yet. It looks so promising but it's useless at the moment. The silence/lack of updated info is somewhat worrying.

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

            I have checked but no update yet to UIFlow 2 but as UIFlow 1 just been updated I expect an update soon

            The core S3 was released to coincide with the Japan tour and as the programmers were on the tour, they had no time to work on UIFlow while in Japan

            I have also been busy and only just got started on a guide document

            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
            • S
              sheepDog
              last edited by

              @ajb2k3 I'm not looking for UIFlow 1 or 2, but "only" the one example that is also installed on the M5Core3. I am aware that a new product needs some time to create the documentation and software.

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

                @sheepdog The factory source code is not UIFlow, the factory was written in ardunio. and the source for the compiled firmware in M5Burner should be at that GitHub link.

                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
                • S
                  sheepDog
                  last edited by sheepDog

                  @ajb2k3 The factory source is not at the GitHub link " https://github.com/m5stack/M5CoreS3" or I didn't found it. I found their only utilities and little (!) examples, but not the whole "factorytest.ino"

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

                    Any update on when the Factory Test code will be available ? Love this new Dev Kit!
                    THX

                    1 Reply Last reply Reply Quote 1
                    • felmueF
                      felmue
                      last edited by

                      Hello @sheepDog

                      I've put together some code which takes the camera picture and puts it onto the LCD of the M5CoreS3. You can find it here.

                      Thanks
                      Felix

                      GPIO translation table M5Stack / M5Core2
                      Information about various M5Stack products.
                      Code examples

                      1 Reply Last reply Reply Quote 2
                      • S
                        sheepDog
                        last edited by

                        Hallo @felmue,
                        nice to meet you here again. What software did you use for your example? "Arduino IDE 2.1.0" and library "M5Stack V2.07."?

                        1 Reply Last reply Reply Quote 0
                        • felmueF
                          felmue
                          last edited by felmue

                          Hello @sheepDog

                          I am not an Arduino IDE user. I use VSCode and PlatformIO. So all I can tell you is that I use the latest Arduino Espressif Framework. E.g.

                          framework-arduinoespressif32 @ 3.20009.0 (2.0.9)
                          

                          It is unfortunate that the version number of the Arduino IDE is almost similar and also the hardware revision of the M5Stack is close. As it is creating a lot of confusion.

                          If I am correct then:

                          • Arduino IDE 2.1.0 is solely the version of the IDE and does not per se say anything about which Arduino Espressif framework version is used.
                          • M5Stack V2.07 is the latest hardware revision M5Stack is selling.

                          Thanks
                          Felix

                          GPIO translation table M5Stack / M5Core2
                          Information about various M5Stack products.
                          Code examples

                          1 Reply Last reply Reply Quote 0
                          • S
                            sgu @UKTechguy
                            last edited by

                            @uktechguy
                            correct. That's called product placement.
                            No matter if the software is avaialble, ripe or not.
                            There are other new products with the ESP32 S3 pushed on the market, also without software support or only with a small demo app.

                            S 1 Reply Last reply Reply Quote 0
                            • S
                              sheepDog @sgu
                              last edited by sheepDog

                              @sgu
                              Yes, this is pure product placement with a few simple examples.

                              I use the Arduino IDE 2.1.0 and this standards:

                              • Additional boards manager URL: https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/arduino/package_m5unified_index.json
                              • M5Stack Library: M5Stack from M5Stack, Version 2.07 (according to the description it should work with M5CoreS3:"Boards included in this package: ..., M5Stack-Core3,..." )
                              • Program with "#include <M5CoreS3.h>"
                                -> The error is:
                              "/Users/*/M5Core3/CamToLCD/CamToLCD.ino:6:10: fatal error: M5CoreS3.h: No such file or directory
                               #include <M5CoreS3.h>
                                        ^~~~~~~~~~~~
                              compilation terminated.
                              

                              I looked at the Library at directory "/Users/*/Library/Arduino15/staging/libraries" and found no M5Core3-Code-patterns!

                              1 Reply Last reply Reply Quote 0
                              • felmueF
                                felmue
                                last edited by

                                Hello @sheepDog

                                you'll need to download / install the M5CoreS3 library into you IDE. (Not sure how this is done in Arduino IDE though.)

                                Thanks
                                Felix

                                GPIO translation table M5Stack / M5Core2
                                Information about various M5Stack products.
                                Code examples

                                1 Reply Last reply Reply Quote 0
                                • S
                                  sheepDog
                                  last edited by

                                  Hello @felmue,
                                  I know the part M5CoreS3 Library and the examples. With some effort I would get it working for the Arduino IDE, but this means a lot of manual work.
                                  I am looking for a working environment for easy examples.

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