Redmine Admin

Registered on 12/07/2011 • Last connection on 05/12/2022

RE: CC2530 is Not Transmitting

By default ZBOSS starts on 14(0xE) channel. Are you sure there's no packets on this channel?

 

Channel mask can be configured in zb_config.h by changing

 

[code]

 

#define ZB_DEFAULT_APS_CHANNEL_MASK (1l<<14)

 

[/code]

 

RE: CC2530 is Not Transmitting

ZBOSS is a protocol stack. It can be used for Coordinator, Router or End-Device.

 

For application example you can use any of provided tests. Just enable one of the tests from tests folder and disable your current test. All tests have prefixes like _ed, _zr or _zc which points on what device will be built.