wisskar / souliss

Automatically exported from code.google.com/p/souliss
0 stars 0 forks source link

Broadcast support in nRF24 drivers #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Any sketch that use broadcast doesn't behave as expected.

Using a setup over a node that should join dinamically a gateway through 
nRF24L01 radio the result is:
Node:

Node Init
(vNet)<SETADDR><|0x6502>
Join in progress
(MaCaco)<OUT><|0x3A|0x0|0x0|0x0|0x0|0x>
(vNet)<BRD><Media><|0x2><|0xB|0x17|0xFFFF|0x6502>
Join in progress
(MaCaco)<OUT><|0x3A|0x0|0x0|0x0|0x0|0x>
(vNet)<BRD><Media><|0x2><|0xB|0x17|0xFFFF|0x6502>
Repeats.......

Gateway:

Gateway Init
(vNet)<SETADDR><|0x6501>
(vNet)<SETADDR><|0x10>
(MAC)<1A,A6,49,6B,0,1,>
(IP)<C0,A8,1,10,>

More info at
http://www.mysouliss.eu/forum/souliss-help/79-dynamic-addressing-examples?start=
12#1247

Original issue reported on code.google.com by dario.di...@souliss.net on 13 Aug 2014 at 5:41

GoogleCodeExporter commented 9 years ago
Done in commit  6cb3bc772409

Original comment by dario.di...@souliss.net on 15 Aug 2014 at 11:14