Re: [riot-devel] arduino-uno support

2016-05-18 Thread Laurent Navet
Here is the Pull Request [1] As a newbie in deep embedded world, there are certainly mistakes or errors, so this is also an RFC. I thought i had an arduino uno, but in fact it was a duemilanove (the one with an atmega328p) so very similar to the uno. I've tested the hello-world example on it and

Re: [riot-devel] gnrc_border_router issue on OpenMote-cc2538

2016-05-18 Thread Martine Lenders
Hi Alessandro, have you checked out the README? You have to run the `gnrc_border_router` example with the `dist/tools/ethos/start_network.sh` script, since it parallelises stdio and network traffic over the same UART. With pyterm your input might be interpreted as network packets. Cheers, Martine

Re: [riot-devel] [riot-users] Unable to ping gnrc_border_router using Zolertia RE-Mote

2016-05-18 Thread Martine Lenders
Hi Suman, > Just would like to know that when boarder router gets global ipv6 address. The way uhcpd is configured at the moment is, that the radio interface is getting the global address. Your border router currently only has a wired interface (the one that goes over your serial interface). You

Re: [riot-devel] gnrc_border_router issue on OpenMote-cc2538

2016-05-18 Thread Sumankumar Panchal
Hi Martine,I am unable to ping gnrc_border_router using Zolertia RE-Mote. Following is the output of my system terminal. ** # sudo sh start_network.sh /dev/ttyUSB0 tap0 2001:db8::/64 net.ipv6.conf.tap0.forwarding = 1

Re: [riot-devel] gnrc_border_router issue on OpenMote-cc2538

2016-05-18 Thread Martine Lenders
Hi Suman, seems my mail on users didn't get to you, since I used the wrong mail address to send it from. Well then let me paste my answer here too: looks like you only got the ethos interface running. Did you include and configure the radio driver (question to the list: is the radio driver for

Re: [riot-devel] [riot-users] Unable to ping gnrc_border_router using Zolertia RE-Mote

2016-05-18 Thread Sumankumar Panchal
Hi Martine, Thanks for valuable inputs. I will look into it. Regards, Suman On Wed, May 18, 2016 at 9:32 PM, Martine Lenders wrote: > Hi Suman, > > > Just would like to know that when boarder router gets global ipv6 > address. > > The way uhcpd is configured at the