Skip to main content

FIBER Lite

FIBER Lite is a compact, all-in-one appliance built on the Raspberry Pi 5 for quickly bringing up and testing LoRaWAN devices — in particular HARDWARIO STICKER and HARDWARIO CHESTER — without needing to stand up a separate LoRaWAN network server, database, and visualization stack for every bench test.

Unlike the industrial FIBER (built on the Compute Module 4, with an integrated LCD, 1-Wire sensor hub, and buzzer — see FIBER), FIBER Lite is a pure software appliance: a Raspberry Pi 5, a LoRaWAN concentrator card, and a DIN-rail enclosure, running the complete LoRaWAN data pipeline out of the box.

Data Flow

LoRaWAN device (STICKER, CHESTER)
│ RF

RAK5146 concentrator (RAK2287 Pi HAT, SPI)


ChirpStack v4 (LoRaWAN Network Server)
│ MQTT (uplink/downlink)

Node-RED (payload decoding, routing)
│ write

InfluxDB (time-series database)
│ query

Grafana (visualization, dashboards)

A landing page on port 80 links to every service and shows live system stats (CPU, memory, disk, temperature, uptime), so the device is usable without memorizing ports or IP-to-service mappings.

  • Installation – Bootstrap the Raspberry Pi 5 and install the full software stack.

Bill of Materials

ComponentNotes
Raspberry Pi 5Main compute unit
RAK WisLink RAK5146LoRaWAN concentrator card (SX1302), SPI
RAK2287 Pi HATSPI adapter for RAK5146 → Raspberry Pi 5 GPIO header
DIN-rail enclosureFor cabinet/rack mounting
microSD card, 32 GB, high-enduranceOS + logs + time-series database (write-heavy workload)
StandoffsMechanical mounting

Key Features

FeatureDescription
Raspberry Pi 5 platformStandard Raspberry Pi OS, full root Linux access.
Built-in real-time clockPi 5 has a native RTC — no external RTC chip/battery needed.
Complete LoRaWAN stackChirpStack v4, Node-RED, InfluxDB 2.x, and Grafana pre-integrated.
Branded landing pageSingle entry point with service links, live system stats, and an SSH quick-copy.
LAN or Wi-FiDHCP on Ethernet, Wi-Fi as fallback.
USB-C poweredNo PoE injector required.

Typical Use Cases

  • Bench-testing new STICKER or CHESTER firmware builds before field deployment
  • Quick LoRaWAN network demonstrations without cloud dependencies
  • A portable, self-contained ChirpStack instance for training or workshops