[riot-devel] 6LOWPAN RIOT

2016-02-26 Thread Giritharan
Hi I am new to RIOT. I have two SAMR21-XPRO Devices.I am using RIOT OS to communicate between two board.I tried RPL Routing for mesh network.I set up one device is parent and another is child by RPL networking.I tried this link to set up RPL (https://github.com/RIOT-OS/RIOT/wik

Re: [riot-devel] netdev2 - some hints about the relationships between the 6lowpan protocol

2016-02-26 Thread Martine Lenders
Hi Bernhard, that's not what I said: cc11xx is the only *radio* in master. Since netdev2 was introduced around the time we introduced Ethernet, there are also several Ethernet devices (netdev2_tap, enc28j60, encx24j600) that support the netdev2 interface. Our IEEE 802.15.4 radios work with the pred

Re: [riot-devel] netdev2 - some hints about the relationships between the 6lowpan protocol

2016-02-26 Thread Bernhard Nägele
Hello everyone, that sounds not goodonly one device in master und one not yet merged!? Best regards, Bernhard ___ devel mailing list devel@riot-os.org https://lists.riot-os.org/mailman/listinfo/devel

Re: [riot-devel] netdev2 - some hints about the relationships between the 6lowpan protocol

2016-02-26 Thread Peter Kietzmann
Hi, AFAIK the nrf24l01+ actually is the radio and it does not support netdev2, neither netdev. That proprietary transceiver has just the lowlevel support currently. There are plans to adapt it to netdev2 "soon" but that device is kind of special. Thus it will be a bit tinkered I guess. Even i

Re: [riot-devel] netdev2 - some hints about the relationships between the 6lowpan protocol

2016-02-26 Thread Martine Lenders
Hi, what radio is the nrf24l01p using? The only radio in master currently implementing netdev2 is the cc11xx driver (all others are either Ethernet drivers or not merged yet). As stated before: there is a move to port the IEEE 802.15.4 devices (which are currently implementing the older GNRC-specif

Re: [riot-devel] netdev2 - some hints about the relationships between the 6lowpan protocol

2016-02-26 Thread Bernhard Nägele
Hello everyone, today I compiled the example/gnrc_minimal with the nrf24l01p module included in the boards Makefile.dep file (Riot Release package RIOT-2015.12) . The compile process was successful and the compiler output show the the driver for the radio module was compiled. But when I searched