Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Controllers
  3. Windows GUI/Controller for MySensors

Windows GUI/Controller for MySensors

Scheduled Pinned Locked Moved Controllers
myscontrollermysbootloader
486 Posts 101 Posters 348.2k Views 73 Watching
  • 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.
  • AWIA AWI

    @tekka Hi, Chrome is blocking the download of the Windows GUI/Controller zip archive for being "harmfull". any clue?

    tekkaT Offline
    tekkaT Offline
    tekka
    Admin
    wrote on last edited by tekka
    #38

    @AWI My guess is because of the upx-packed executable (MYSController.exe) in the archive being recognized as false positive.

    1 Reply Last reply
    0
    • ch3b7C ch3b7

      Any source code?

      tekkaT Offline
      tekkaT Offline
      tekka
      Admin
      wrote on last edited by
      #39

      @ch3b7 said:

      Any source code?

      Yes, I will provide the source code in the nearest future.

      1 Reply Last reply
      0
      • D Offline
        D Offline
        doblanch
        wrote on last edited by doblanch
        #40

        Hello team, thanks for the great job. This tool is very useful.
        however, I don't understand how the tool can snif. I guess, that I have to connect an arduino in serial ( I use the tool in a VM)... but with which sketch ? a gateway sketch...I think I missed something, but if somebody can elaborate a little bit. thanks

        1 Reply Last reply
        0
        • ch3b7C Offline
          ch3b7C Offline
          ch3b7
          wrote on last edited by
          #41

          You need upload the serialgateway sketch to the arduino connected with the nrf24 the n connect the usb to pc and select the correct com port in the program

          1 Reply Last reply
          0
          • M Offline
            M Offline
            mvader
            wrote on last edited by
            #42

            " It works in connection with the modified optiboot/OTA bootloader mentioned in a previous post. "

            can someone link to that post? I couldn't find it
            Thanks

            tekkaT 1 Reply Last reply
            0
            • ch3b7C Offline
              ch3b7C Offline
              ch3b7
              wrote on last edited by
              #43

              You add ethernet support? Im add ethernet support in my program in .net its work good.

              1 Reply Last reply
              0
              • M mvader

                " It works in connection with the modified optiboot/OTA bootloader mentioned in a previous post. "

                can someone link to that post? I couldn't find it
                Thanks

                tekkaT Offline
                tekkaT Offline
                tekka
                Admin
                wrote on last edited by
                #44

                @mvader this is the MYSBootloader from the library.

                M 1 Reply Last reply
                0
                • tekkaT tekka

                  @mvader this is the MYSBootloader from the library.

                  M Offline
                  M Offline
                  mvader
                  wrote on last edited by
                  #45

                  @tekka said:

                  @mvader this is the MYSBootloader from the library.

                  okay thanks!

                  1 Reply Last reply
                  0
                  • HeinzH Offline
                    HeinzH Offline
                    Heinz
                    Hero Member
                    wrote on last edited by
                    #46

                    @tekka cool software! btw the sorting of the child sensors in the tree could be optimized.
                    Right now the nodes are sorted like string instead of numbers:

                    0 - ...
                    1 - ...
                    10 -
                    11 -
                    ...
                    2 -
                    21-
                    ...

                    tekkaT 1 Reply Last reply
                    0
                    • tekkaT tekka

                      New version available with bug fixes 0.1.2.256:

                      • "File not open" error fixed
                      • Display errors fixed
                      • Mac users: use wine to run program, no remapping of serial ports necessary - use e.g. /dev/ttyUSB0 in config window

                      To update hit the update button or download here.


                      S Offline
                      S Offline
                      samppa
                      wrote on last edited by
                      #47

                      @tekka said:


                      To update hit the update button or download here.


                      Chrome blocks the download since it is "malicious".

                      tekkaT 1 Reply Last reply
                      0
                      • S samppa

                        @tekka said:


                        To update hit the update button or download here.


                        Chrome blocks the download since it is "malicious".

                        tekkaT Offline
                        tekkaT Offline
                        tekka
                        Admin
                        wrote on last edited by
                        #48

                        @samppa read my previous post::

                        @AWI My guess is because of the upx-packed executable (MYSController.exe) in the archive being recognized as false positive.

                        I didn't face a warning with IE or Firefox, but indeed, Chrome reports it.

                        1 Reply Last reply
                        0
                        • HeinzH Heinz

                          @tekka cool software! btw the sorting of the child sensors in the tree could be optimized.
                          Right now the nodes are sorted like string instead of numbers:

                          0 - ...
                          1 - ...
                          10 -
                          11 -
                          ...
                          2 -
                          21-
                          ...

                          tekkaT Offline
                          tekkaT Offline
                          tekka
                          Admin
                          wrote on last edited by
                          #49

                          @Heinz thanks. I will add the number sorting in the next build.

                          1 Reply Last reply
                          0
                          • B Offline
                            B Offline
                            Baran
                            wrote on last edited by
                            #50

                            Greetings Tekka,

                            I am teaching myself programming while learning about the NRF24L01+ and various controllers and sensors. I have tried to download several free software controllers but yours is the only one that was straightforward enough for me to be successful. I have used it to monitor communication to and from my gateway but I am at a loss as to how to use your creation as a controller. It is the most wonderful tool for visualizing and debugging node-to-gateway communications because of the exceptional work you have done translating the command codes into real command words.

                            Is there a way to input data through your GUI or is it best used as an output device? If input is accepted, would you be so kind as to elaborate on the subject enough to get me moving?

                            Respectfully - Baran

                            1 Reply Last reply
                            0
                            • E Offline
                              E Offline
                              ericvdb
                              wrote on last edited by
                              #51

                              Right click on a node and click Send Msg:

                              upload-470b8000-35d1-49b5-8917-27fb9cf5934f

                              1 Reply Last reply
                              0
                              • B Offline
                                B Offline
                                Baran
                                wrote on last edited by
                                #52

                                Thanks Eric - Way too cool!

                                1 Reply Last reply
                                0
                                • D Offline
                                  D Offline
                                  dzairo
                                  wrote on last edited by
                                  #53

                                  Hi.
                                  I try your project ..and find problem in my side..
                                  I use MCU with USB - UART converter what possible set speed max 38kBps .. is possible in your MYSController set lower speed ??
                                  I thinks that you now use 115200 ..

                                  regards.

                                  1 Reply Last reply
                                  0
                                  • D Offline
                                    D Offline
                                    Dirk_H
                                    Contest Winner
                                    wrote on last edited by
                                    #54

                                    I'm looking some days into this topic, although I found not the time to test your very good looking software - The issue mentioned by dzairo would also be important for me. As I run my nodes at 8MHz I cannot use the default 115200kbps and use (also) 38kbps - so it would be important for me to change the BAUD rate too.

                                    Anyways - nice work!

                                    1 Reply Last reply
                                    0
                                    • D Offline
                                      D Offline
                                      dzairo
                                      wrote on last edited by
                                      #55

                                      ... some other problem is if you want run MCU in 3.3V then not possible use higher frequency .. then all use internal 8 Mhz RC oscillator and maximum speed is 38k ..
                                      this is reason why use 38k ..

                                      best regards.

                                      1 Reply Last reply
                                      0
                                      • tekkaT Offline
                                        tekkaT Offline
                                        tekka
                                        Admin
                                        wrote on last edited by
                                        #56

                                        @Dirk_H , @dzairo: yup, will include this option in the next update. Thanks for reporting.

                                        tekkaT 1 Reply Last reply
                                        0
                                        • T Offline
                                          T Offline
                                          therik
                                          wrote on last edited by
                                          #57

                                          Thank you for this excellent work. I look forward to using it in my network. I just have a couple questions regarding setting up the GUI. I've read through this thread several times, but still have a couple of gaps in my understanding.

                                          1. Is the gateway that interfaces with the GUI an additional gateway which listens to, and sends node messages and updates? That is, additional to one that is interfaced with the controller (in my case a serial gateway connected to a Vera controller)?

                                          2. If my the answer to my first question is, yes, it is an additional gateway, is the code defining the operation different such that is does not interfere with the 'true' gateway? Or is the code the same (standard serial gateway sketch) but simply does not interfere?

                                          3. Do the nodes require the MYSBootloader in order to show up in the 'messages' tab, or will 'messages' tab show all node traffic regardless of bootloader? Of course for over the air (OTA) sketch updates it needs the MYSBootloader.

                                          4. Are these the correct steps to setup operation:

                                          a) download and extract the files.

                                          'b) place the bootloader folder into /arduino/hardware path such that the MYSBootloader and the associated boards show up in the 'tools->boards' menu.

                                          c) connect an Arduino with the gateway sketch to a computer using a USB cable (for the serial connection).

                                          d) run MYSController.exe (on windows) and select the COM port of the serial gateway in the configuration.

                                          e) hit connect and node traffic will show up in the 'messages' tab.

                                          If this is correct (and now that I write it down) it seems pretty straightforward, but I didn't see it explicitly described elsewhere. Sorry to be such a beginner, and thanks for straightening me out if I'm incorrect in any step.

                                          tekkaT 1 Reply Last reply
                                          2
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          18

                                          Online

                                          11.7k

                                          Users

                                          11.2k

                                          Topics

                                          113.0k

                                          Posts


                                          Copyright 2019 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • MySensors
                                          • OpenHardware.io
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular