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™ 21
CONFIDENTIAL
7.3.4.7 Parameter Type 0x07 Mote information
This parameter is only valid for the Get Parameter command. It is a diagnostics request that retrieves information about the
mote’s properties.
The following packet is sent in response to a request for information about mote properties.
4 Data Length unsigned char 0x18
5-8 unsigned long Cycle
9-12 unsigned long
Offset (µsec)
13-14 Frame Length (slots) unsigned short Frame Length
15-18 UTC Time sec unsigned long UTC Time sec
19-22
UTC Time µsec
unsigned long
UTC Time µsec
23-26 Mote uptime msec unsigned long Mote uptime msec
27 Mote state unsigned char Mote state
28 Mote diagnostics status (see
Table 34)
unsigned char Mote diagnostics status
Table 41 Parameter Type 0x07 Mote Information Get Request
Msg Byte Description Data Type Value
1 Cmd Type unsigned char 0x89
2 Parameter Type unsigned char 0x07
Table 42 Parameter Type 0x07 Mote Information Get Response
Msg Byte Description Data Type Value
1 Cmd Type unsigned char 140 (0x8A)
2 Parameter Type unsigned char 0x07
3 Error Code unsigned char Error Code
4 Data length unsigned char 0x20
5-7 HW model Array of 3 unsigned char HW model
8-9 HW revision Array of 2 unsigned char HW revision
10-13 SW revision Array of 4 unsigned char SW revision
14-21 MAC address Array of 8 unsigned char MAC addr
22 Networking type unsigned char TBD
23-24 Network ID unsigned short Network ID
25-32 Datasheet ID Array of 8 unsigned char Datasheet ID
33-34 Mote ID unsigned short Mote ID
35 Reserved
36 Mote diagnostics status (see
Table 34)
unsigned char Mote diagnostics status
Table 40 Parameter Type 0x05 Time/State Get Response
Msg Byte Description Data Type Value
ADVANCED INFORMATION