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. Development
  3. MYSBootloader 1.3 pre-release & MYSController 1.0.0beta

MYSBootloader 1.3 pre-release & MYSController 1.0.0beta

Scheduled Pinned Locked Moved Development
otamyscontrollermysbootloader
198 Posts 53 Posters 85.1k Views 58 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.
  • V vidin

    Hello bootloader support ATMEGA328PB now this uC is cheaper than 328p? Best regards

    A Offline
    A Offline
    A3V
    wrote on last edited by
    #184

    @vidin You can simply program the 328pb with the standard bootloader using AVRDUDESS.
    The pb version is software compatible with the p version.

    1 Reply Last reply
    0
    • Alan SalesA Offline
      Alan SalesA Offline
      Alan Sales
      wrote on last edited by
      #185

      Hi! Where can I download MYSBootloader 1.3 pre-release & MYSController 1.0.0beta? The given link is not working.

      F 1 Reply Last reply
      0
      • Alan SalesA Alan Sales

        Hi! Where can I download MYSBootloader 1.3 pre-release & MYSController 1.0.0beta? The given link is not working.

        F Offline
        F Offline
        feanor-anglin
        wrote on last edited by
        #186

        @Alan-Sales it seems the project is abandoned. But I have it, so please use this link:

        https://www.dropbox.com/s/b0qls8a251ol4tc/MYSController.zip?dl=0

        @tekka maybe you could share the code somewhere? Maybe someone else could make a use of it or develop it further?

        1 Reply Last reply
        2
        • I Offline
          I Offline
          iguaan
          wrote on last edited by
          #187

          Anyone else experiencing crashing of the application after about 10seconds?

          T 1 Reply Last reply
          0
          • I iguaan

            Anyone else experiencing crashing of the application after about 10seconds?

            T Offline
            T Offline
            tplet
            wrote on last edited by
            #188

            @iguaan The same applies to me. The application crashes after a few seconds after launching (Windows 10). No problem before on the same system, so I suspect a Windows update but I don't know which one.

            1 Reply Last reply
            0
            • M Offline
              M Offline
              Mac65
              wrote on last edited by
              #189

              Hi all,
              I think I have found the problem, the program at startup makes a connection (probably to look for an update) to the following address 162.55.0.134 (port 80) but it fails, this blocks the program for several minutes, unfortunately without the sources it is not possible solve the problem.
              BR
              Angelo

              N 1 Reply Last reply
              0
              • I Offline
                I Offline
                iguaan
                wrote on last edited by iguaan
                #190

                There's another somewhat way around:

                you just need to open prog and then close when it gets stuck and then clik try to restore or wait button few times:
                https://pasteboard.co/GQTHDnaQsawY.png
                then you should get this screen at some point and then press ok/ignore and it works
                (https://pasteboard.co/9iuz1LC7kgWC.png

                needs several tries.

                1 Reply Last reply
                0
                • N Offline
                  N Offline
                  nfj25
                  wrote on last edited by
                  #191

                  MYSController is crashing me too... Are there any alternatives to update the firmware of mysensors nodes?

                  1 Reply Last reply
                  0
                  • M Mac65

                    Hi all,
                    I think I have found the problem, the program at startup makes a connection (probably to look for an update) to the following address 162.55.0.134 (port 80) but it fails, this blocks the program for several minutes, unfortunately without the sources it is not possible solve the problem.
                    BR
                    Angelo

                    N Offline
                    N Offline
                    nfj25
                    wrote on last edited by
                    #192

                    @Mac65 Good catch! I blocked MYSController from acessing the network in the Windows Firewall and... it works! Only block TCP port 80 if you are connecting to a MySensors TCP gateway.

                    I 1 Reply Last reply
                    0
                    • N nfj25

                      @Mac65 Good catch! I blocked MYSController from acessing the network in the Windows Firewall and... it works! Only block TCP port 80 if you are connecting to a MySensors TCP gateway.

                      I Offline
                      I Offline
                      iguaan
                      wrote on last edited by
                      #193

                      @nfj25 said in MYSBootloader 1.3 pre-release & MYSController 1.0.0beta:

                      om acessing the network in the Windows Firewall and... it works! Only block TCP port 80 if you are connecting to a MySensors TCP gateway.

                      Can't get it working that way, even if i block all the traffic on Myscontroller.

                      I 1 Reply Last reply
                      0
                      • I iguaan

                        @nfj25 said in MYSBootloader 1.3 pre-release & MYSController 1.0.0beta:

                        om acessing the network in the Windows Firewall and... it works! Only block TCP port 80 if you are connecting to a MySensors TCP gateway.

                        Can't get it working that way, even if i block all the traffic on Myscontroller.

                        I Offline
                        I Offline
                        iguaan
                        wrote on last edited by
                        #194

                        @iguaan said in MYSBootloader 1.3 pre-release & MYSController 1.0.0beta:

                        @nfj25 said in MYSBootloader 1.3 pre-release & MYSController 1.0.0beta:

                        om acessing the network in the Windows Firewall and... it works! Only block TCP port 80 if you are connecting to a MySensors TCP gateway.

                        Can't get it working that way, even if i block all the traffic on Myscontroller.

                        Got it working, I have program on onedrive and seemed that automatically generated path in rules didn't work:
                        "%USERPROFILE%\OneDrive\MYSController\MYSController.exe"
                        Had to change it to "C:\Users\user\OneDrive\MYSController" and it works now, great success.

                        1 Reply Last reply
                        1
                        • I Offline
                          I Offline
                          iguaan
                          wrote on last edited by
                          #195

                          Today I couldn't get it to work again unless I blocked all ports, ran program and then unblock again (to access GW).
                          Solution was to block myscontroller from accessing only that remote IP on all ports, letting me still connect to gateway without any fiddling in firewall settings on every program start.

                          Hope this solution stays for good :)

                          1 Reply Last reply
                          0
                          • I Offline
                            I Offline
                            iguaan
                            wrote on last edited by
                            #196

                            If anyone is getting "Property 'bootloader.tool.' is undefined" error with arduino 2.x when trying to burn bootloader, then you just have to add another row in bold below to boards.txt file

                            MYSBL.upload.tool=avrdude
                            MYSBL.upload.protocol=arduino
                            MYSBL.upload.maximum_size=30720
                            MYSBL.upload.maximum_data_size=2048
                            MYSBL.bootloader.tool=avrdude
                            MYSBL.bootloader.tool.default=avrdude

                            1 Reply Last reply
                            0
                            • N Offline
                              N Offline
                              nekitoss
                              wrote on last edited by nekitoss
                              #197

                              Today i suddenly find out, that Tekka updated app. Old app said "there is an update" and i've clicked link, which lead me to dropbox page.
                              So anyone, who previously blocked all traffic for program (@iguaan , @nfj25 , @Mac65 , @tplet) - you may want unblock it in your firewall and update.
                              I just replaced MYSController.exe and MYSController.ini files, leaving all other - it worked! Did not yet tested all functionality. But still make backup of all files for sure before dong that. Also you may need click on sensor and choose "settings->offline FOTA update" in order OTA to work. I'm wondering what does "online" version mean...
                              Thank you very much, Tekka!

                              1 Reply Last reply
                              1
                              • I Offline
                                I Offline
                                iguaan
                                wrote on last edited by
                                #198

                                @tekka
                                Is there any changelog to it also or it was just made officially available again?
                                although last online status was 22 AUG 2020, so anyone else can confirm anything about it?
                                I'd just be cautious without confirmation.

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


                                10

                                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