Hi Rupesh,

and welcome to RIOT! The supposed platform looks quite interesting, but as far as I see it, we currently don't have support for that MCU. If you are interested and have some capacities, you could try to port the platform for RIOT, according to our porting guide [1]. I think there will be some people (including me), that will help you. Also you could cheat a bit by comparing to the 8Bit Atmega2560 or several other 32Bit platforms. Regarding the on-chip receiver, you should fulfill the netdev interface [2] (attention! this may change slightly during the next weeks) and with that, be able to run our gnrc network-stack. For the transceiver driver you may also cheat a bit by comparing other 802.15.4. drivers, e.g. for the AT86RFxx family.

Best,
Peter

[1] https://github.com/RIOT-OS/RIOT/wiki/Porting-Guide
[2] https://github.com/RIOT-OS/RIOT/blob/master/sys/include/net/gnrc/netdev.h

Am 24.08.2015 um 09:39 schrieb Rupesh Basnet:
Hello people,

I want to use RIOT in avr-zigduino platform. The development board is zigduino 
r2. It has ATmega128RFa1 processor and on chip low power 2.4GHz radio for 
zigbee and IEEE 802.15.4. The link to the board manual is here:

http://wiki.logos-electro.com/zigduino-r2-manual

_______________________________________________
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel

--
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

_______________________________________________
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel

Reply via email to