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 Status LED Signal
- 7.2 Discrete Input/Output (I/O)
- 7.3 Deep Sleep
- 7.4 Serial Interface
- 7.4.1 Serial Flow Control
- 7.4.2 Mote Command Data Types
- 7.4.3 Mote Commands
- 7.4.3.1 Command 0x80 Serial Payload Sent to Mote Serial
- 7.4.3.2 Command 0x81 Unacknowledged Serial Payload Received from Mote Serial
- 7.4.3.3 Command 0x82 Acknowledged Serial Payload Received from Mote Serial
- 7.4.3.4 Command 0x84 Time/State Packet
- 7.4.3.5 Commands 0x87 and 0x88 Set Parameter Request/Response
- 7.4.3.6 Commands 0x89 and 0x8A Get Parameter Request/Response
- 7.4.3.7 Command 0x8C Mote Information
- 7.4.3.8 Command 0x8D Reset Mote
- 7.4.4 Mote Get/Set Command Parameters
- 7.4.5 HDLC Packet Processing Examples
- 8.0 Packaging Description
- 9.0 Regulatory and Standards Compliance
- 10.0 Ordering Information
Interfaces
M1030-2 MOTE DATASHEET DUST NETWORKS™ 21
CONFIDENTIAL
7.4.4.7 Parameter Type 0x07 Mote information
This parameter is only valid for the Get Parameter command. It is a local request that retrieves information about the mote’s
properties.
The following packet is sent in response to a request for information about mote properties.
5-8 The sequential number of the
frame
unsigned long Cycle
9-12 The offset from start of frame unsigned long Offset (μsec)
13-14 Frame length unsigned short Frame length (slots)
15-18 UTC time unsigned long Real time part 1 (sec)
19-22 UTC time unsigned long Real time part 2 (μsec)
23-26 Time from the last mote reset unsigned long Mote uptime (msec)
27 Mote state unsigned char Mote state
28 Mote diagnostics status unsigned char Mote diagnostics status (see
Table 35)
Table 42 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 43 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 00109
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 1 = 900 MHz network
23-24 Network ID unsigned short Network ID
25-32 Datasheet ID Array of 8 unsigned char 000_0001
33-34 Mote ID unsigned short Mote ID
35 Reserved
36 Mote diagnostics status unsigned char Mote diagnostics status (see
Table 35)
Table 41 Parameter Type 0x05 Time/State Get Response
Msg Byte Description Data Type Value