Ebyte E18-MS1PA-PCB User Manual page 10

Cc2530 2,4ghz zigbee 100mw smd wireless modules
Table of Contents

Advertisement

Chengdu Ebyte Electronic Technology Co., Ltd.
2) Change the Beacon Request sending period
Modify the variable zgDefaultStartingScanDuration
// Beacon Order Values
#define BEACON_ORDER_NO_BEACONS
#define BEACON_ORDER_4_MINUTES
#define BEACON_ORDER_2_MINUTES
#define BEACON_ORDER_1_MINUTE
#define BEACON_ORDER_31_SECONDS
#define BEACON_ORDER_15_SECONDS
#define BEACON_ORDER_7_5_SECONDS
#define BEACON_ORDER_4_SECONDS
#define BEACON_ORDER_2_SECONDS
#define BEACON_ORDER_1_SECOND
#define BEACON_ORDER_480_MSEC
#define BEACON_ORDER_240_MSEC
#define BEACON_ORDER_120_MSEC
#define BEACON_ORDER_60_MSEC
#define BEACON_ORDER_30_MSEC
#define BEACON_ORDER_15_MSEC
How to put End Device into low power consumption mode, how to set up sleep time?
After
the
DRFD_RCVC_ALWAYS_ON=FALSE in f8wConfig.cfg file, then the End Device will enter sleep mode.
The sleep time is decided by the OSAL operating system, the latest Event Timeout to occur will be set as sleep time.
There is description in the protocol stack hal_sleep function.
There are two kinds of timeout: one is the timeout of application layer event, the other is the timeout of MAC layer
event.
1) Timeout of application layer, can be obtained through osal_next_timeout() of osal_pwrmgr_powerconserve(void)
function;
2) Timeout of MAC layer, can be obtained through MAC_PwrNextTimeout() of halSleep(uint16 osal_timeout)
function.
What new features does ZigBee 3.0 stack have?
Please refer to below link, it describes the new features of the ZigBee 3.0 stack as compared with the previous ZigBee
Home Automation/ZigBee Light Link.
http://processors.wiki.ti.com/index.php/What%27s_New_in_ZigBee_3.0
About the status switch in the TI ZigBee protocol stack.
http://www.deyisupport.com/question_answer/wireless_connectivity/zigbee/f/104/t/104629.aspx
About the difference between OAD and OTA in TI protocol stack?
Copyright ©2012–2018,成都亿佰特电子科技有限公司
POWER_SAVING
is
15
14 // 245760 milliseconds
13 // 122880 milliseconds
12 // 61440 milliseconds
11 // 30720 milliseconds
10 // 15360 MSecs
9 //
7680 MSecs
8 //
3840 MSecs
7 //
1920 MSecs
6 //
960 MSecs
5
4
3
2
1
0
enabled
in
the
protocol
E18-MS1PA1-PCB User Manual
stack
macro
definition,
put
9

Advertisement

Table of Contents
loading

Table of Contents