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.
  • J jkandasa

    @Алексей-Гусаров It looks like your node is not in the range!

    Thar0lT Offline
    Thar0lT Offline
    Thar0l
    wrote on last edited by
    #65

    @jkandasa said:

    @Алексей-Гусаров It looks like your node is not in the range!

    It sends messages it really in is 0.5 meters from gw.

    J 1 Reply Last reply
    0
    • Thar0lT Thar0l

      @jkandasa said:

      @Алексей-Гусаров It looks like your node is not in the range!

      It sends messages it really in is 0.5 meters from gw.

      J Offline
      J Offline
      jkandasa
      Plugin Developer
      wrote on last edited by
      #66

      @Алексей-Гусаров can you reboot the node manually?

      Thar0lT 1 Reply Last reply
      0
      • J jkandasa

        @Алексей-Гусаров can you reboot the node manually?

        Thar0lT Offline
        Thar0lT Offline
        Thar0l
        wrote on last edited by Thar0l
        #67

        @jkandasa
        I have this:

        [Log message] read: 1-1-0 s=255,c=4,t=2,pt=6,l=6,sg=0:010002006202
        [Log message] send: 0-0-1-1 s=255,c=4,t=3,pt=6,l=22,sg=0,st=ok:010002006302801481E090E00F90DF91CF910895FC01
        [Log message] read: 1-1-0 s=255,c=4,t=2,pt=6,l=6,sg=0:010002006302
        [Log message] send: 0-0-1-1 s=255,c=4,t=3,pt=6,l=22,sg=0,st=ok:0100020064021382128248EE53E060E070E044835583
        [Log message] read: 1-1-0 s=255,c=4,t=2,pt=6,l=6,sg=0:010002006402
        [Log message] send: 0-0-1-1 s=255,c=4,t=3,pt=6,l=22,sg=0,st=ok:0100020065026683778385ED91E09183808308951092
        [Log message] read: 1-1-0 s=255,c=4,t=2,pt=6,l=6,sg=0:010002006502
        

        And yes, it has been updated.
        Thanks, OTA works now, allthought remote reboot doesn working.

        J 1 Reply Last reply
        0
        • Thar0lT Thar0l

          @jkandasa
          I have this:

          [Log message] read: 1-1-0 s=255,c=4,t=2,pt=6,l=6,sg=0:010002006202
          [Log message] send: 0-0-1-1 s=255,c=4,t=3,pt=6,l=22,sg=0,st=ok:010002006302801481E090E00F90DF91CF910895FC01
          [Log message] read: 1-1-0 s=255,c=4,t=2,pt=6,l=6,sg=0:010002006302
          [Log message] send: 0-0-1-1 s=255,c=4,t=3,pt=6,l=22,sg=0,st=ok:0100020064021382128248EE53E060E070E044835583
          [Log message] read: 1-1-0 s=255,c=4,t=2,pt=6,l=6,sg=0:010002006402
          [Log message] send: 0-0-1-1 s=255,c=4,t=3,pt=6,l=22,sg=0,st=ok:0100020065026683778385ED91E09183808308951092
          [Log message] read: 1-1-0 s=255,c=4,t=2,pt=6,l=6,sg=0:010002006502
          

          And yes, it has been updated.
          Thanks, OTA works now, allthought remote reboot doesn working.

          J Offline
          J Offline
          jkandasa
          Plugin Developer
          wrote on last edited by
          #68

          @Алексей-Гусаров I could not guess why remote reboot is not working! (Gateway says "Failed to send reboot command to node"). After OTA update completion, try reboot from MyController.org GUI. It may work with new software.

          Thar0lT 1 Reply Last reply
          0
          • J jkandasa

            @Алексей-Гусаров I could not guess why remote reboot is not working! (Gateway says "Failed to send reboot command to node"). After OTA update completion, try reboot from MyController.org GUI. It may work with new software.

            Thar0lT Offline
            Thar0lT Offline
            Thar0l
            wrote on last edited by
            #69

            @jkandasa I've tried and it didn't help.

            tekkaT 1 Reply Last reply
            0
            • Thar0lT Thar0l

              @jkandasa I've tried and it didn't help.

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

              @Алексей-Гусаров rebooting is only working if node is actively processing incoming msgs. Use wait() instead of sleep() within your loop()

              Thar0lT 1 Reply Last reply
              0
              • tekkaT tekka

                @Алексей-Гусаров rebooting is only working if node is actively processing incoming msgs. Use wait() instead of sleep() within your loop()

                Thar0lT Offline
                Thar0lT Offline
                Thar0l
                wrote on last edited by Thar0l
                #71

                @tekka @jkandasa
                Thank you.
                I've added

                #define MY_REPEATER_FEATURE
                

                line in Node code, and it is working now.

                1 Reply Last reply
                0
                • Mark SwiftM Offline
                  Mark SwiftM Offline
                  Mark Swift
                  wrote on last edited by Mark Swift
                  #72

                  Guys,

                  I'm trying to get this working on my ESP8266 gateway (using the latest development branch).

                  I've uploaded the 16mhz boot loader to an Arduino Nano clone but don't seem to see anything in MYScontroller. I realised that my gateway sketch had channel 125 specified, so took that out for testing as I believe the boot loader uses channel 76...

                  Do I need to change any fuse settings etc, what am I missing?

                  Many thanks in advance...

                  Mark

                  Edit: Got it working, fantastic!

                  1 Reply Last reply
                  0
                  • Mark SwiftM Offline
                    Mark SwiftM Offline
                    Mark Swift
                    wrote on last edited by Mark Swift
                    #73

                    Is there a way I can change the channel from the default 76?

                    Also am I correct in thinking that for my Nano's I copy the bits (high, low, extended, lock, unlock) from the Arduino section at the top and replace the pasted lines from the tutorial as it seems to be for the UNO?

                    1 Reply Last reply
                    0
                    • rollercontainerR Offline
                      rollercontainerR Offline
                      rollercontainer
                      wrote on last edited by
                      #74

                      is already answered in this therad...

                      http://forum.mysensors.org/topic/3453/mysbootloader-1-3-pre-release-myscontroller-1-0-0beta/35

                      Mark SwiftM 1 Reply Last reply
                      0
                      • rollercontainerR rollercontainer

                        is already answered in this therad...

                        http://forum.mysensors.org/topic/3453/mysbootloader-1-3-pre-release-myscontroller-1-0-0beta/35

                        Mark SwiftM Offline
                        Mark SwiftM Offline
                        Mark Swift
                        wrote on last edited by
                        #75
                        This post is deleted!
                        1 Reply Last reply
                        0
                        • N Offline
                          N Offline
                          novas
                          wrote on last edited by novas
                          #76

                          I have same problem as @n1ck1355. Shetch upload works, data are send, but serial output doesn't work.

                          1 Reply Last reply
                          0
                          • Mark SwiftM Offline
                            Mark SwiftM Offline
                            Mark Swift
                            wrote on last edited by
                            #77

                            I also have the same issues with no node serial output within the Arduino IDE....

                            tekkaT 1 Reply Last reply
                            0
                            • Mark SwiftM Mark Swift

                              I also have the same issues with no node serial output within the Arduino IDE....

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

                              @Mark-Swift @novas do you see any traffic over the air from that node? If yes, please post the log, specifically, I'm interested in bootloader messages.

                              Mark SwiftM N 2 Replies Last reply
                              0
                              • tekkaT tekka

                                @Mark-Swift @novas do you see any traffic over the air from that node? If yes, please post the log, specifically, I'm interested in bootloader messages.

                                Mark SwiftM Offline
                                Mark SwiftM Offline
                                Mark Swift
                                wrote on last edited by Mark Swift
                                #79

                                @tekka I apologise, in my case it was the bootloader delay I wasn't allowing for. Opening the serial monitor and being patient, it appears all is well. Apologies for the mistake!

                                1 Reply Last reply
                                0
                                • tekkaT tekka

                                  @Mark-Swift @novas do you see any traffic over the air from that node? If yes, please post the log, specifically, I'm interested in bootloader messages.

                                  N Offline
                                  N Offline
                                  novas
                                  wrote on last edited by
                                  #80

                                  @tekka In my case there were two problems. First same as @Mark-Swift, bootloader deley. I didn't expect that it takes about 30 seconds. Second one was that my gateway didn't run. In this case bootloader is still running and serial output isn't provided.

                                  1 Reply Last reply
                                  0
                                  • AndurilA Offline
                                    AndurilA Offline
                                    Anduril
                                    wrote on last edited by
                                    #81

                                    @tekka I tried to upload a sketch after flashing the new bootloader to an nano. I got te this:

                                    avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x4b
                                    avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x4b
                                    avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x4b
                                    avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x4b
                                    avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x4b
                                    avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x4b
                                    avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x4b
                                    avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x4b
                                    avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x4b
                                    avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x4b
                                    

                                    What is going on?
                                    OTA update still testing. Updating for several minutes now (I thought the old bootloader and OTA update did not take that long).

                                    tekkaT 1 Reply Last reply
                                    0
                                    • AndurilA Anduril

                                      @tekka I tried to upload a sketch after flashing the new bootloader to an nano. I got te this:

                                      avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x4b
                                      avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x4b
                                      avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x4b
                                      avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x4b
                                      avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x4b
                                      avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x4b
                                      avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x4b
                                      avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x4b
                                      avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x4b
                                      avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x4b
                                      

                                      What is going on?
                                      OTA update still testing. Updating for several minutes now (I thought the old bootloader and OTA update did not take that long).

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

                                      @Anduril without additional information it's hard to troubleshoot - looks like a baud rate problem: please post logs from flashing (output when flashing bootlader), fuse settings, mysontroller log during node reboot, and other helpful information.

                                      1 Reply Last reply
                                      0
                                      • AndurilA Offline
                                        AndurilA Offline
                                        Anduril
                                        wrote on last edited by
                                        #83

                                        OK, I will post that information as soon as possible, today or tomorow.
                                        Another thing, is it possible that OTA is much faster with the old BL? It took me few 10 minutes still sending firmware updates when I decided to flash the old one and try again. With the old one it was finished in about 5min. (times are only an estimation) Also frequency of new firmware requests in MYS Controller seemed much faster with old BL than with v1.3 pre. Is that normal or bug?

                                        1 Reply Last reply
                                        0
                                        • AndurilA Offline
                                          AndurilA Offline
                                          Anduril
                                          wrote on last edited by
                                          #84

                                          (had to split because of too long posts not allowed)

                                          here the infos for troubleshooting:
                                          board.txt:

                                          ## -------------------------
                                          nano.menu.cpu.atmega328=ATmega328
                                          
                                          nano.menu.cpu.atmega328.upload.maximum_size=30720
                                          nano.menu.cpu.atmega328.upload.maximum_data_size=2048
                                          nano.menu.cpu.atmega328.upload.speed=57600
                                          
                                          nano.menu.cpu.atmega328.bootloader.low_fuses=0xFF
                                          nano.menu.cpu.atmega328.bootloader.high_fuses=0xDA
                                          nano.menu.cpu.atmega328.bootloader.extended_fuses=0x05
                                          nano.menu.cpu.atmega328.bootloader.file=atmega/ATmegaBOOT_168_atmega328.hex
                                          
                                          nano.menu.cpu.atmega328.build.mcu=atmega328p
                                          
                                          ## Arduino Nano w/ ATmega328 MYSBootloader
                                          ## -------------------------
                                          nano.menu.cpu.MYSBLatmega328=ATmega328 MYSBootloader
                                          
                                          nano.menu.cpu.MYSBLatmega328.upload.maximum_size=30720
                                          nano.menu.cpu.MYSBLatmega328.upload.maximum_data_size=2048
                                          nano.menu.cpu.MYSBLatmega328.upload.speed=57600
                                          
                                          nano.menu.cpu.MYSBLatmega328.bootloader.low_fuses=0xFF
                                          nano.menu.cpu.MYSBLatmega328.bootloader.high_fuses=0xDA
                                          nano.menu.cpu.MYSBLatmega328.bootloader.extended_fuses=0x05
                                          nano.menu.cpu.MYSBLatmega328.bootloader.file=MySensors/MYSBootloaderV13pre.hex
                                          
                                          nano.menu.cpu.MYSBLatmega328.build.mcu=atmega328p
                                          
                                          ## Arduino Nano w/ ATmega328 MYSBootloaderold
                                          ## -------------------------
                                          nano.menu.cpu.MYSBLoldatmega328=ATmega328 MYSBootloader old
                                          
                                          nano.menu.cpu.MYSBLoldatmega328.upload.maximum_size=30720
                                          nano.menu.cpu.MYSBLoldatmega328.upload.maximum_data_size=2048
                                          nano.menu.cpu.MYSBLoldatmega328.upload.speed=57600
                                          
                                          nano.menu.cpu.MYSBLoldatmega328.bootloader.low_fuses=0xFF
                                          nano.menu.cpu.MYSBLoldatmega328.bootloader.high_fuses=0xDA
                                          nano.menu.cpu.MYSBLoldatmega328.bootloader.extended_fuses=0x05
                                          nano.menu.cpu.MYSBLoldatmega328.bootloader.file=MySensors/MYSBootloader.hex
                                          
                                          nano.menu.cpu.MYSBLoldatmega328.build.mcu=atmega328p
                                          

                                          I copied the original entry for the Nano 328p and only changed bootloader files to old and new MYS Bootloader.

                                          During flashing there is no debug output, only "Der Bootloader wurde gebrannt" ("burning bootloader finished) when done.
                                          When powering node up I get these messages:

                                          1	10.05.2016 21:00:36	RX	0 - Gateway	INTERNAL	C_INTERNAL	NO	I_GATEWAY_READY	Gateway startup complete.
                                          2	10.05.2016 21:00:37	RX	0 - Gateway	INTERNAL	C_INTERNAL	NO	I_VERSION	2.0.0-beta
                                          3	10.05.2016 21:00:51	RX	BROADCAST	INTERNAL	C_INTERNAL	NO	I_ID_REQUEST	
                                          4	10.05.2016 21:00:51	TX	BROADCAST	INTERNAL	C_INTERNAL	NO	I_ID_RESPONSE	3
                                          5	10.05.2016 21:00:55	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_CONFIG_REQUEST	FFFFFFFFFFFF2CC30102
                                          6	10.05.2016 21:00:58	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_CONFIG_REQUEST	FFFFFFFFFFFF2CC30102
                                          7	10.05.2016 21:01:01	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_CONFIG_REQUEST	FFFFFFFFFFFF2CC30102
                                          8	10.05.2016 21:01:09	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_CONFIG_REQUEST	FFFFFFFFFFFF2CC30102
                                          9	10.05.2016 21:01:13	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_CONFIG_REQUEST	FFFFFFFFFFFF2CC30102
                                          10	10.05.2016 21:01:16	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_CONFIG_REQUEST	FFFFFFFFFFFF2CC30102
                                          11	10.05.2016 21:01:20	TX	3	N/A	C_INTERNAL	NO	I_REBOOT	0
                                          12	10.05.2016 21:01:27	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_CONFIG_REQUEST	FFFFFFFFFFFF2CC30102
                                          13	10.05.2016 21:01:27	TX	3	N/A	C_STREAM	NO	ST_FIRMWARE_CONFIG_RESPONSE	0A0001005000D446
                                          14	10.05.2016 21:01:28	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_REQUEST	0A0001004F00
                                          15	10.05.2016 21:01:28	TX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_RESPONSE	0A0001004F00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
                                          16	10.05.2016 21:01:28	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_REQUEST	0A0001004E00
                                          17	10.05.2016 21:01:28	TX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_RESPONSE	0A0001004E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
                                          18	10.05.2016 21:01:31	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_REQUEST	0A0001004D00
                                          19	10.05.2016 21:01:31	TX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_RESPONSE	0A0001004D00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
                                          20	10.05.2016 21:01:35	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_REQUEST	0A0001004C00
                                          21	10.05.2016 21:01:35	TX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_RESPONSE	0A0001004C00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
                                          22	10.05.2016 21:01:35	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_REQUEST	0A0001004B00
                                          23	10.05.2016 21:01:35	TX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_RESPONSE	0A0001004B00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
                                          24	10.05.2016 21:01:36	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_REQUEST	0A0001004A00
                                          25	10.05.2016 21:01:36	TX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_RESPONSE	0A0001004A00FFCFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
                                          26	10.05.2016 21:01:39	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_REQUEST	0A0001004900
                                          27	10.05.2016 21:01:39	TX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_RESPONSE	0A00010049008B002097E1F30E940000F9CF0895F894
                                          28	10.05.2016 21:01:43	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_REQUEST	0A0001004800
                                          29	10.05.2016 21:01:43	TX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_RESPONSE	0A00010048006B010E943E020E947000C0E0D0E00E94
                                          30	10.05.2016 21:01:43	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_REQUEST	0A0001004700
                                          31	10.05.2016 21:01:43	TX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_RESPONSE	0A00010047000F90DF91CF911F910F91089508950E94
                                          32	10.05.2016 21:01:47	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_REQUEST	0A0001004600
                                          33	10.05.2016 21:01:47	TX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_RESPONSE	0A0001004600611103C01095812301C0812B8C939FBF
                                          34	10.05.2016 21:01:50	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_REQUEST	0A0001004500
                                          35	10.05.2016 21:01:50	TX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_RESPONSE	0A0001004500FF1FEC55FF4FA591B4919FB7F8948C91
                                          36	10.05.2016 21:01:50	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_REQUEST	0A0001004400
                                          37	10.05.2016 21:01:50	TX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_RESPONSE	0A000100440021F069830E94A6016981E02FF0E0EE0F
                                          38	10.05.2016 21:01:54	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_REQUEST	0A0001004300
                                          39	10.05.2016 21:01:54	TX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_RESPONSE	0A00010043001491F901E057FF4F04910023C9F08823
                                          40	10.05.2016 21:01:57	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_REQUEST	0A0001004200
                                          41	10.05.2016 21:01:57	TX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_RESPONSE	0A000100420030E0F901E859FF4F8491F901E458FF4F
                                          42	10.05.2016 21:02:01	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_REQUEST	0A0001004100
                                          43	10.05.2016 21:02:01	TX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_RESPONSE	0A00010041000F931F93CF93DF931F92CDB7DEB7282F
                                          44	10.05.2016 21:02:05	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_REQUEST	0A0001004000
                                          45	10.05.2016 21:02:05	TX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_RESPONSE	0A0001004000F8948C91822B8C939FBFDF91CF910895
                                          46	10.05.2016 21:02:05	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_REQUEST	0A0001003F00
                                          47	10.05.2016 21:02:05	TX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_RESPONSE	0A0001003F00322F309583238C938881822B888304C0
                                          48	10.05.2016 21:02:08	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_REQUEST	0A0001003E00
                                          49	10.05.2016 21:02:08	TX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_RESPONSE	0A0001003E008C93888182230AC0623051F4F8948C91
                                          50	10.05.2016 21:02:12	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_REQUEST	0A0001003D00
                                          51	10.05.2016 21:02:12	TX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_RESPONSE	0A0001003D00D4919FB7611108C0F8948C9120958223
                                          52	10.05.2016 21:02:12	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_REQUEST	0A0001003C00
                                          53	10.05.2016 21:02:12	TX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_RESPONSE	0A0001003C00E255FF4FA591B4918C559F4FFC01C591
                                          54	10.05.2016 21:02:13	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_REQUEST	0A0001003B00
                                          55	10.05.2016 21:02:13	TX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_RESPONSE	0A0001003B00FF4F8491882349F190E0880F991FFC01
                                          56	10.05.2016 21:02:16	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_REQUEST	0A0001003A00
                                          57	10.05.2016 21:02:16	TX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_RESPONSE	0A0001003A00DF9390E0FC01E458FF4F2491FC01E057
                                          58	10.05.2016 21:02:16	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_REQUEST	0A0001003900
                                          59	10.05.2016 21:02:16	TX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_RESPONSE	0A000100390003C08091B0008F7D8093B0000895CF93
                                          60	10.05.2016 21:02:17	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_REQUEST	0A0001003800
                                          61	10.05.2016 21:02:17	TX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_RESPONSE	0A000100380002C084B58F7D84BD08958091B0008F77
                                          62	10.05.2016 21:02:17	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_REQUEST	0A0001003700
                                          63	10.05.2016 21:02:17	TX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_RESPONSE	0A0001003700809180008F7780938000089584B58F77
                                          64	10.05.2016 21:02:21	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_REQUEST	0A0001003600
                                          65	10.05.2016 21:02:21	TX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_RESPONSE	0A00010036008830B9F08430D1F4809180008F7D03C0
                                          66	10.05.2016 21:02:24	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_REQUEST	0A0001003500
                                          67	10.05.2016 21:02:24	TX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_RESPONSE	0A000100350028F4813099F08230A1F008958730A9F0
                                          68	10.05.2016 21:02:24	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_REQUEST	0A0001003400
                                          69	10.05.2016 21:02:24	TX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_RESPONSE	0A00010034008081806880831092C1000895833081F0
                                          70	10.05.2016 21:02:28	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_REQUEST	0A0001003300
                                          71	10.05.2016 21:02:28	TX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_RESPONSE	0A00010033008460808380818260808380818E7F8083
                                          72	10.05.2016 21:02:29	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_REQUEST	0A0001003200
                                          73	10.05.2016 21:02:29	TX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_RESPONSE	0A0001003200E0EBF0E0808181608083EAE7F0E08081
                                          74	10.05.2016 21:02:30	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_REQUEST	0A0001003100
                                          75	10.05.2016 21:02:30	TX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_RESPONSE	0A0001003100808181608083E1EBF0E0808184608083
                                          76	10.05.2016 21:02:31	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_REQUEST	0A0001003000
                                          77	10.05.2016 21:02:31	TX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_RESPONSE	0A0001003000808182608083808181608083E0E8F0E0
                                          78	10.05.2016 21:02:31	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_REQUEST	0A0001002F00
                                          79	10.05.2016 21:02:31	TX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_RESPONSE	0A0001002F00EEE6F0E0808181608083E1E8F0E01082
                                          80	10.05.2016 21:02:35	RX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_REQUEST	0A0001002E00
                                          81	10.05.2016 21:02:35	TX	3	INTERNAL	C_STREAM	NO	ST_FIRMWARE_RESPONSE	0A0001002E00816084BD85B5826085BD85B5816085BD
                                          

                                          which seem to be working OTA update, but not very fast (about 75 messages in 1 minute). Here to MYSController debug of that period:

                                          10.05.2016 21:01:16	RX	3;255;4;0;0;FFFFFFFFFFFF2CC30102
                                          10.05.2016 21:01:16	DEBUG	Undefined firmware/type for node=3
                                          10.05.2016 21:01:16	INFO	BL version=258
                                          10.05.2016 21:01:16	INFO	No FW assigned
                                          10.05.2016 21:01:20	TX	3;0;3;0;13;0
                                          10.05.2016 21:01:20	INFO	FW "Blink" assigned to node 3
                                          10.05.2016 21:01:27	RX	3;255;4;0;0;FFFFFFFFFFFF2CC30102
                                          10.05.2016 21:01:27	CHILD	New child discovered, node id=3, child id=internal
                                          10.05.2016 21:01:27	DEBUG	Undefined firmware/type for node=3
                                          10.05.2016 21:01:27	INFO	BL version=258
                                          10.05.2016 21:01:27	INFO	Send FW info to node 3: type=A, version=1, blocks=0x0050, CRC=0x46D4
                                          10.05.2016 21:01:27	TX	3;0;4;0;1;0A0001005000D446
                                          10.05.2016 21:01:28	RX	3;255;4;0;2;0A0001004F00
                                          10.05.2016 21:01:28	DEBUG	FW update started, node id = 3
                                          10.05.2016 21:01:28	TX	3;255;4;0;3;0A0001004F00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
                                          10.05.2016 21:01:28	RX	3;255;4;0;2;0A0001004E00
                                          10.05.2016 21:01:28	TX	3;255;4;0;3;0A0001004E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
                                          10.05.2016 21:01:31	RX	3;255;4;0;2;0A0001004D00
                                          10.05.2016 21:01:31	TX	3;255;4;0;3;0A0001004D00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
                                          10.05.2016 21:01:35	RX	3;255;4;0;2;0A0001004C00
                                          10.05.2016 21:01:35	TX	3;255;4;0;3;0A0001004C00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
                                          10.05.2016 21:01:35	RX	3;255;4;0;2;0A0001004B00
                                          10.05.2016 21:01:35	TX	3;255;4;0;3;0A0001004B00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
                                          10.05.2016 21:01:36	RX	3;255;4;0;2;0A0001004A00
                                          10.05.2016 21:01:36	TX	3;255;4;0;3;0A0001004A00FFCFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
                                          10.05.2016 21:01:39	RX	3;255;4;0;2;0A0001004900
                                          10.05.2016 21:01:39	TX	3;255;4;0;3;0A00010049008B002097E1F30E940000F9CF0895F894
                                          10.05.2016 21:01:43	RX	3;255;4;0;2;0A0001004800
                                          10.05.2016 21:01:43	TX	3;255;4;0;3;0A00010048006B010E943E020E947000C0E0D0E00E94
                                          10.05.2016 21:01:43	RX	3;255;4;0;2;0A0001004700
                                          10.05.2016 21:01:43	TX	3;255;4;0;3;0A00010047000F90DF91CF911F910F91089508950E94
                                          10.05.2016 21:01:47	RX	3;255;4;0;2;0A0001004600
                                          10.05.2016 21:01:47	TX	3;255;4;0;3;0A0001004600611103C01095812301C0812B8C939FBF
                                          10.05.2016 21:01:50	RX	3;255;4;0;2;0A0001004500
                                          10.05.2016 21:01:50	TX	3;255;4;0;3;0A0001004500FF1FEC55FF4FA591B4919FB7F8948C91
                                          10.05.2016 21:01:50	RX	3;255;4;0;2;0A0001004400
                                          10.05.2016 21:01:50	TX	3;255;4;0;3;0A000100440021F069830E94A6016981E02FF0E0EE0F
                                          10.05.2016 21:01:54	RX	3;255;4;0;2;0A0001004300
                                          10.05.2016 21:01:54	TX	3;255;4;0;3;0A00010043001491F901E057FF4F04910023C9F08823
                                          10.05.2016 21:01:57	RX	3;255;4;0;2;0A0001004200
                                          10.05.2016 21:01:57	TX	3;255;4;0;3;0A000100420030E0F901E859FF4F8491F901E458FF4F
                                          10.05.2016 21:02:01	RX	3;255;4;0;2;0A0001004100
                                          10.05.2016 21:02:01	TX	3;255;4;0;3;0A00010041000F931F93CF93DF931F92CDB7DEB7282F
                                          10.05.2016 21:02:05	RX	3;255;4;0;2;0A0001004000
                                          10.05.2016 21:02:05	TX	3;255;4;0;3;0A0001004000F8948C91822B8C939FBFDF91CF910895
                                          10.05.2016 21:02:05	RX	3;255;4;0;2;0A0001003F00
                                          10.05.2016 21:02:05	TX	3;255;4;0;3;0A0001003F00322F309583238C938881822B888304C0
                                          10.05.2016 21:02:08	RX	3;255;4;0;2;0A0001003E00
                                          10.05.2016 21:02:08	TX	3;255;4;0;3;0A0001003E008C93888182230AC0623051F4F8948C91
                                          10.05.2016 21:02:12	RX	3;255;4;0;2;0A0001003D00
                                          10.05.2016 21:02:12	TX	3;255;4;0;3;0A0001003D00D4919FB7611108C0F8948C9120958223
                                          10.05.2016 21:02:12	RX	3;255;4;0;2;0A0001003C00
                                          10.05.2016 21:02:12	TX	3;255;4;0;3;0A0001003C00E255FF4FA591B4918C559F4FFC01C591
                                          10.05.2016 21:02:13	RX	3;255;4;0;2;0A0001003B00
                                          10.05.2016 21:02:13	TX	3;255;4;0;3;0A0001003B00FF4F8491882349F190E0880F991FFC01
                                          10.05.2016 21:02:16	RX	3;255;4;0;2;0A0001003A00
                                          10.05.2016 21:02:16	TX	3;255;4;0;3;0A0001003A00DF9390E0FC01E458FF4F2491FC01E057
                                          10.05.2016 21:02:16	RX	3;255;4;0;2;0A0001003900
                                          10.05.2016 21:02:16	TX	3;255;4;0;3;0A000100390003C08091B0008F7D8093B0000895CF93
                                          10.05.2016 21:02:17	RX	3;255;4;0;2;0A0001003800
                                          10.05.2016 21:02:17	TX	3;255;4;0;3;0A000100380002C084B58F7D84BD08958091B0008F77
                                          10.05.2016 21:02:17	RX	3;255;4;0;2;0A0001003700
                                          10.05.2016 21:02:17	TX	3;255;4;0;3;0A0001003700809180008F7780938000089584B58F77
                                          10.05.2016 21:02:21	RX	3;255;4;0;2;0A0001003600
                                          10.05.2016 21:02:21	TX	3;255;4;0;3;0A00010036008830B9F08430D1F4809180008F7D03C0
                                          10.05.2016 21:02:24	RX	3;255;4;0;2;0A0001003500
                                          10.05.2016 21:02:24	TX	3;255;4;0;3;0A000100350028F4813099F08230A1F008958730A9F0
                                          10.05.2016 21:02:24	RX	3;255;4;0;2;0A0001003400
                                          10.05.2016 21:02:24	TX	3;255;4;0;3;0A00010034008081806880831092C1000895833081F0
                                          10.05.2016 21:02:28	RX	3;255;4;0;2;0A0001003300
                                          10.05.2016 21:02:28	TX	3;255;4;0;3;0A00010033008460808380818260808380818E7F8083
                                          10.05.2016 21:02:29	RX	3;255;4;0;2;0A0001003200
                                          10.05.2016 21:02:29	TX	3;255;4;0;3;0A0001003200E0EBF0E0808181608083EAE7F0E08081
                                          10.05.2016 21:02:30	RX	3;255;4;0;2;0A0001003100
                                          10.05.2016 21:02:30	TX	3;255;4;0;3;0A0001003100808181608083E1EBF0E0808184608083
                                          10.05.2016 21:02:31	RX	3;255;4;0;2;0A0001003000
                                          10.05.2016 21:02:31	TX	3;255;4;0;3;0A0001003000808182608083808181608083E0E8F0E0
                                          10.05.2016 21:02:31	RX	3;255;4;0;2;0A0001002F00
                                          10.05.2016 21:02:31	TX	3;255;4;0;3;0A0001002F00EEE6F0E0808181608083E1E8F0E01082
                                          10.05.2016 21:02:35	RX	3;255;4;0;2;0A0001002E00
                                          10.05.2016 21:02:35	TX	3;255;4;0;3;0A0001002E00816084BD85B5826085BD85B5816085BD
                                          
                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          8

                                          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