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

    M5Stack - Simple Applications Menu + some APPs

    Scheduled Pinned Locked Moved PROJECTS
    40 Posts 10 Posters 244.7k Views 6 Watching
    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 Offline
      TomSuch @JJ
      last edited by

      @jimit Hello Jimi, I have redesigned your WiFi scanner application and there is a new version M5Stack-SAM with this APP out there.

      https://github.com/tomsuch/M5Stack-SAM

      0_1517627070300_IMG_20180203_033112.jpg

      JJJ 1 Reply Last reply Reply Quote 0
      • JJJ Offline
        JJ @TomSuch
        last edited by

        @tomsuch Thanks Tom... looks much better ! One thing - for me once the scan is done it lists the networks but the screen refreshes immediately before they can be read.... tested on two different M5s ? Strange if it's not happening for you too. Hate to respond with a negative when you've done such nice work. BTW, the system info page you added is great to have and the others too. Awesome work.

        T 1 Reply Last reply Reply Quote 0
        • T Offline
          TomSuch @JJ
          last edited by

          @jimit Hi Jim, I think I found and remove the bug. Can you try a new, fixed version? Thank you...

          https://github.com/tomsuch/M5Stack-SAM/

          JJJ 1 Reply Last reply Reply Quote 1
          • JJJ Offline
            JJ @TomSuch
            last edited by

            @tomsuch
            Awesome... all wifi scanner functions working perfectly - thou i couldn't test the page function due to lack of networks... excellent work Tom !! Thanks for making it happen.

            T 1 Reply Last reply Reply Quote 1
            • T Offline
              TomSuch @JJ
              last edited by TomSuch

              @jimit No problem Jim. Regards....

              1 Reply Last reply Reply Quote 0
              • K Offline
                kaotiklabs
                last edited by

                Would be awesome to have a generic menu system so you could focus only on core development.
                I have tried to use yours for my app but had no time to fully understand it.
                Could you write a little doc explaining how can we use it in our apps?

                T 1 Reply Last reply Reply Quote 0
                • SunWukongS Offline
                  SunWukong @TomSuch
                  last edited by

                  @tomsuch Hi Tom, I have change the code of my Branch and like to pull it back to yours. But you have advanced your Code quick and my branch is now behind yours. So I would like to ask you to look over my code and if you like what you see, then I want to integrate it into your master.
                  The next step is, I have tried Push Button based WPS, first with a LOLIN32 and now with the M5Stack and I like to add this to your SAM in the new way I added the the appBME280.
                  0_1517744517865_Push Button based WPS.jpg

                  1 Reply Last reply Reply Quote 1
                  • T Offline
                    TomSuch
                    last edited by

                    @sunwukong Hi, Thank you for the subject. I will look at it.

                    For a great interest in SAM I wrote a simply to use library for a simple application menu on the M5Stack platform.

                    http://forum.m5stack.com/topic/85/m5stacksam-application-menu-library

                    1 Reply Last reply Reply Quote 2
                    • T Offline
                      TomSuch @kaotiklabs
                      last edited by

                      @kaotiklabs Hi, Thank you for the subject. I will look at it.

                      For a great interest in SAM I wrote a simply to use library for a simple application menu on the M5Stack platform.

                      http://forum.m5stack.com/topic/85/m5stacksam-application-menu-library

                      1 Reply Last reply Reply Quote 1
                      • T Offline
                        TomSuch @m5stack
                        last edited by

                        @m5stack For a great interest in SAM I wrote a simply to use library for a simple application menu on the M5Stack platform.

                        http://forum.m5stack.com/topic/85/m5stacksam-application-menu-library

                        1 Reply Last reply Reply Quote 1
                        • reaper7R Offline
                          reaper7
                          last edited by

                          Accu meter app (MAX17043 module soldered inside Battery Module)

                          0_1517776778538_DSC_0115-01.jpg

                          MY GITHUB: https://github.com/reaper7/

                          T JJJ 2 Replies Last reply Reply Quote 3
                          • T Offline
                            TomSuch @reaper7
                            last edited by

                            @reaper7 Good work, thank you ...

                            1 Reply Last reply Reply Quote 0
                            • JJJ Offline
                              JJ @reaper7
                              last edited by

                              @reaper7
                              Yes - nice mod & addition to the menu system Reaper7 ! Ordered the module already. Thanks.

                              1 Reply Last reply Reply Quote 0
                              • T Offline
                                TomSuch
                                last edited by

                                A new version of the M5StackSAM library
                                https://github.com/tomsuch/M5StackSAM

                                Added features to easily create and navigate the list.
                                (APPLICATIONS -> LIST DEMO)

                                Added support for the FACES QWERTY keyboard.
                                (APPLICATIONS -> FACES GET STRING)

                                JJJ 1 Reply Last reply Reply Quote 1
                                • JJJ Offline
                                  JJ @TomSuch
                                  last edited by

                                  @tomsuch Excellent thanks Tom.... look forward to trying it esp. with the new Faces keyboard support. Will try later tonight....

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

                                    Hello,
                                    what version/type of wire.h do you use?

                                    I got this error at "Wire.requestFrom(0x08,1,true);":

                                    In file included from /Users/.../Documents/Arduino/libraries/M5Stack/src/M5Stack.h:92:0,
                                                     from sketch/M5StackSAM.h:1,
                                                     from sketch/M5StackSAM.cpp:1:
                                    /Users/.../Documents/Arduino/hardware/espressif/esp32/libraries/Wire/src/Wire.h: In member function 'void M5SAM::keyboardEnable()':
                                    /Users/.../Documents/Arduino/hardware/espressif/esp32/libraries/Wire/src/Wire.h:66:13: note: candidate 1: uint8_t TwoWire::requestFrom(int, int, int)
                                         uint8_t requestFrom(int, int, int);
                                                 ^
                                    /Users/.../Documents/Arduino/hardware/espressif/esp32/libraries/Wire/src/Wire.h:61:12: note: candidate 2: size_t TwoWire::requestFrom(uint8_t, size_t, bool)
                                         size_t requestFrom(uint8_t address, size_t size, bool sendStop);
                                                ^
                                    

                                    Can anyone help me?

                                    1 Reply Last reply Reply Quote 0
                                    • W Offline
                                      wschnell @SunWukong
                                      last edited by

                                      @sunwukong Hey, where did you get the enclosure for the grove sensor? - I've been looking for something like this.

                                      1 Reply Last reply Reply Quote 0
                                      • W Offline
                                        wschnell @SunWukong
                                        last edited by

                                        found it - it's a Seeed Studio Wrapper

                                        1 Reply Last reply Reply Quote 0
                                        • T Offline
                                          TheAlphaGhost
                                          last edited by

                                          Hi Guys,

                                          ihm new with M5Stack. I have a MCore2 and try compile this in visual code with plattform.io.

                                          How i must use the code in Plattform.io ? If i compile the code, the device showing black screen.

                                          Can anyone help me ?

                                          1 Reply Last reply Reply Quote 0

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          • First post
                                            Last post