IWM-LR3 - IWM-LR4
User Manual v1.0
13
3.2 RESET (0x0A)
A command used to reset the microcontroller. The effect of the reset is immediate.
R2H:
H2R:
There is no response because the microcontroller resets and the mailbox is re-initialized. For example, you
can use this command to force the microcontroller to restart in order to perform a new join procedure to the
network after changing the LoRajoinmode. Once the command has been received, the module temporarily
saves the current date/time and consumption, resets and restores the previously saved values.
3.3 SET_DATE_AND_TIME (0x14)
Command end to set the date and time.
R2H:
H2R:
The Date field is as follows:
HEADER property
Date
Fct
C/R/A
Err
Chain
Len
Device
Type
property
Day
Day
of the
week
Month
Year
Hours
Minutes
Seconds
1 byte
1 byte
1 byte
1 byte
1 byte
1 byte
1 byte
1 byte
1 byte
1 byte
1 byte
1 byte
1 byte
0x14
0
0
0
0x08
0x04
1
1
1
18
10
30
0
HEADER property
Fct
C/R/A
Err
Chain
Len
1 byte
1 byte
1 byte
1 byte
1 byte
0x14
0
0
0
0x00
Name
Type
Default
Minimal
Maximum
Date Index
Day
Uint8_t
1
1
31
1
Day of the week
(0
th
Sunday, 1
st
Monday ....)
Uint8_t
0
0
6
2
Month
(1
st
January, 2
nd
February...)
Uint8_t
1
1
12
3
Year
Uint8_t
18
18
100
4
Hours
Uint8_t
0
0
23
5
Minutes
Uint8_t
0
0
59
6
Seconds
Uint8_t
0
0
59
7
HEADER property
Date
Fct
C/R/A
Err
Chain
Len
Device Type
property
1 byte
1 byte
1 byte
1 byte
1 byte
1 byte
0x0a
0
0
0
0x01
0x04