On Tue, Feb 16, 2010 at 8:58 AM, Olivier Fauchon
<[email protected]> wrote:
> Hi.
>
> The AVR Zigbit modules
> (http://www.atmel.com/dyn/products/tools_card_mcu.asp?tool_id=4539), are
> made of :
>
> - ATMEGA 1281 uController
> - Atmel AT86RF230 radio
>
> The ATMEGA1281 offers a serial line that could be connected to a Linux
> computer, and act as a serial to 802.15.4 adapter.
>
> I'm requesting comments on how to implement the ATMEGA1281 firmware so
> the module can communicate with your linux-zigbee stack.

If you are looking for a quick solution code for hooking at Atmel
Raven USB stick to Linux already exists.

The ATMEGA1281 is wasted in the configuration, the Linux code is happy
using SPI directly to the AT86RF230.

The linux-zigbee stack communicates over serial using an in-band line
discipline similar to XON/XOFF. There are some simple tests apps in
the sourceforge project that should get you going.

>
> Any comments welcome.
>
> Olivier
>
> --
> Olivier Fauchon
> www.oflabs.com
>
>
> ------------------------------------------------------------------------------
> SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
> Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
> http://p.sf.net/sfu/solaris-dev2dev
> _______________________________________________
> Linux-zigbee-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel
>



-- 
Jon Smirl
[email protected]

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Linux-zigbee-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel

Reply via email to