Hardware Interface
PF Box combines a Raspberry Pi 4 edge computer with sensor buses for temperature, humidity, vibration and acoustic experiments.
A high-level engineering view of the PowerFlux edge device, telemetry software, secure provisioning, OTA-ready Linux image and web platform.
Back to ProjectPowerFlux is designed as an end-to-end industrial monitoring stack. The edge device collects machine signals, local Linux services prepare and forward telemetry, and the server side turns measurements into dashboards, reports and anomaly-focused maintenance context.
PF Box combines a Raspberry Pi 4 edge computer with sensor buses for temperature, humidity, vibration and acoustic experiments.
A custom Yocto layer builds a read-only-rootfs image with systemd services, persistent data layout and Raspberry Pi specific kernel support.
PF Logger runs as a dedicated service, keeps runtime state under /data, stores local readings and forwards device data to the server API.
The server stack stores measurements, visualizes sensor history, exports CSV reports and runs anomaly-oriented analysis for maintenance workflows.
Sensors capture machine condition signals at the edge.
PF Logger normalizes readings and keeps local runtime state.
Authenticated device APIs receive telemetry per registered machine.
Dashboards, reports and anomaly views help maintenance teams inspect trends.
This page describes the engineering shape of PowerFlux without exposing production secrets, private keys, device tokens, full deployment parameters or low-level implementation details. Those belong in controlled provisioning and operations documentation.