[riot-devel] Problems with radio CC1101

2016-04-14 Thread América Ramírez R .
Hello, I've tried to connect two cc1101 radios using Atmel ATSAM3X from arduino-due with the gnrc_networking example. I've followed the recommendations given at https://lists.riot-os.org/pipermail/users/2015-November/000468.html but I haven't been able to connect so far. (connection stablished

[riot-devel] CC110x and CC112x addressing

2016-04-14 Thread Mateusz Kubaszek
Hi, Hello Mateusz, This may be unrelated to your problem, but just FYI: You need a global unique IPv6 address for RPL to work. With a link-local address (fe80::) you won't be able to create the RPL-DODAG. Cheers! Cenk I added 2001:db8::1 global address to RPL root node.

[riot-devel] CC110x and CC112x addressing

2016-04-14 Thread Mateusz Kubaszek
Now I made comparative tests between CC1101 and CC1125 modules. I compiled the code without gnrc_sixlowpan_iphc module and run two nodes with it. I turn on debug in gnrc_rpl_control_messages.c and in the radio driver, so the incoming and outgoing messages could be observed. I disabled address

Re: [riot-devel] CC110x and CC112x addressing

2016-04-14 Thread Cenk Gündogan
Hello Mateusz, This may be unrelated to your problem, but just FYI: You need a global unique IPv6 address for RPL to work. With a link-local address (fe80::) you won't be able to create the RPL-DODAG. Cheers! Cenk On 04/14/2016 09:44 AM, Mateusz Kubaszek wrote: Hi Kaspar, than you for your

[riot-devel] CC110x and CC112x addressing

2016-04-14 Thread Mateusz Kubaszek
Hi Kaspar, than you for your reply. Are you trying to use sixlowpan? Then the least significant byte of a node's IPv6 address has to match the 1 byte HW address. //If I use sixlowpan module, CC1101 does not work correctly. The RPL module does not fill parent and instance table. The node