uracoli logo tiny230 photo

Topics

What is it about?

The µracoli project intends to demonstrate capabilities and usage of Atmel’s IEEE-802.15.4 radio transceivers (AT86RF230, AT86RF231, AT86RF212) in combination with AVR 8 bit microcontrollers (e.g. ATmega16, ATmega1281, ATtiny84, …).

Two libararies for platforms with Atmels IEEE 802.15.4 radio transceivers and MCUs are provided. The libraries compile with avr-gcc and assume the avr-libc.

The main library libradio_<board>.a provides basic functions to control a radio transceiver, starting from simple register read/write and ending up with high level functions like CCA based transmission or address filter based frame reception with acknowledgement.

The second library libio_<board>.a is an optional support library. It provides access to GPIO (e.g. LEDs and KEYs), timer and UART ressources of the embedded platforms. Nevertheless the library libradio_board.a can be used standalone, without any need for libio_board.a. This approach gives an aplication developper full control over the microcontroller ressources.

Because there are many different variants of hardware platforms with the above mentioned microcontrollers and radio transceivers, µracoli provides a platform abstraction concept, which allows the easy definition and integration of new hardware platforms into the project.

Online Ressources

Latest News

2012/04/16

Currently we support 78 different board variants!

2012/04/16

Added support for the AT86RF233 ultra low power transceiver,

2012/03/17

We held a workshop at the Chemnitz Linux Days, look here for details.

2012/03/14

Version 0.2.0 released.


⇒ read more news


Last modified: 2012-04-16 Visitor Counter