No serial debug
-
OS: Windows 7 64bit
Arduino IDE: 1.7.8
MySensors: 1.5
Arduino: UNO
Radio: NRF24L01+Hi, i try a simple setup with a serial gateway and relay actuator with no succes.
So i unplug all and i upload the serial gateway code to my uno with no radio on it.
The serial monitor just print one random character every time i open it.
No other debug info...
Normaly it should print :
0;0;3;0;9;gateway started, id=0, parent=0, distance=0
0;0;3;0;14;Gateway startup complete.cheers
-
The serial console is probably set to the wrong speed. 115200 is default for MySensors but you might have to try some different settings.
-
thank you!! It's working now !!