Polysense Technologies Co. Ltd. WXS8000 用户手册

下载
页码 36
 
 
User Guide 
Revision 0.1 
 
 
XXX-XXXX 
Polysense WxS8000 User Guide 
Rev 2.3, Mar 26, 2018 
 
Polysense, Inc. Confidential 
Page 13 
 
 
 
1 – Enable ADR 
Bit[0] – Enable/disable Carrier 
Sensing 
 
0 – Disable Carrier Sensing 
mechanism 
 
1 – Enable Carrier Sensing 
mechanism 
The unused bits MUST be set to 0 
0x8 
DEVICE_EUI 
 
A global end-device ID in IEEE EUI64 address space that 
uniquely identifies one LoRa end-device 
Applicable to OTA join-type only 
0x10 
APP_EUI 
 
A global end-device ID in IEEE EUI64 address space that 
uniquely identifies one LoRa application 
Applicable to OTA join-type only 
0x18 
APP_KEY 
16 
 
The APP_KEY is an AES-128 application key specific to 
one LoRa end-device 
Applicable to OTA join-type only 
0x8 
DEVICE_ADDR 
 
DEVICE_ADDR identifies the LoRa end-device within the 
current LoRa network. It consists of NwkID[31..25] and 
NwkAddr[24..0]. 
Applicable to Personalization join-type only 
0xC 
APP_S_KEY 
16 
 
Application session key specific to one LoRa end-device 
Applicable to Personalization join-type only
 
0x1C 
NWK_S_KEY 
16 
 
Network session key specific to one LoRa end-device 
Applicable to Personalization join-type only
 
0xBC 
CHANNEL_GROUP 
Bit[7~4] – the end group ID, valid 
data range: 0~0xF 
Bit[3~0] – the start group ID, valid 
data range: 0~0xF 
The start/end channel group IDs specify the channel 
scope when WxS8000 is scanning to find the available 
channel after bootup, for example, if end group ID is 0, 
start group ID is 0, then WxS8000 will only scan 
channel#0 ~ #8 to communicate with gateway. 
NOTE: if PRB is enabled, WxS8000 will always use the 
channel group setting in PRB to communicate with LoRa 
gateway and server. 
0xBD 
PARTIME_SCHEDULING_FROM 
Valid data range: 0~0x173B 
Global start-time of part-time scheduling, below defines 
its format: 
0xhhmm, for example, 0x173B refers as 23:59 
0xBF 
PARTIME_SCHEDULING_TO 
Valid data range: 0~0x173B 
Global end-time of part-time scheduling with the same 
format as PARTTIME_SCHEDULING_FROM 
It is possible that PARTTIME_SCHEDULING_TO is less 
than PARTTIME_SCHEDULING_FROM. In this case, 
PARTTIME_SCHEDULING_TO is the time of the second 
day. For example, if user wants to enable the sensor 
sampling in non-working-time (from 18:00 to 8:00 of the 
second day), he should set 
PARTTIME_SCHEDULING_FROM to 0x1200 (18:00), and 
set 
PARTTIME_SCHEDULING_TO to 0x0800 (8:00)