MYSBootloader node doesnt connect to gateway



  • Re: MYSBootloader 1.3.0-beta.3

    I upgraded Arduino IDE from 1.6.0 to 1.8.2 recently. Burnt the gateway with the MySensors2.1.1 gateway sketch and the nodes bootloader with MysBootloader1.3.0beta3 from the master branch on github.

    As per my understanding the Node with MysBootloader should connect to the Gateway (checked with MysController 1.0beta b3314) where i can specify the Firmware for this new node. But i am not able to get the Node entry in the left hand side tree in MysController. Upon checking the MysController Debug, there are a stream of messages from the node but are being endlessly repeated:

    6/12/2017 19:24:59	RX	0;255;3;0;9;TSF:CKU:OK,FCTRL
    6/12/2017 19:24:59	RX	0;255;3;0;9;TSF:MSG:GWL OK
    6/12/2017 19:25:01	RX	0;255;3;0;9;TSF:MSG:SEND,0-0-255-255,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=OK:0
    6/12/2017 19:25:06	RX	0;255;3;0;9;TSF:MSG:READ,255-255-255,s=255,c=3,t=7,pt=1,l=1,sg=0:235
    6/12/2017 19:25:06	RX	0;255;3;0;9;TSF:MSG:BC
    6/12/2017 19:25:06	RX	0;255;3;0;9;TSF:MSG:FPAR REQ,ID=255
    6/12/2017 19:25:06	RX	0;255;3;0;9;TSF:CKU:OK,FCTRL
    6/12/2017 19:25:06	RX	0;255;3;0;9;TSF:MSG:GWL OK
    6/12/2017 19:25:08	RX	0;255;3;0;9;TSF:MSG:SEND,0-0-255-255,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=OK:0
    6/12/2017 19:25:09	RX	0;255;3;0;9;TSF:MSG:READ,255-255-255,s=255,c=3,t=7,pt=1,l=1,sg=0:235
    6/12/2017 19:25:09	RX	0;255;3;0;9;TSF:MSG:BC
    6/12/2017 19:25:09	RX	0;255;3;0;9;TSF:MSG:FPAR REQ,ID=255
    6/12/2017 19:25:09	RX	0;255;3;0;9;TSF:CKU:OK,FCTRL
    6/12/2017 19:25:09	RX	0;255;3;0;9;TSF:MSG:GWL OK
    

    I am unable to get to the root of the problem... and could not find any mention of a similar problem on this forum (searched far and wide 🙂 )

    Any pointers to a solution or hint of what may be wrong will definitely help me save time...



  • @vikasjee said in MYSBootloader node doesnt connect to gateway:

    Re: MYSBootloader 1.3.0-beta.3

    I upgraded Arduino IDE from 1.6.0 to 1.8.2 recently. Burnt the gateway with the MySensors2.1.1 gateway sketch and the nodes bootloader with MysBootloader1.3.0beta3 from the master branch on github.

    As per my understanding the Node with MysBootloader should connect to the Gateway (checked with MysController 1.0beta b3314) where i can specify the Firmware for this new node. But i am not able to get the Node entry in the left hand side tree in MysController. Upon checking the MysController Debug, there are a stream of messages from the node but are being endlessly repeated:

    6/12/2017 19:24:59	RX	0;255;3;0;9;TSF:CKU:OK,FCTRL
    6/12/2017 19:24:59	RX	0;255;3;0;9;TSF:MSG:GWL OK
    6/12/2017 19:25:01	RX	0;255;3;0;9;TSF:MSG:SEND,0-0-255-255,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=OK:0
    6/12/2017 19:25:06	RX	0;255;3;0;9;TSF:MSG:READ,255-255-255,s=255,c=3,t=7,pt=1,l=1,sg=0:235
    6/12/2017 19:25:06	RX	0;255;3;0;9;TSF:MSG:BC
    6/12/2017 19:25:06	RX	0;255;3;0;9;TSF:MSG:FPAR REQ,ID=255
    6/12/2017 19:25:06	RX	0;255;3;0;9;TSF:CKU:OK,FCTRL
    6/12/2017 19:25:06	RX	0;255;3;0;9;TSF:MSG:GWL OK
    6/12/2017 19:25:08	RX	0;255;3;0;9;TSF:MSG:SEND,0-0-255-255,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=OK:0
    6/12/2017 19:25:09	RX	0;255;3;0;9;TSF:MSG:READ,255-255-255,s=255,c=3,t=7,pt=1,l=1,sg=0:235
    6/12/2017 19:25:09	RX	0;255;3;0;9;TSF:MSG:BC
    6/12/2017 19:25:09	RX	0;255;3;0;9;TSF:MSG:FPAR REQ,ID=255
    6/12/2017 19:25:09	RX	0;255;3;0;9;TSF:CKU:OK,FCTRL
    6/12/2017 19:25:09	RX	0;255;3;0;9;TSF:MSG:GWL OK
    

    I am unable to get to the root of the problem... and could not find any mention of a similar problem on this forum (searched far and wide 🙂 )

    Any pointers to a solution or hint of what may be wrong will definitely help me save time...
    Would appreciate any help... I am completely stuck for the last 2 days



  • According to debug message details in MyTransport.h the flood control prevents pinging GW in too short intervals though Uplink is OK (TSF:CKU:OK,FCTRL).

    @hek, Need your help (or somebody who can @Yveaux ?) help me correct this issue... Looks like a bug.



  • Upon further investigation of the TransportMessage function it looks like GW has been configured with MY_REPEATER_FEATURE = ON! Is it normal?
    Shouldnt this be false for a gateway sketch? Or does this mean that the MYSBootloader.hex file on the new node has this Repeater feature on?

    @hek, Your thoughts... Am i prodding in the right direction or am off-track completely?


Log in to reply
 

Suggested Topics

21
Online

11.2k
Users

11.1k
Topics

112.5k
Posts