../cc2420/csma/CC2420CsmaP.nc :
Change line143: header->fcf &= ( (1 << IEEE154_FCF_ACK_REQ) |
to header->fcf &= ( (0 << IEEE154_FCF_ACK_REQ) |
Change line 151: metadata->ack = FALSE;
to metadata->ack = TRUE;
Wednesday, January 9, 2013
Sunday, January 6, 2013
CC2420 Layer Diagram
- +--------------------------------------------------+
- | Application Layer |
- | |
- +-----------------------+--------------------------+
- +----------------------+-------------------------+
- | Active Message Layer |
- +----------------------+-------------------------+
- +----------------------+-------------------------+
- | Unique Send Layer |
- +----------------------+-------------------------+
- +----------------------+-------------------------+
- | Optional Packet Link Layer |
- +----------------------+-------------------------+
- +----------------------+-------------------------+
- | Optional Low Power Listening Implementations |
- +----------------------+-------------------------+
- +----------------------+-------------------------+
- | Unique Receive Filtering Layer |
- +----------------------+-------------------------+
- +----------------------+-------------------------+
- | Optional 6LowPAN TinyOS Network Layer |
- +----------------------+-------------------------+
- +----------------------+-------------------------+
- | Carrier Sense Multiple Access (CSMA) |
- +----------------------+-------------------------+
- +----------+----------+ +----------+----------+
- | ReceiveP | | TransmitP |
- +----------+----------+ +----------+----------+
- +-----------------------+-------------------------+
- | SPI bus, GPIO, Interrupts, Timer Capture |
- +-------------------------------------------------+
Saturday, January 5, 2013
Install TinyOS 2.1.2 on Ubuntu with gcc-msp430 4.6.3
Source: http://www.electronicspub.com/article/28/tinyos-installation-guide-on-ubuntu.html
Source: http://www.electronicspub.com/articles/articles.print.php?id=28
http://www.eetutorials.com/article/28/1/TinyOS-installation-guide-on-Ubuntu.html
Author: Saeid Yazdani
Date: 13 September 2012
Source: http://www.electronicspub.com/articles/articles.print.php?id=28
http://www.eetutorials.com/article/28/1/TinyOS-installation-guide-on-Ubuntu.html
Author: Saeid Yazdani
Date: 13 September 2012
Subscribe to:
Posts (Atom)