🤖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
      last edited by TomSuch

      Fast and dirty minimalist application menu for M5Stack.

      Integrated applications: DHT12 - Temperature / Humidity Stopwatch I2C scanner Bluetooth BLE Beacon Simulator (iBeacon, Eddystone TLM + URL, ALTBeacon)

      Settings: display backlight

      Other: sleep mode

      I will be glad when you share the further development, I will continuously add other applications and options.

      https://github.com/tomsuch/M5Stack-SAM
      https://www.youtube.com/watch?v=I0mzvDC6M1c

      0_1517190604198_IMG_20180129_024315.jpg

      0_1517190706468_IMG_20180129_024259.jpg

      0_1517190737239_IMG_20180129_024333.jpg

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

        @tomsuch
        Wow ! Nice menu system. Exactly just what was needed. Look forward to seeing how it develops over time...

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

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • SunWukongS Offline
            SunWukong
            last edited by SunWukong

            Hi @TomSuch , I like your SAM, have cloned it and extend it a bit.
            I have add an APP - appBME280, to read a Grove - Barometer Sensor.
            M5Stack-SAM ext. version
            appBME280

            T W 3 Replies Last reply Reply Quote 3
            • T Offline
              TomSuch @SunWukong
              last edited by

              @sunwukong Super, good work. Thank you

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

                Added QR-Code APP

                0_1517359241086_IMG_20180131_011453.jpg

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

                  Added Serial Interface for remote control:

                  Serial control at 115200 8N1 and NL&CR termination

                  bright [0-255] - display bright
                  EXAMPLE: bright 128
                  clr - clear display
                  sleep - power sleep, wakeup on BTN_B
                  qrc [text] - show QRCODE with text
                  EXAMPLE: qrc www.google.com

                  Send iBeacone message
                  ibeacon [major code 0-65535] [minor code 0-65535] [power 0-255]
                  EXAMPLE: ibeacon 1024 2048 50

                  Send Eddystone TLM message
                  eddystonetlm [voltage 0-65535] [temperature 0-65535] [pocket cound 0-4294967295] [second from up 0-4294967295]
                  EXAMPLE: eddystonetlm 100 200 300 400

                  Send Eddystone URL message
                  eddystoneurl [prefix 0-3] [power 0-255] [url]
                  EXAMPLE: eddystoneurl 1 1 google.com
                  PREFIXES:
                  0 http://www.
                  1 https://www.
                  2 http://
                  3 https://

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

                    @jimit Thank you for the positive bond ...

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

                      @tomsuch
                      No problem Tom. Very much deserved !

                      Have got a wifi scan working with this under the Apps menu... but need to more spend a bit more time to get the screen output layout right... so each scan displays from the same line each time.

                      1 Reply Last reply Reply Quote 0
                      • m5stackM Online
                        m5stack
                        last edited by

                        Awesome, i think we should do some offical support about this good idea.

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

                          @m5stack Thank you. I'd like to create something like a Swiss knife for makers.I like M5Stack and I'd like to create applications like a simple pocket oscilloscope, multimeter, I2C / SPI sniffer, signal generator, and so on. I think M5Stack is a platform with a lot of potential. Regards..

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

                            New version:

                            Added:

                            • APP - GY-512 (MPU6050) - gyro/accelerometer

                            • APP - variable speed Serial PASS-THRU USB<->UART2

                            • SYSTEM - System Informatins (CPU Speed, Flash Size, Flash SPEED, SDK Version .......)

                            • Serial Commands - WiFiScan, I2CScan

                            1 Reply Last reply Reply Quote 0
                            • m5stackM Online
                              m5stack
                              last edited by

                              @TomSuch I got your mind, and similar to me, i really hope it like a swiss knife. useful and meaningful.

                              T 1 Reply Last reply Reply Quote 1
                              • K Offline
                                Kryten
                                last edited by

                                I get errors on all
                                [code]
                                #pragma mark
                                [/code]

                                Will comment out and try again

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

                                  @kryten Please specify the error. Arduino version. Take PrintScreen.
                                  Do you have installed M5.libraries ? ESP32 libraries ?

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

                                    @tomsuch 在 M5Stack - Simple Applications Menu + some APPs 中说:

                                    APP - GY-512

                                    very nice system!
                                    APP - GY-512 works also with built-in MPU9250 :)

                                    Can You modify TIM MEASUREMENT APP?
                                    S/S button should 1.START->2.STOP->3.START without reset between 2 and 3 step...(something like continous measurement with pause). For reset value we have RES button

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

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

                                      @reaper7 Hi, thanks for the subject. I edited the application of the stopwatch and is already out. Regards...

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

                                        ++

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

                                          @jimit Hi, good work. But I did not find the code on your git ...

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

                                            @tomsuch
                                            Oops... sorry bout that. Have added them now....

                                            T 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