uracoli-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[uracoli-devel] New arduino-compatible board with RF230


From: Charles Goyard
Subject: [uracoli-devel] New arduino-compatible board with RF230
Date: Tue, 16 Nov 2010 12:16:02 +0100

Hi,

some guys built a m328+rf230 board in Arduino form factor, along with
a 802.15.4 stack. Should be easy to add to uracoli.

The software looks rather straightforward and not as HAL'ed and
adaptable than uracoli. However the high level API is rather simple to
use :

byte msg[] = "Hello World";
chibiInit();
while(1) {
    chibiTx(BROADCAST_ADDR, msg, 12);
    delay(500);
}

I don't know more about all this, but I think it's interesting to see
how other people do.

See http://freaklabs.org/index.php/chibiArduino.html for more information.


-- 
Charlot



reply via email to

[Prev in Thread] Current Thread [Next in Thread]