Mido R602A User manual

Model:R602A
Wireless LoRa Siren
LoRa Siren
User Manual
MiDo Srl
FERRARA
Via Poledrelli 21 - 44121 (Fe)
+39 0532 1640011
LAURIA
Via Vico II Cairoli, 4 - 85044 (Pz)
+39 0971 1680051
EMAIL

1
Table of Content
1. Introduction............................................................................................................................................................. 2
2. Appearance.............................................................................................................................................................. 3
3. Main Features.......................................................................................................................................................... 4
4.Set up Instruction..................................................................................................................................................... 4
4.1 Power on ....................................................................................................................................................... 4
4.2 Join Into Lora Network................................................................................................................................. 4
4.3 Function Key................................................................................................................................................. 4
4.4 Remote Control............................................................................................................................................. 4
5. Data Report............................................................................................................................................................. 5
6. Control Command................................................................................................................................................... 5
7. Installation and Precaution...................................................................................................................................... 8
8. Important Maintenance Instruction......................................................................................................................... 9

2
1. Introduction
R602A is a long-range wireless alarm device for MiDoMet ClassC type devices based on
the LoRaWAN open protocol, compatible with the LoRaWAN protocol. The AppServer can be
used to control the R602A. The R602A has five kinds of alarm sounds - fire/ emergency /burglar /
doorbell /mute mode. The high-brightness alarm flashes and the speaker emits an alarm sound to
apply alarm sound and light in the security-related application scenarios,it has the functions of
controlling the sound the lights separately
LoRa Wireless Technology:
LoRa is a wireless communication technology dedicated to long distance and low power
consumption. Compared with other communication methods, LoRa spread spectrum modulation
method greatly increases to expand the communication distance. Widely used in long-distance,
low-data wireless communications. For example, automatic meter reading, building automation
equipment, wireless security systems, industrial monitoring. Main features include small size, low
power consumption, transmission distance, anti-interference ability and so on.
LoRaWAN:
LoRaWAN uses LoRa technology to define end-to-end standardspecifications to ensure
interoperability between devices and gateways from different manufacturers.

3
2. Appearance
Alarm Indicator
Speaker
Alarm Indicator
Status Indicator
Network Indicator
Binding Key
DC 12V
Setting Key
Battery Cover
Battery Holder

4
3. Main Features
Compatible with LoRaWAN
12V DC power supply
Simple operation and setting
Five types of alarm sounds and different ways of flashing lights, and can be controlled
separately
Compatible with LoRaWANTM Class C
(Please make sure the Network Server support Class C, for example The Things Network does
not support )
Frequency hopping spread spectrum
Configuration parameters can be configured through third-party software platforms, data can be
read and alarms can be set via SMS text and email (optional)
Applicable to third-party platforms: Actility/ThingPark, TTN, MyDevices/Cayenne
4.Set up Instruction
4.1 Power on
Connect the 12V DC power supply to the power interface for power supply. When the power is
turned on, the network indicator flashes once and a clear sound is heard.
4.2 Join Into Lora Network
To join R602A into LoRa network to communicate with LoRa gateway.
The network operation is as following:
After power-on, R602A will actively request to join the network. When the device is successfully
added into the gateway, the network indicator is always on.
4.3 Function Key
(1) Press and hold both function keys for 5 seconds to reset to factory setting. After restoring to
factory setting successfully, the green indicator will flashes quickly 10 times.
(2) Press any function key; the green indicator will flash once and it will send a data report.
4.4 Remote Control
Through the App Server, the R602A can be controlled by sound and light alarms, and there are five
alarm sounds that can be controlled are as follows:

5
1. Fire Mode
2. Emergency Mode
3. Burglar
4. Doorbell
5. Mute Mode
According to the received command, it can also be determined whether the alarm flash of the device
is blinking, and the alarm flash of the device is divided into three types of flashing modes: flowing
light, blink and unlighted.
5. Data Report
When the device is turned on, it will immediately send a version package.
Data will be reported by default setting before any configuration.
Maximum time: 3600s
Minimum time: 3600s ( MinTime / MaxTime must equal )
The reported data is decoded by the MiDoMet LoRaWAN Application Command document
and www.midosmart.com
Data report configuration and sending period are as following:
6. Control Command
UpLink
FPort:0x06
1
1
1
Var(Fix=8 Bytes)
Version
DeviceType
ReportType
PayLoadData
0x01 0x69 0x01 Hearbeattime(2Bytes,Unit:1s) Reserved(6Bytes,fixed 0x00)
Example
0169010E10000000000000 means the report of the period of heartbeat is 3600s.
01E0 (Hex) = 3600 (Dec)
Min Interval
(Unit: second)
Max Interval
(Unit: second)
Any number between 1~65535 Any number between 1~65535

6
DownLink
FPort:0x07
Bytes
1
1
Var(Fix =9 Bytes)
CmdID
DeviceType
PayLoadData
CmdID– 1 bytes
DeviceType– 1 byte – Device Type of Device
LoadData– var bytes (Max=9bytes)
Description Device CmdID Device
Type PayLoadData
StartWarning
R602A
0x90
0x69
WarningMode(1byte)
0x00_FireMode,
0x01_EmergencyMode,
0x02_Burglar,
0x03_Doorbell,
0x04_MuteMode
Other Value is Reserved
StrobeMode(1byte)
0x00_NoLedIndication,
0x01_LedBlinkMode1
in Parallel to Warning,
0x02_ LedBlinkMode2
in Parallel to Warning
WarningDuration
(2bytes,Unit:1s)
Reserved
(5Bytes,
Fixed
0x00)
ConfigReport
Req
0x01 MinTime
(2bytes Unit:s)
MaxTime
(2bytes Unit:s)
Reserved
(5Byte,Fixed 0x00)
ConfigReport
Rsp
0x81 Status
(0x00_success)
Reserved
(8Bytes,Fixed 0x00)
ReadConfig
ReportReq
0x02 Reserved
(9Bytes,Fixed 0x00)
ReadConfig
ReportRsp
0x82 MinTime
(2bytes Unit:s)
MaxTime
(2bytes Unit:s)
Reserved
(5Byte,Fixed 0x00)
(1)Command Configuration:
a. WarningMode= FireMode、StrobeMode= LedBlinkMode1、WarningDuration=10s
Downlink:90690001000A0000000000
b. WarningMode= Doorbell 、StrobeMode= NoLedIndication、WarningDuration=10s
Downlink:90690300000A0000000000
c. WarningMode= MuteMode、StrobeMode= LedBlinkMode1、WarningDuration=10s
Downlink:90690401000A0000000000
d. Stopping sounds and flashing lights
( WarningMode= MuteMode、StrobeMode= NoLedIndication、WarningDuration=0s
Downlink:9069040000000000000000

7
e. Setting MinTime / MaxTime = 300s = 5min *MinTime / MaxTime must equal
Downlink: 0169012C012C0000000000 012C (Hex) = 300 (Dec)
Response: 8169000000000000000000 (Configuration success)
8169010000000000000000 (Configuration failure)
f. Read MinTime / MaxTime
Downlink: 0269000000000000000000
Response: 8269012C012C0000000000 (Current configuration)
Example#1 based on MinTime = 1 Hour, MaxTime= 1 Hour
MaxTime MaxTime
(MinTime) (MinTime)
REPORTS OFF
REPORTS ONREPORTS ON

8
7. Installation and Precaution
This product does not have a waterproof function. After the join the network, please place it
indoors.
Adapter Output Cable
Interface
1. Use screws (should be purchased) to fix it on
the wall. It is recommended that the distance
between the screw head and the wall is more than
3mm, so that the sound and light alarm can be
hung, as shown below.
Note:
Do not install the device in a metal enclosure or
other el
ectrical equipment around it to avoid
affecting the wireless transmission of the device.
2. Hang the groove on the back of the sound and
light alarm (red circle in the figure below) on the
screw head.
3. Insert the adapter output cable (included)
interface into the power interface (DC 12V) of the
sound and light alarm, as shown on the right.
The other end of the adapter is plugged into a
traditional socket (AC 220V) to power the sound
and light alarm (as shown below).
Sound and light alarms can be applied to the following
scenarios:
1.Family
2.Engine room
3.School
4.Mining plant site
As a reminder of a security alert.
4.The device is compatible with the LoRaWAN open
protocol Class C class device, which supports four kinds
of sound an
d mute functions such as fire alarm,
emergency, burglar, doorbell and the like through the
downlink command control device; and also supports the
LED light function: flowing light, blink and unlighted

9
8. Important Maintenance Instruction
Your device is a product of superior design and craftsmanship and should be used with care. The
following suggestions will help you use the warranty service effectively.
• Keep the equipment dry. Rain, moisture, and various liquids or moisture may contain minerals
that can corrode electronic circuits. In case the device is wet, please dry it completely.
• Do not use or store in dusty or dirty areas. This can damage its detachable parts and electronic
components.
• Do not store in excessive heat. High temperatures can shorten the life of electronic devices,
destroy batteries, and deform or melt some plastic parts.
•Do not store in a cold place. Otherwise, when the temperature rises to normal temperature,
moisture will form inside, which will destroy the board.
• Do not throw, knock or shake the device. Rough handling of equipment can destroy internal
circuit boards and delicate structures.
• Do not wash with strong chemicals, detergents or strong detergents.
• Do not apply with paint. Smudges can block debris in detachable parts and affect normal
operation.
All of the above suggestions apply equally to your device and accessories.
If any device is not working properly. Please take it to the nearest authorized service facility for
repair.
MiDo Srl
FERRARA
Via Poledrelli 21 - 44121 (Fe)
+39 0532 1640011
LAURIA
Via Vico II Cairoli, 4 - 85044 (Pz)
+39 0971 1680051
EMAIL
Table of contents