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
18 DUST NETWORKS™ M1310-1 MOTE DATASHEET
CONFIDENTIAL
7.3.4.2 Parameter Type 0x01 Network ID
The network ID is the identification number used to distinguish different wireless networks. In order to join a specific network,
the mote must have the same network ID as the network Manager. This parameter is only valid for the Set Parameter
command. Upon receiving this request, the mote stores the new network ID in its persistent storage area, but continues to use
the existing network ID. The mote must be reset in order to begin using the new network ID.
The following packet is sent in response to a request to set the network ID.
7.3.4.3 Parameter Type 0x02 Mote State
This parameter is only valid for the Get Parameter command and is used to retrieve the mote’s current network connection
state (see
Table 33).
:The following packet is sent in response to a request to retrieve the mote’s current network connection state.
Table 29 Parameter Type 0x01 Network ID Set Request
Msg Byte Description Data Type Value
1 Cmd Type unsigned char 0x87
2 Parameter Type unsigned char 0x01
3-4 Network ID unsigned short Network ID
Table 30 Parameter Type 0x01 Network ID Set Response
Msg Byte Description Data Type Value
1 Cmd Type unsigned char 0x88
2 Parameter Type unsigned char 0x01
3 Error code unsigned char Error code (see Table 28)
4 Data Length unsigned char 0x00
Table 31 Parameter Type 0x02 Mote State Get Request
Msg Byte Description Data Type Value
1 Cmd Type unsigned char 0x89
2 Parameter Type unsigned char 0x02
Table 32 Parameter Type 0x02 Mote State Get Response
Msg Byte Description Data Type Value
1 Cmd Type unsigned char 0x8A
2 Parameter Type unsigned char 0x02
3 Error code unsigned char Error code (see Table 28)
4 Data Length unsigned char 0x02
5 unsigned char Mote State
6 Mote diagnostics status (see
Table 34)
unsigned char Mote diagnostics status
ADVANCED INFORMATION