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
20 DUST NETWORKS™ M1310-1 MOTE DATASHEET
CONFIDENTIAL
The following packet is sent in response to a request to retrieve the frame length.
7.3.4.5 Parameter Type 0x04 Join Key
The join key is needed to allow a mote on the network. The join key is specific for the network and used for data encryption.
This parameter is only valid for a Set Parameter command. Upon receiving this request, the mote stores the new join key in its
persistent storage. The mote must be reset in order to begin using the new join key.
The following packet is sent in response to a request to set the join key.
7.3.4.6 Parameter Type 0x05 Time/State
This parameter is only valid for the Get Parameter command and is used to request the network time and mote state
information. The response to this command returns the same information as Command 0x84 (Time/State Packet), with the
only difference being that this command can be solicited using a software Get command, rather than a hardware pin.
The following packet is sent in response to a request for the network time and mote state information.
Table 36 Parameter Type 0x03 Frame Length Get Response
Msg Byte Description Data Type Value
1 Cmd Type unsigned char 0x8A
2 Parameter Type unsigned char 0x03
3 Error code unsigned char Error code (see Table 28)
4 Data Length unsigned char 0x05
5 unsigned char Frame ID
6-9 Frame Length (ms) unsigned long Frame Length
Table 37 Parameter Type 0x04 Join Key Set Request
Msg Byte Description Data Type Value
1 Cmd Type unsigned char 0x87
2 Parameter Type unsigned char 0x04
3-18 New Join Key Array of 16 unsigned char New Join Key
Table 38 Parameter Type 0x04 Join Key Set Response
Msg Byte Description Data Type Value
1 Cmd Type unsigned char 0x88
2 Parameter Type unsigned char 0x04
3 Error code unsigned char Error code (see Table 28)
4 Data Length unsigned char 0x00
Table 39 Parameter Type 0x05 Time/State Get Request
Msg Byte Description Data Type Value
1 Cmd Type unsigned char 0x89
2 Parameter Type unsigned char 0x05
Table 40 Parameter Type 0x05 Time/State Get Response
Msg Byte Description Data Type Value
1 Cmd Type unsigned char 0x8A
2 Parameter Type unsigned char 0x05
3 Error code unsigned char Error code (see Table 28)
ADVANCED INFORMATION