Skip to main content

Installation Manual - Radium

Electrical connections, signaling and first access to the RADIUM gateway. This manual assumes basic familiarity with IP networks, MQTT, BLE and WiFi/Ethernet.

Radium gateway in its enclosure, with the side terminal block exposed


Power Supply

Power connectors — USB-C and PoE

The RADIUM can be powered in two ways, and manages the transition between them automatically:

SourceSpecification
USBUSB-C, 5 V / 1 A minimum
PoEPower over Ethernet — IEEE 802.3at Class 2, powered through the network cable itself

There is also an internal battery that takes over when all external sources go down. The portal's Info page shows the active power source and the battery state.

Battery runtime

The internal battery has a nominal capacity of 1000 mAh. In normal operation the typical runtime is 6 hours continuous; with the power-saving profile enabled it reaches about 10 hours.


Ethernet Connection (RJ45)

The RJ45 port runs at 10/100-Base-T and can use automatic IP (DHCP) or a static IP. It supports 802.1X authentication (EAP-MD5 or PEAP/MS-CHAPv2) when the network requires an authenticated port.

When the network cable also supplies power (PoE), the same port handles both network and power.


Inputs (IN1–IN4)

Terminal block of the 4 inputs (IN1–IN4)

The gateway has 4 digital inputs (IN1 to IN4). Each input can be enabled and set as normal or inverted, and its state is shown live in the portal (Hardware ▸ Inputs).

On the Hardware ▸ Alarms page, each input is given a role:

RoleWhat it does
NoneThe input triggers nothing.
PanicFeeds the panic-by-input alarm.
TamperFeeds the tamper alarm.
Drive outputMirrors the input directly onto a chosen output, bypassing the alarm engine.
Inputs are for dry contact

The inputs are for dry contact (voltage-free) — do not apply voltage to the terminals. Use them for wired panic buttons, tamper sensors, door contacts and other dry signals.


Outputs (S1–S4)

Terminal block of the 4 outputs (S1–S4)

The gateway has 4 outputs (S1 to S4) to drive signaling devices, sirens, locks and other loads commanded by the alarms.

Each output has a default statenormal mode (rests off) or inverted (rests on) — and can be tested manually in the portal (Hardware ▸ Outputs). The activation time of each output is defined per alarm, on the Alarms page.

The default alarm-to-output mapping is:

OutputDefault alarm
S1Panic (beacon and input)
S2Gateway battery
S3MQTT offline
S4Tamper

This mapping is configurable on the Alarms page.

The outputs are electronic and handle up to 24 V / 1 A each. They have polarity — mind the + and when wiring, as in the example below:

Example of output wiring, with the polarity indicated


Magnetic Sensor and Status LED

The RADIUM has no physical buttons. Field commands are given through a magnetic sensor (Hall effect), and the state is indicated by an RGB LED on the top of the product.

Location of the magnetic sensor (magnet)

Holding the magnet near the indicated spot for about 3 seconds puts the gateway into configuration mode (portal): the LED fades up in white and gives a double blink to signal when to release.

At boot, the LED runs a color self-test (red → green → blue).

LED Colors

ColorMeaning
BlueBoot (starting up)
GreenOperating normally, everything OK
YellowOperating with a restriction (problem), with a blink code
RedNo communication (offline), with a blink code
WhiteEntering configuration mode / portal active
MagentaFirmware update (OTA) in progress

When there is a problem, the yellow or red color blinks N times:

BlinksMeaning
1 (red)No network interface up
1 (yellow)Online, but running on the backup link (not the primary one)
2MQTT down (broker unreachable)
3Hardware / system failure
4Gateway battery low
5Clock not synchronized (NTP)

With more than one problem at the same time, the LED shows only the most severe, in this order: no network (1 red) → MQTT down (2) → backup link (1 yellow) → hardware failure (3) → low battery (4) → clock not synchronized (5).

The LED never signals panic

A beacon or input PANIC never appears on the LED — it is a silent alarm, for safety. The LED reflects only the board's health.

The LED can also be adjusted (brightness, on/off, signal problems only) on the Hardware ▸ LED page.


Accessing the Configuration

All configuration is done through a browser, in the portal served by the board itself. There are three steps:

1. Enter configuration mode

Hold the magnet near the magnetic sensor for about 3 seconds. The LED fades up in white and gives a double blink indicating when to release. The gateway then creates its own WiFi network and activates the portal; the LED stays white while the portal is up.

2. Connect to the gateway's WiFi network

The access point created by the gateway has a unique name per board and is password-protected (WPA2):

ItemValue
SSIDThe board's serial number itself (e.g., radium260001) once it has been provisioned; or radium_XXXXXX (derived from the MAC) while it has not
PasswordradiumXXXX — the last 4 characters of the MAC, in uppercase

3. Open the browser on the gateway

Connected to the gateway's WiFi network, point the browser to http://192.168.4.1 and log in.

Portal login screen

AccountUserFactory default password
Normal (common)radiumradiumpwd
Change the password during commissioning

The factory default password is public in this manual — a default password known in the field is the same as having no password. The change is made through the integrator account (see Installation Commissioning).

The portal leaves configuration mode by itself after about 10 minutes without activity (the gateway restarts and goes back to normal operation); the login session expires after 30 minutes without use.


Installation Recommendations

  • Position the gateway with the BLE coverage of the zone in mind — it is the antenna that hears the beacon with the strongest RSSI that defines the zone estimated by the platform.
  • Prefer PoE where the infrastructure allows: a single cable run solves both network and power.
  • Reserve the dry-contact inputs for signals that need a local reaction (panic button, tamper sensor).
  • Make sure the maintenance team knows where the magnet is kept: without it there is no way to enter configuration mode, since the board has no buttons.

Next Steps