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.0k 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.
  • N Offline
    N Offline
    niccodemi
    wrote on last edited by
    #306

    in firmware_config.csv file what is the first column "type" for? And where do I get "type" codes?

    tekkaT 1 Reply Last reply
    0
    • N niccodemi

      in firmware_config.csv file what is the first column "type" for? And where do I get "type" codes?

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

      @niccodemi type can be any numeric value used to identify a specific firmware type - this value (together with FW version and the FW CRC) is used to automatically update the nodes.

      1 Reply Last reply
      0
      • petewillP petewill

        I did some more testing and my issue definitely appears to be a result of changing the channel in MyConfig.h. I just built a serial gateway with channel 76 selected and everything worked perfectly. The only problem is I have over 20 nodes located throughout my house so re-uploading the code so they use that channel is not something I'd like to do if I can avoid it. Does anyone know how I can recompile the bootloader so I can change the channel?

        I tried the files @siklosi posted here http://forum.mysensors.org/topic/2319/how-to-make-complie-mysbootloader/7 but it did not work.

        N Offline
        N Offline
        niccodemi
        wrote on last edited by
        #308

        @petewill did you have any success finding out how to change default channel?

        petewillP 1 Reply Last reply
        0
        • F Offline
          F Offline
          Fabien
          wrote on last edited by
          #309

          I recently switch to RFM69 and I know it's not yet compatible with MYSBootloader. But I can't find information about RFM69 and dualoptiboot support for OTA in MYSController (without a sensebender). Is it possible ? I have to make special config ? Thank !

          AnticimexA 1 Reply Last reply
          0
          • F Fabien

            I recently switch to RFM69 and I know it's not yet compatible with MYSBootloader. But I can't find information about RFM69 and dualoptiboot support for OTA in MYSController (without a sensebender). Is it possible ? I have to make special config ? Thank !

            AnticimexA Offline
            AnticimexA Offline
            Anticimex
            Contest Winner
            wrote on last edited by Anticimex
            #310

            @Fabien DualOptiboot is completely radio agnostic. You should not need any custom config to use OTA with DualOptiboot and rfm69. You do need an external flash on your board though.

            Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

            1 Reply Last reply
            0
            • F Offline
              F Offline
              Fabien
              wrote on last edited by
              #311

              @Anticimex ok but in MYSController is there a way in the GUI for setting the bootloader (DualOptiboot or MYSBootloader) or is ti automatic. I ask this because you have to tell MYSBootloader your are running SenseBender (DualOptiboot).

              tekkaT 1 Reply Last reply
              0
              • F Fabien

                @Anticimex ok but in MYSController is there a way in the GUI for setting the bootloader (DualOptiboot or MYSBootloader) or is ti automatic. I ask this because you have to tell MYSBootloader your are running SenseBender (DualOptiboot).

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

                @Fabien yes, select "sensebender"...this will do the trick

                1 Reply Last reply
                0
                • F Offline
                  F Offline
                  Fabien
                  wrote on last edited by
                  #313

                  Thank you @tekka I don't test your new bootloader beacuse I think you don't have RFM69 version (perhaps in th future ?)

                  tekkaT 1 Reply Last reply
                  0
                  • F Fabien

                    Thank you @tekka I don't test your new bootloader beacuse I think you don't have RFM69 version (perhaps in th future ?)

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

                    @Fabien perhaps, will have to get some RFM69 hardware first...

                    1 Reply Last reply
                    0
                    • N niccodemi

                      @petewill did you have any success finding out how to change default channel?

                      petewillP Offline
                      petewillP Offline
                      petewill
                      Admin
                      wrote on last edited by
                      #315

                      @niccodemi said:

                      @petewill did you have any success finding out how to change default channel?

                      Sorry, don't know how I missed this. No, I haven't. I got sidetracked (kids) and I haven't had a chance to work on it further.

                      My "How To" home automation video channel: https://www.youtube.com/channel/UCq_Evyh5PQALx4m4CQuxqkA

                      1 Reply Last reply
                      0
                      • petewillP Offline
                        petewillP Offline
                        petewill
                        Admin
                        wrote on last edited by
                        #316

                        @niccodemi I just was able to upload the bootloader using the files provided by @siklosi posted here http://forum.mysensors.org/topic/2319/how-to-make-complie-mysbootloader/7. The difference is I used a USBASP (V2.0) instead of an UNO. It worked the first time uploading the blink sketch!! It was a pain getting the USBASP to work on Windows 8.1 but after I got the driver installed (and the wiring connections correct) it worked great. I haven't uploaded any sensor sketches yet but hopefully I'll have time to play with it soon.

                        My "How To" home automation video channel: https://www.youtube.com/channel/UCq_Evyh5PQALx4m4CQuxqkA

                        N 1 Reply Last reply
                        0
                        • petewillP petewill

                          @niccodemi I just was able to upload the bootloader using the files provided by @siklosi posted here http://forum.mysensors.org/topic/2319/how-to-make-complie-mysbootloader/7. The difference is I used a USBASP (V2.0) instead of an UNO. It worked the first time uploading the blink sketch!! It was a pain getting the USBASP to work on Windows 8.1 but after I got the driver installed (and the wiring connections correct) it worked great. I haven't uploaded any sensor sketches yet but hopefully I'll have time to play with it soon.

                          N Offline
                          N Offline
                          niccodemi
                          wrote on last edited by
                          #317

                          @petewill thanks, I tried ch77 and it works great.

                          1 Reply Last reply
                          0
                          • balloonguyB Offline
                            balloonguyB Offline
                            balloonguy
                            wrote on last edited by
                            #318

                            Hi, download link for MYSController is broken. Error on attempt to download. thank you

                            tekkaT 1 Reply Last reply
                            0
                            • balloonguyB balloonguy

                              Hi, download link for MYSController is broken. Error on attempt to download. thank you

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

                              @balloonguy Not on my side. Please try again.

                              balloonguyB 1 Reply Last reply
                              0
                              • tekkaT tekka

                                @balloonguy Not on my side. Please try again.

                                balloonguyB Offline
                                balloonguyB Offline
                                balloonguy
                                wrote on last edited by
                                #320

                                @tekka thanks for the quick response - i have tried the {http://goo.gl/9DCWNo} with no luck, all i get is a "this page is not available" message. I have tried with different browsers and different pc's - still the same response.
                                BTW- Merry Christmas.

                                R 1 Reply Last reply
                                0
                                • balloonguyB balloonguy

                                  @tekka thanks for the quick response - i have tried the {http://goo.gl/9DCWNo} with no luck, all i get is a "this page is not available" message. I have tried with different browsers and different pc's - still the same response.
                                  BTW- Merry Christmas.

                                  R Offline
                                  R Offline
                                  robosensor
                                  wrote on last edited by
                                  #321

                                  @balloonguy just tried this link. Everything is working, MYSController.zip file with md5 checksum dfe98f9e7ed6e1c3d5c418a862c23ee0 is downloaded.

                                  1 Reply Last reply
                                  0
                                  • D Offline
                                    D Offline
                                    drock1985
                                    wrote on last edited by
                                    #322

                                    Hi @tekka

                                    When editing/adding items to the firmware_config.csv file, what should go in the types column? Could you please explain it?

                                    Thanks,

                                    My Projects
                                    2 Door Chime Sensor
                                    Washing Machine Monitor

                                    tekkaT 1 Reply Last reply
                                    0
                                    • D drock1985

                                      Hi @tekka

                                      When editing/adding items to the firmware_config.csv file, what should go in the types column? Could you please explain it?

                                      Thanks,

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

                                      @drock1985 said:

                                      When editing/adding items to the firmware_config.csv file, w

                                      The type field is intended for defining a FW type, e.g. a node with a DHT humidity/temperature sensor may be FW type 1, whereas a node with a different sensor FW type 2 and so on...

                                      1 Reply Last reply
                                      0
                                      • P Offline
                                        P Offline
                                        p0lar
                                        wrote on last edited by
                                        #324

                                        Now that I have sensors that have the correct bootloader I have been able to upload firmware a few times. But now that I have made changed to the sketch and copied the new hex file over I even bumped the version tag in the file. I can't get it to flash. Nothing I do makes it upload the new code? Thoughts?

                                        N tekkaT 2 Replies Last reply
                                        0
                                        • P p0lar

                                          Now that I have sensors that have the correct bootloader I have been able to upload firmware a few times. But now that I have made changed to the sketch and copied the new hex file over I even bumped the version tag in the file. I can't get it to flash. Nothing I do makes it upload the new code? Thoughts?

                                          N Offline
                                          N Offline
                                          niccodemi
                                          wrote on last edited by
                                          #325

                                          @p0lar are you still able to remotely reboot node?

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


                                          11

                                          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