Hi Svilen,

welcome to RIOT! Running the full network stack including RPL and
default packet buffer size (like in gnrc_networking [1]) is too memory
expensive for the boards you mentioned. There is a minimal example
(gnrc_minimal [2]) with reduces feature sets and reduced memory sizes
which might fit.

In order to transmit data you need to connect an external network
interface to these boards. I'd recommend the Openlabs [3] or Microchip
[4] 802.15.4 radios.

Is there reason against using a slightly bigger devices, for example
arduino-due (Cortex-M4 based)? Before getting to the real constrained
devices you might want to experiment with the examples under native [5].

Best
Peter

[1] https://github.com/RIOT-OS/RIOT/tree/master/examples/gnrc_networking
[2] https://github.com/RIOT-OS/RIOT/tree/master/examples/gnrc_minimal
[3] https://openlabs.co/OSHW/Raspberry-Pi-802.15.4-radio
[4] https://www.microchip.com/wwwproducts/en/en535967
[5]
https://github.com/RIOT-OS/RIOT/wiki/Tutorial%3A-RIOT-and-Multi-Hop-Routing-with-RPL

Am 04.07.2018 um 16:23 schrieb Svilen Stoyanov:
> Good afternoon,
> 
> I recently had started doing a little bit of research on the RIOT-OS and
> mainly its networking stack and RPL implementation and potentially I may
> include it in my Honours Project as part of my networking course.
> Yesterday, I managed to get some arduino boards with the help of my
> university (arduino uno, arduino duemilanove, arduino-yun,
> arduino-yun_mini). I just want to ask you, considering the
> above-mentioned boards - I do not think I will be able to do my
> "experiment" on the Uno and Due, right? However, would I be able to do
> it on the Yun and Yun-mini?
> 
> Thank you in advance for any given answer!
> 
> Kind regards,
> 
> Sis
> 
> 
> _______________________________________________
> users mailing list
> [email protected]
> https://lists.riot-os.org/mailman/listinfo/users
> 

-- 
Peter Kietzmann

Hamburg University of Applied Sciences
Dept. Informatik, Internet Technologies Group
Berliner Tor 7, 20099 Hamburg, Germany
Fon: +49-40-42875-8426
Web: http://www.haw-hamburg.de/inet
_______________________________________________
users mailing list
[email protected]
https://lists.riot-os.org/mailman/listinfo/users

Reply via email to