User's Manual
Table Of Contents
- 1.0 Absolute Maximum Ratings
- 2.0 Normal Operating Conditions
- 3.0 Electrical Specifications
- 4.0 Radio
- 5.0 Pinout
- 6.0 Mote Boot Up
- 7.0 Interfaces
- 7.1 Timestamps
- 7.2 Status LED Signal
- 7.3 Serial Interface
- 7.3.1 Serial Handshake
- 7.3.2 Mote Command Data Types
- 7.3.3 Mote Commands
- 7.3.3.1 Command 0x80 Serial Payload Sent to Mote Serial
- 7.3.3.2 Command 0x81 Unacknowledged Serial Payload Received from Mote Serial
- 7.3.3.3 Command 0x82 Acknowledged Serial Payload Received from Mote Serial
- 7.3.3.4 Command 0x84 Time/State Packet
- 7.3.3.5 Commands 0x87 and 0x88 Set Parameter Request/Response
- 7.3.3.6 Commands 0x89 and 0x8A Get Parameter Request/Response
- 7.3.3.7 Command 0x8C Mote Information
- 7.3.3.8 Command 0x8D Reset Mote
- 7.3.4 Mote Get/Set Command Parameters
- 7.3.5 HDLC Packet Processing Examples
- 8.0 Packaging Description
- 9.0 Regulatory and Standards Compliance
- 10.0 Ordering Information
Interfaces
M1310-1 MOTE DATASHEET DUST NETWORKS™ 19
CONFIDENTIAL
7.3.4.3.1 Configuration Change Flag (CCF)
The Configuration Change Flag (CCF) bit is set high when the network ID is changed. Note that when the network ID is
changed over the air (using the XML-API), the entire network synchronously changes over to the new network ID. There is no
delay between when the XML-API command is received and when motes change over to the new network ID. The CCF bit is
set high when the new network ID becomes active. The CCF bit is cleared when the mote receives a Mote Information Get
request (Command 0x07) or the mote is reset.
7.3.4.4 Parameter Type 0x03 Frame Length
This parameter is only valid for the Get Parameter command and is used to retrieve the frame length of the specified frame.
Table 33 Mote States
State # Description Details
1 ACTIVE The mote has joined the network and is waiting to be
configured.
2 JOINING The mote has sent a join request, waiting to be activated.
3 ACT SEARCH The mote is actively searching for neighbors.
4–5 PASS SEARCH The mote is passively searching for neighbors.
6 SYNCHRONIZED The mote is synchronized to a network, listening in active
search.
7–8 RESETTING The mote is going through the reset process.
9 ONLINE1 The mote has joined a network and has been fully configured,
but has only one parent. The mote is ready to transmit data to
the network.
10 ONLINE2 The mote has joined a network, has been fully configured,
and has multiple parents. The mote is ready to transmit data
to the network.
Table 34 Diagnostics Status
Bit Name Details
7 --- Reserved.
6 --- Reserved.
5 --- Reserved.
4 --- Reserved.
3 --- Reserved.
2 --- Reserved.
1 CCF Configuration change flag (see section 7.3.4.3.1).
0 NV_ERR Non-volatile memory error.
Table 35 Parameter Type 0x03 Frame Length Get Request
Msg Byte Description Data Type Value
1 Cmd Type unsigned char 0x89
2 Parameter Type unsigned char 0x03
3 unsigned char Frame ID
ADVANCED INFORMATION