CCA - SMAC

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

CCA - SMAC

827 Views
vitorgabriel100
Contributor II

Hello,

I was studying the SMAC protocol and i had some doubts about CCA - Clear Channel Assessment. I would like to know if it's a manual that explain its functions in a more detailed way or someone can explain me how it functions.

Thanks.

Tags (2)
3 Replies

733 Views
Sebastian_Del_Rio
NXP Employee
NXP Employee

Hi Vítor, I hope you're doing well!

 

SMAC is mounted on top of an 802.15.4 physical layer. This means that Clear Channel Assessment can be done by a request from the upper layers to the PHY layer, by creating a message to the lower layer.

 

However, the way that it's implemented in our Stack, the CCA is done automatically by the PHY layer.

 

You can read more about SMAC and 802.15.4 in the documentation included with the KW41Z's SDK.

 

The documentation can be found in the SDK's path, here:

<…\SDK_SDK_2.2.1_FRDM-KW41Z\docs\wireless>

 

Best regards,

Sebastian

733 Views
vitorgabriel100
Contributor II

Thanks, but I can not understand the real purpose of CCA, what is its function?

Regards

Vítor Caitité

0 Kudos

733 Views
Sebastian_Del_Rio
NXP Employee
NXP Employee

Hi Vitor,

 

CCA is a necessary process for the 802.15.4 communications protocol to make sure that no other message is being sent at the same time as a new message, so, when trying to transmit data, the PHY layer checks the transmission medium to see if the channel is clear and no other data is being transmitted.

 

If no data is being transmitted, and the channel is clear, then, a new message can be transmitted.

 

You can get more information about the 802.15.4 wireless communication standard and the NXP implementation of the stack in the documentation included with the KW41Z's SDK, in the following path:

 

<…\SDK_SDK_2.2.1_FRDM-KW41Z\docs\wireless\IEEE 802.15.4>

 

Best regards,

Sebastian

0 Kudos