Re: [riot-devel] arduino-uno support

2016-05-12 Thread Martine Lenders
Hi Laurent, definitely! If you have a working port, provide a PR as soon as you see fit. I personally only have a Arduino Leonardo, but it shouldn't be hard to find an Arduino Uno. Also: the simulated one could be helpful for future testing runs. Keep us in the loop :-). Cheers, Martine

[riot-devel] arduino-uno support

2016-05-12 Thread Laurent Navet
Hi, Just to let you know that I have a basic port of the arduino-uno board based on an atmega328p uc. My work is largely based on the atmega2560 port. For now, I've managed to build the hello-world and timer_periodic_wakeup examples, and to load and execute generated .elf using the simavr[1]

Re: [riot-devel] Border-router and multicast

2016-05-12 Thread Baptiste Clenet
Thanks Martine, I will try tomorrow 2016-05-12 14:10 GMT+02:00 Martine Lenders : > Hi, > > Ah the problem seems to be that for some reason Linux elects a link-local > address for the ping, which is of course due to the fact, that there is no > global address assigned to

Re: [riot-devel] Border-router and multicast

2016-05-12 Thread Martine Lenders
Hi, Ah the problem seems to be that for some reason Linux elects a link-local address for the ping, which is of course due to the fact, that there is no global address assigned to the interface and that the hop limit seems to be set to short (it is 1). So I did the following sudo ip route add

Re: [riot-devel] Border-router and multicast

2016-05-12 Thread Martine Lenders
Hi Baptiste, yeah in that case multicast seems like the best thing to go. But how about using an actual global address then: (ff:1e::1 e.g.; 10 flag = non-permanent, e scope = global). With the hint by Kaspar I was able to get the pings through the interface, but apparently the border router does