Quick update:
-compiling with MySensors librairy ver 2.3.2 gives no error but my simple setup cannot reach GW with the following debug on serial monitor:
0 MCO:BGN:INIT NODE,CP=RNNNA---,FQ=16,REL=255,VER=2.3.2
4 MCO:BGN:BFR
35 TSM:INIT
36 TSF:WUR:MS=100
43 TSM:INIT:TSP OK
45 TSM:INIT:STATID=250
47 TSF:SID:OK,ID=250
49 TSM:FPAR
72 ?TSF:MSG:SEND,250-250-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
137 MCO:BGN:STP
151 TSF:WUR:MS=2000
2080 !TSM:FPAR:NO REPLY
2082 TSM:FPAR
2105 ?TSF:MSG:SEND,250-250-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
2166 MCO:BGN:INIT OK,TSP=0
4113 !TSM:FPAR:NO REPLY
4115 TSM:FPAR
4139 ?TSF:MSG:SEND,250-250-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
6147 !TSM:FPAR:NO REPLY
6149 TSM:FPAR
6172 ?TSF:MSG:SEND,250-250-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
8180 !TSM:FPAR:FAIL
8181 TSM:FAIL:CNT=1
8183 TSM:FAIL:DIS
8185 TSF:TDI:TSL
18187 TSM:FAIL:RE-INIT
18189 TSM:INIT
18195 TSM:INIT:TSP OK
18197 TSM:INIT:STATID=250
18200 TSF:SID:OK,ID=250
18202 TSM:FPAR
18225 ?TSF:MSG:SEND,250-250-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
20233 !TSM:FPAR:NO REPLY
20235 TSM:FPAR
20258 ?TSF:MSG:SEND,250-250-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
22266 !TSM:FPAR:NO REPLY
22268 TSM:FPAR
22291 ?TSF:MSG:SEND,250-250-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
24299 !TSM:FPAR:NO REPLY
24301 TSM:FPAR
24324 ?TSF:MSG:SEND,250-250-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
26332 !TSM:FPAR:FAIL
26333 TSM:FAIL:CNT=2
26335 TSM:FAIL:DIS
26337 TSF:TDI:TSL
36340 TSM:FAIL:RE-INIT
36342 TSM:INIT
36348 TSM:INIT:TSP OK
36350 TSM:INIT:STATID=250
36354 TSF:SID:OK,ID=250
36356 TSM:FPAR
36379 ?TSF:MSG:SEND,250-250-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
and so on
- compiling with MySensors librairy ver 2.2.0 (as mentionned in the sketch) gives me the following error:
Compilation error: 'RF24_PA_LOW' was not declared in this scope
- same error with MySensors librairy ver 2.3.0