Repeater not working?
-
I set up a node and a repeater node. When i start the repeater node i receive the init data from repeater node, but from my sensor node i got nothing. In my sensor node i have forced to use the repeater on ID 101. What does the
read and drop
mean?Starting sensor (RNNNA-, 2.0.0-beta) Radio init successful. send: 101-101-0-0 s=255,c=3,t=15,pt=0,l=2,sg=0,st=ok:[01] send: 101-101-0-0 s=255,c=0,t=17,pt=0,l=10,sg=0,st=fail:2.0.0-beta send: 101-101-0-0 s=255,c=3,t=6,pt=1,l=1,sg=0,st=ok:0 send: 101-101-0-0 s=255,c=3,t=11,pt=0,l=11,sg=0,st=ok:Repeater OG send: 101-101-0-0 s=255,c=3,t=12,pt=0,l=3,sg=0,st=ok:3.0 Init complete, id=101, parent=0, distance=1 read and drop: 26-26-0 s=255,c=3,t=15,pt=0,l=2,sg=0:[01] read and drop: 26-26-0 s=255,c=0,t=17,pt=0,l=10,sg=0:2.0.0-beta read and drop: 26-26-0 s=255,c=3,t=6,pt=1,l=1,sg=0:101 read and drop: 26-26-0 s=255,c=3,t=11,pt=0,l=11,sg=0:Reed Win SZ read and drop: 26-26-0 s=255,c=3,t=12,pt=0,l=12,sg=0:1.1 06042016 read and drop: 26-26-0 s=2,c=0,t=0,pt=0,l=0,sg=0: read and drop: 26-26-0 s=2,c=1,t=16,pt=2,l=2,sg=0:0 read and drop: 26-26-0 s=255,c=3,t=15,pt=0,l=2,sg=0:[01] read and drop: 26-26-0 s=255,c=0,t=17,pt=0,l=10,sg=0:2.0.0-beta read and drop: 26-26-0 s=255,c=3,t=6,pt=1,l=1,sg=0:101 read and drop: 26-26-0 s=255,c=3,t=11,pt=0,l=11,sg=0:Reed Win SZ read and drop: 26-26-0 s=255,c=3,t=12,pt=0,l=12,sg=0:1.1 06042016 read and drop: 26-26-0 s=2,c=0,t=0,pt=0,l=0,sg=0: read and drop: 26-26-0 s=2,c=1,t=16,pt=2,l=2,sg=0:0```
-
Did you define:
#define MY_REPEATER_FEATURE
in the sketch?
-
Yeah @hek, i defined it after
#include MySensor.h
, so it was not properly defined
Thanks!