Problem with serial gateway on Arduino Mega (only local node)
-
Hello
I want to start my project with mysensors gateway connected via serial port (usb) to raspberry.
At the start I want to have only one sensor connected localy to Arduino Maga.After setup on serial monitor I can see a lot of log like this:
0;255;3;0;14;Gateway startup complete.
0;255;0;0;17;2.1.1
0;1;0;0;0;
0;255;3;0;9;MCO:BGN:STP
0;255;3;0;11;TakieCos
0;255;3;0;12;1.0
0;255;3;0;9;MCO:REG:NOT NEEDED
0;255;3;0;9;MCO:BGN:INIT OK,TSP=NA
0;255;3;0;9;MCO:SLP:MS=10000,SMS=0,I1=255,M1=255,I2=255,M2=255
0;255;3;0;9;MCO:BGN:INIT GW,CP=R-NGA--,VER=2.1.1
0;255;3;0;14;Gateway startup complete.
0;255;0;0;17;2.1.1
0;1;0;0;0;
0;255;3;0;9;MCO:BGN:STP
0;255;3;0;11;TakieCos
0;255;3;0;12;1.0
0;255;3;0;9;MCO:REG:NOT NEEDED
0;255;3;0;9;MCO:BGN:INIT OK,TSP=NA
0;255;3;0;9;MCO:SLP:MS=10000,SMS=0,I1=255,M1=255,I2=255,M2=255
0;255;3;0;9;MCO:BGN:INIT GW,CP=R-NGA--,VER=2.1.1
0;255;3;0;14;Gateway startup complete.
0;255;0;0;17;2.1.1
0;1;0;0;0;
0;255;3;0;9;MCO:BGN:STP
0;255;3;0;11;TakieCos
0;255;3;0;12;1.0
0;255;3;0;9;MCO:REG:NOT NEEDED
0;255;3;0;9;MCO:BGN:INIT OK,TSP=NA
0;255;3;0;9;MCO:SLP:MS=10000,SMS=0,I1=255,M1=255,I2=255,M2=255
0;255;3;0;9;MCO:BGN:INIT GW,CP=R-NGA--,VER=2.1.1
0;255;3;0;14;Gateway startup complete.
0;255;0;0;17;2.1.1
0;1;0;0;0;
0;255;3;0;9;MCO:BGN:STP
0;255;3;0;11;TakieCos
0;255;3;0;12;1.0
0;255;3;0;9;MCO:REG:NOT NEEDED
0;255;3;0;9;MCO:BGN:INIT OK,TSP=NA
0;255;3;0;9;MCO:SLP:MS=10000,SMS=0,I1=255,M1=255,I2=255,M2=255
0;255;3;0;9;MCO:BGN:INIT GW,CP=R-NGA--,VER=2.1.1
0;255;3;0;14;Gateway startup complete.Could You explain to me why I can see a lot of "Gateway startup complete" information ?
-
@ggg welcome to the MySensors community, and congrats on building your first node
It looks like the Mega is rebooting all the time. How is it powered?
If you haven't already, check out https://forum.mysensors.org/topic/666/debug-faq-and-how-ask-for-help/ for how to fix the most common problems (power problems for example ). Then report back here and we'll help you take the next step.