Download as pdf or txt
Download as pdf or txt
You are on page 1of 19

Connected Detectify

User Manual Last updated March 2023

Connected Detectify is a motion detector for indoor


Detectif
purposes, based on a passive infrared technology
sensor with a detection area up to 5 meters. It supports
R5
both Sigfox and LoRa technologies.

www.connectedinventions.com

Contents

Using this manual 3

Read me rst 3

About the device 5

Functions 7

Assembling and Installation 9

Uplink: Payload description 12

Downlink 16

Downlink: Payload Description 17

Troubleshooting 18

Technical Speci cation 19

2
fi
fi
Using this manual

Thank you for choosing this Connected


Inventions device. This device will provide you
high-quality IoT with Connected Inventions’
exceptional technology and high standards. This
manual has been specially designed to guide
you through the functions and features of your
device

Read me first

• Before using your device, read the entire


manual and all safety instructions to ensure
safe and proper use

• The descriptions in this manual are based on


the default settings of your device

• The images used in this manual may differ


from the actual product

• The contents of this manual may differ from


software provided by service providers or
carriers, and are subject to change without
prior notice.

• Access the Connected Inventions website


(www.connectedinventions.com) for the latest
version of the manual

• Available features and additional services


may vary by service provider.

3
.

• Applications on this device may perform


differently from comparable applications and
may not include all functions available (by ie.
downlink messaging features

• Connected Inventions is not liable for


performance issues caused by third-party
applications or improper installation

• Please keep this manual for future


reference.

Malfunction

• In case of malfunction, deliver the device to


the supplier. Do not open the cover.

Transportation

• Do not remove packing material and do not


repack the device unless necessary. Contact
the shipping agent before transportation.
Inside the device there is a battery which
contains approximately 1.4 g of lithium.

Disposal
• Return the device to a disposal station
which collects electronics waste and
batteries.

Operation

4 • Protect the device from moisture, water, and


dirt
.

About

Connected Inventions Detectify is an


industry grade passive infrared (PIR) sensor
for movement detection indoors. The device
utilises ultra low power two way radio
communications with both Sigfox and LoRa
network technology (user selectable). The
device is battery powered and the batteries
can last up to ten years. There are two
different versions of the device: 90 degree
wide detection angle version (see picture
below) for sensing motion in rooms and 30
degree narrow detection angle version (see
picture below) for more restricted areas like
work desks. The device can be used for
alerting immediately about movement in
space as well as counting movements
periodically and cumulatively

5
.

90 degree wide detection angle


for sensing motion in rooms

30 degree narrow detection


angle for more restricted areas

6
.

State transition example where inactivity report has activity count = 0 and counter feature
is on

Inactivity Detection
Period

Activity Inactivity
Reporting Reporting
Activity Mode Inactivity Mod
Period Period

Activity

Detectify R5 has two modes: Activity mode (AM) and Inactivity mode (IM). In Inactivity mode,
the device waits to detect movement. Once movement is detected, the mode is changed to
Activity Mode, Activity Counter and Cumulative Activity Counter are incremented and
message is sent immediately. While in Activity mode, the device counts 3 second time slots
where movement is happening and increments counters accordingly. After Activity Reporting
Period (ARP) has been reached, the device will send a message with incremented counters
and starts a new Activity Reporting Period. Still in Activity Mode, in case no movement was
detected until Inactivity Detection period (IDP) was reached, the last movement counters are
sent and the device goes to Inactivity mode. Once Inactivity Reporting Period (IRP) has
passed without any movement, the device sends periodical inactivity message

7
.

State transition example where inactivity report has activity count > 0.

8
Assembly & Installation

Save the identi er and the key of the


device
The Sigfox identi er, LoRa DevEUI and
the PAC key are on the label on the
bottom of the device. You can also read
the identi er and the PAC key using the
QR code. The picture below is an
example of a label

Please provision the device into network management system before


switching the device on

In case the device was switched on before provisioning, it might take 24h
for the device to make re-join to network

Use a small screwdriver to slide the mode switch to


desired network mode. “SF” is for Sigfox and “LR” is
for LoRa.
After network selection, use a small screwdriver to
slide the power switch to “I” position. Please note the
On switch should slide relatively effortlessly

Sigfox ! Do not use excess force to


slide the switch

LoRaWAN

9
.

fi
fi
!

fi
.

• Install the device to a suitable


position to detect movement.
Maximum detection distance is
approximately ve meters.
• The detection angle of the device is
about 30 or 90 degrees depending
on the version.
• You can use direct screw plate
(included) or angle joint support
(included) for attaching the device to
surface.

Please note! Avoid placing device


closer than 15cm from any metal
!
or magnetic object, electric

! cables, electric devices or


selective glass as this will
dramatically reduce radio
performance as well as battery
life of the device

fi

After attaching the screw plate,


place the device to screw plate
so that the pins fall through
twist-holes on the bottom of the
device and twist clockwise until
the device locks into place

For work desk installation,


make sure the hinge of the
screw plate is pointing to metal
support structure (if any) Antenna

Attach the device to screw plate


pins so that the antenna is
pointing away from metal
structure and twist gently
clockwise until device locks in
place. Avoid placing the
antenna closer than 15cm from
any metal objects

11
.

Uplink messages
There are four types of messages the device will be sending:
• Measurement message without counter

• Measurement message with counters

• Initial system message (only once right after device has been powered on)

• Periodical system message (after every downlink request)

Indexing: bytes are in big-endian order and bits in standard 76543210 "little endian" order.

Measurement messages

Measurement header byte

BYTE BIT TYPE NAME DESCRIPTION

Sigfox only 0= Low TX power, 1=


0 0 UINT1 High/Low TXP
High TX power

0 1 UINT1 State changed 0 = no, 1 = yes

0 2 UINT1 State active 0 = no, 1 = yes

always 0 for measurement


0 3 UINT1 Message type
message

0 4-7 UINT4 Firmware version 0 = special, 1-15 = production

Measurement message without counters

BYTE BIT TYPE NAME DESCRIPTION

In measurement message without


0 0-7 UINT8 <MEASUREMENT HEADER>
counters, only header is sent
12

Measurement message with counters

BYTE BIT TYPE NAME DESCRIPTION

0 0-7 UINT8 <MEASUREMENT HEADER>

number of activities during latest


1-2 0-15 UINT16 Period activity
activity period
number of activities after device
3-6 0-31 UINT32 Cumulative activity
set-up

System messages
System message header byte:

BYTE BIT TYPE NAME DESCRIPTION

0 = initial system message, 1 =


0 0-2 UINT3 message function con g ack message, 2-7 =
reserved

0 3 UINT1 message type always 1 for system message

0 4-7 UINT4 Firmware version 0 = special, 1-15 = production


Initial system message

BYTE BIT TYPE NAME DESCRIPTION


13

0 0 UINT8 <SYSTEM MESSAGE HEADER> bit 0 = 0 for Initial system message

1 0-3 UINT4 Reserved

1 4-7 UINT4 Radio zone Sigfox only

always 0 for measurement


2 0-7 UINT8 Hardware release
message

3 0-7 UINT8 Device type for Detectify, this is always 9

4-7 0-31 UINT32 Firmware build number

Periodical system message


fi
:

BYTE BIT TYPE NAME DESCRIPTION

<INITIAL SYSTEM MESSAGE bit 0 = 1 for Periodical system


0 0-7 UINT8
HEADER> message
How many messages the device
1 0-7 UINT8 Message count x 1000 has been sending in thousands
since set-up
N/50 volts under load when
2 0-7 UINT8 Last TX voltage
sending data
con guration in use (in case DL
3-10 0-63 UINT64 Downlink con guration
fails, this is the latest valid one)
Uplink message examples

Measurement message without counter

Measurement message with counter

HEADER

System
Payload Version active state state change
message

36 3 0 1 1

34 3 0 1 0

30 3 0 0 0

32 3 0 0 1

HEADER DATA

System active state


Payload Version period count cumulative count
message state change

36000100000001 3 0 1 1 1 1

34001B0000007C 3 0 1 0 27 124

300002000012F3 3 0 0 0 2 4851

3200FFFFFFFFFF 3 0 0 1 255 4294967295


Initial system messag

14
fi
fi
e

HEADER DATA

System msg radio HW device


Payload Version build
message type zone rel type
381004097d5aeebb 3 1 0 1 4 9 B2103111355

382004097d5aeebb 3 1 0 2 4 9 B2103111355

383004097d5aeebb 3 1 0 3 4 9 B2103111355

384005097d5aeebb 3 1 0 4 5 9 B2103111355

38600A097d5aeebb 3 1 0 6 10 9 B2103111355

3870FF097d5aeebb 3 1 0 7 255 9 B2103111355

B210305024
38F0FF097d5a0000 3 1 0 15 255 9
Periodical system messag

HEADER DATA

TX
Versio System msg msg count
Payload voltage last con g
n message type /1000
(V)

3900ad00025f0200000000 3 1 1 0 3.46 00025f0200000000

3901a10000000000000000 3 1 1 1 3.22 0000000000000000

3910830006a01000000000 3 1 1 16 2.62 0006a01000000000

39FF00FFFFFFFFFFFFFFFF 3 1 1 255 0 FFFFFFFFFFFFFFFF

15
fi
0

e
Downlink
• Settings of the device can be updated with the downlink message
• Device requests new settings after power switched on and later approximately
every 24 hours
• You must be careful when you update the setting
• settings affect both the network subscription and the battery life of the
device!
• Downlink message is optiona
• If any downlink message is not received, device continues with the current
setting
• Detection interval and how often messages are sent when the space is available or
occupied can be adjusted with the settings
• Device can be made to resend rst periodical activity/inactivity message to make
sure it is receive
• Default settings when device has not been con gured with downlink:
• Default activity reporting period is 22 minute
• When the space is occupied, a message is sent after every activity period
with updated counter values
• When the space becomes available the status will be sent after Inactivity
Detection Period. The default value is 15 minutes.
• After inactivity message has been sent, the device goes to Inactivity mode:
when activity is detected, status message will be sent immediately with
counters increased and activity mode starts
• Default inactivity reporting period is about eight hours
• After inactivity period has expired without activity detected, the status
message is sent without counters increased and new inactivity period

!
• In case the new settings are not valid or the DL message is not received, the
device will continue working with the current settings

16
s

fi

fi
s

Downlink message

BYTE BIT TYPE NAME DESCRIPTION

ETSI ONLY [0=full, 1=optimized,


0 0-2 UINT2 TX power mode
2=auto-3db, 3=auto-6db]

0 3-4 UINT1 reserved 0 set to zero

if 0 send rst periodical activity after


0 5 UINT1 fast-start activity reporting activity reporting period, else (1)
after inactivity detection time
if 0 send rst periodical inactivity
0 6 UINT1 fast-start inactivity reporting after inactivity reporting period, else
(1) after inactivity detection time
0=send default measurements,
0 7 UINT1 send activity counts
1=send measuremens with counters

1 0-7 UINT8 activity reporting period if N=0 then 11min else (N+2)*5min

if N=0 then 11min else (N+2)*5min


2 0-7 UINT8 inactivity reporting period
(Max possible 20h (0xFB))

3 0-7 UINT8 inactivity detection period ´ (N+1)*5min

4-7 0-32 UINT32 not in use

! Make sure the new settings are valid before applying them!

Downlink message example:

Downlink RA RI SAC ARP IRP IDP

000000000000000 Off Off Off 11 min 11 min 5 min

E004040500000000 On On On 30 min 30 min 30 min

A0020A0100000000 On Off On 20 min 60 min 11 min

C0020A0100000000 Off On On 20 min 60 min 11 min

20020A0100000000 On Off Off 20 min 60 min 11 min

RA = Resend activity, RI = Resend inactivity, SAC = Send activity counts, ARP =


Activity reporting period, IRP = Inactivity reporting period, IDP = Inactivity detection
perio
17
d

fi
fi
:

Troubleshooting
• Ensure the power is switched o
• Check there is network coverage availabl
• Ensure the device is not installed near metallic objects, electric cables,
electric devices or selective windows
• Metallic roofs, steel reinforced concrete, underground location and other
obstacles can dramatically reduce radio signal
• Check the operation mode of the device
• Incorrect downlink con guration will affect the behaviour of the product
• Ensure the downlink con guration is properly done.

solutions@connectedinventions.co

+358 10311580

Connected Inventions, Spektri Business Park, Kvintti Building,


Metsänneidonkuja 12, 02130 Espoo, Finland

connected nlan

connected_

connectedinvention

www.connectedinventions.co

fi
fi
n

fi
fi
m

Technical Specification
Description Detectify R5 is a movement detector based on a PIR sensor
(passive infrared radiation).

Size 98 x 30 mm including the wall moun

Weight 110 g including batterie

IP ratin IP2

Batteries 2 x 3.6

Battery capacity 5,400 mA

Battery lif Up to 10 year

Working conditions Temperature 0 … 50 °


Humidity 0 … 95

Radio con gurations Sigfox RC1, RC2, RC3, RC


availabilit LoRaWAN 1.02: EU868, US915, AS92
Antenna Internal helical antenn
Communication Uplink & Downlin

Certi cation FCC, CE, Sigfox Class 0


P_010A_54AB_01 (RCZ1
P_010A_E932_01 (RCZ2
P_010A_1E77_01 (RCZ4)

Product Code Wide Bea Narrow Bea


CIDTW-3009-R0403 (RCZ1 CIDTN-3009-R0403 (RCZ1
CIDTW-3209-R0403 (RCZ2) CIDTN-3209-R0403 (RCZ2
CIDTW-3309-R0403 (RCZ3) CIDTN-3309-R0403 (RCZ3
CIDTW-3409-R0403 (RCZ4) CIDTN-3409-R0403 (RCZ4)

0

fi
V

g
h

m
y

e
fi
s

)



t

You might also like