Skip to main content

STICKER Quick Start Guide

Welcome! This page helps you power up, provision, and activate your STICKER device and connect it to your preferred LoRaWAN Network Server (ChirpStack, The Things Stack, or custom backend).


Before You Start

What STICKER Is

STICKER is an open IoT platform based on the STM32WL SoC with integrated LoRaWAN connectivity and software-selectable proprietary LoRa P2P mode. It is a compact, battery-powered sensor platform built on Zephyr RTOS, running catalog applications like STICKER Clime, Input, and Motion.

For technical details, see the Hardware Description.

You Will Need

  • STICKER device (Clime / Input / Motion variant)
  • 2× AA batteries (1.5V alkaline or lithium)
  • A LoRaWAN Gateway within range
  • A LoRaWAN Network Server (ChirpStack / TTS / custom LNS)
  • A smartphone with NFC and the HARDWARIO Manager app installed

Step 1: Identify Your STICKER Variant

STICKER comes pre-flashed with one of the catalog applications:

  • STICKER Clime: Temperature, humidity, light & barometric pressure monitoring.
    Documentation →
  • STICKER Input: External sensors (1-Wire, Machine Probe) and industrial inputs (S0 pulse, 0–30 V logic).
    Documentation →
  • STICKER Motion: Ultra-low-power PIR motion detection and 3-axis acceleration tracking.
    Documentation →

Step 2: Power Up & Understand Factory Defaults (v1.4.0+)

  1. Open the enclosure and insert two AA batteries according to the polarity markings.
  2. Observe the LED Boot Sequence: Red (0.5 s) → Yellow (0.5 s) → Green (1.5 s).
Radio-silent factory default

Starting with firmware v1.4.0, STICKER ships with the radio switched off (radio-mode disabled) to prevent battery drain during shipping. The device will not attempt a LoRaWAN Join when the batteries go in. It stays silent until it is activated over NFC in Step 3.

  1. Status LED Indication: After boot, the LED will flash 1× Yellow every 3 seconds, indicating that the device is running normally but the radio is switched off.

Step 3: Configure & Activate via NFC

STICKER is configured by holding the phone against it, with no cable, no programmer, no desktop software. It works even with no batteries inserted: the NFC field powers the device long enough to store the settings.

New to the app?

Start with the HARDWARIO Manager Quick Start Guide, which covers installing the app, switching NFC on, and making the first tap.

  1. Install the app and switch NFC on. STICKER is configured from an Android phone.
  2. Add the device to your saved STICKERs, so the app has its secret key, because STICKER only answers over an encrypted channel.
  3. Read the keys. Open STICKER → LoRaWAN keys and tap the device. Note the DevEUI, JoinEUI (AppEUI) and AppKey for OTAA, or the DevAddr and session keys for ABP.
  4. Write the configuration. Open STICKER → Configuration, set the region, activation mode and keys in the LoRaWAN section, switch radio-mode to LoRaWAN, then tap again to write it back.

Where each step is documented

What you are doingGuide
Installing the app and switching NFC onInstall the app
Holding the phone right (and the extra lift-and-tap step on iOS)STICKER over NFC
Adding a device and its secret keySaved STICKERs
Reading device info and LoRaWAN keysDevice info and LoRaWAN keys
Reading, editing and writing the configurationConfiguration
Configuring a device with no batteries in itConfigure a powered-off device
Giving a whole batch the same settingsTemplates

What the LED tells you after the tap

LEDMeaningWhat to do
Ten green blinksThe configuration was appliedNothing. The write succeeded
Fast red blink for about 2 secondsThe tap was refused. The app used the wrong secret key or token, or the request was replayed or malformed. nothing was written to the deviceCheck the device is saved with the right secret key in Saved STICKERs, then tap again
Heartbeat changes from 1× yellow to yellow + redThe radio is on and the device is joiningWait. A join can take several attempts
Heartbeat settles to 1× greenJoined. The device sends its Device Info on Join payloadNothing. The device is live

Step 4: Register on your LoRaWAN Network Server

ChirpStack v4

  1. Register the device using the DevEUI, JoinEUI, and AppKey obtained via HARDWARIO Manager.
  2. Assign the STICKER payload decoder script.
  3. Follow the full setup guide: ChirpStack LNS Integration.

The Things Stack (TTS / TTN)

  1. Add a new end device using OTAA or ABP provisioning keys obtained via HARDWARIO Manager.
  2. Import the payload decoder.
  3. Follow the full setup guide: The Things Stack Integration.

Step 5: Post-Commissioning Verification

Once registered and connected:

  • Verify Uplinks: Confirm that the initial Device Info uplink (firmware version, battery status, reset cause) and regular sensor data packets arrive at your LNS dashboard.
  • Check LED Status: A single green flash every 3 seconds confirms optimal network link and healthy operation.
  • Adjust Schedules: Use NFC via HARDWARIO Manager or LoRaWAN Downlink commands (fPort 85) to fine-tune sampling and uplink intervals.
STICKER Input Wiring

If using STICKER Input, review the terminal block and DIP switch instructions before connecting external probes: STICKER Input Wiring Guide.


Troubleshooting Checklist

The LED is the only feedback STICKER gives locally, so it is the fastest way to tell what a unit is doing. The tables below list every pattern in firmware v1.4.0. Most blinks are deliberately very short (5–10 ms) to save battery, so expect a blip rather than a comfortable blink. The full reference, with timings, is in LED Indication.

Status heartbeat – one pattern every 3 seconds

Only one pattern is ever shown. The firmware checks these conditions in order and the first match wins, so a more serious condition hides a less serious one.

LED patternWhat it meansWhat to do
1× greenNormal operation, joined and healthyNothing. This is the target state
Green, then yellowThe same, but the unit runs a debug firmware buildExpected on development units; flash a release build for deployment
1× redAn alarm is activeRead the active alarms in Device info, then review the alarm rules
1× yellowRadio switched off by radio-mode. The factory defaultWrite a LoRaWAN configuration with the radio enabled (Step 3)
2× yellow, ~200 ms apartLink degraded. Link checks are failing, but the session is still aliveCheck gateway coverage and antenna placement; the device recovers on its own once the link returns
1× yellow, then 1× red ~200 ms laterJoining or rejoining and getting no answer from the networkCheck gateway proximity, frequency plan / region, and that DevEUI, JoinEUI and AppKey match the network server
Red and yellow alternating, twiceStored configuration could not be loaded. Identity and provisioning are gone, and the device is running on factory defaultsRe-apply the full configuration over NFC with HARDWARIO Manager; if it comes back, the unit needs service
Nothing at allEither the device is in deep sleep (all channels off. Expected, not a fault), or it has no powerIf it is not sleeping, check battery polarity and replace the batteries

During an NFC tap

While the phone is held against the device, the LED tracks the exchange step by step.

LEDWhat it meansWhat to do
Green, solidPhone detected in the NFC fieldKeep the phone still
Fast green blink (~90 ms)The command is being processedKeep the phone still
Fast red blink for 2 s, then offCommand rejected: wrong secret key or vendor token, a replayed request, or a malformed one. Nothing was written to the deviceCheck the device is saved with the right secret key, see Saved STICKERs, then tap again
Green and yellow, solidThe reply is written and the device is waiting for the phone to read itKeep the phone still; on iOS, lift and tap again when the scan sheet asks
Ten green blinks, 100 ms on / 100 ms offThe configuration was applied successfullyNothing
OffExchange finished, phone removedNothing

The red rejection blink is worth knowing: without it, a refused command would look exactly like a successful one to whoever is holding the phone. A red blink during a tap always means nothing was written.

Boot, inputs and calibration

WhenLED patternWhat it means
Power-upRed 0.5 s → yellow 0.5 s → green 1.5 s (~5 s carousel)Normal boot; it also proves all three channels work. Seeing it unexpectedly means the device rebooted
Input becomes activeGreen, then orange. 50 ms eachAn input on STICKER Input, or a Hall sensor, switched on
Input returns to inactiveOrange, then green. 50 ms eachThe same input switched off again
No input indication at all(dark)This commissioning aid switches itself off one hour after power-up; power-cycle the device to get it back while testing
Entering calibrationFive fast orange blinksCalibration mode is starting
Calibration running1× orange every secondIt runs for 120 minutes, then the device reboots on its own

Problems the LED does not show

SymptomWhat to check
No uplinks at the network server, but the heartbeat is 1× greenThe device is joined and running. Check that the uplink reaches your application, and that the payload decoder is assigned in ChirpStack or The Things Stack
Uplinks arrive but decode as raw bytesThe ttn.js codec is missing, or assigned to the wrong direction, see the setup guide for your network server
The phone never reads the deviceMove the phone slowly around its NFC antenna (usually near the top back of the phone), and confirm NFC is switched on, see Install the app
Uplinks are too frequent or too sparseAdjust the sample and report intervals over NFC, or with a downlink command on fPort 85