Skip to main content

Overview

Industry: Manufacturing A factory floor monitoring system running on a Raspberry Pi Pico W. The device reads vibration and temperature sensors, provides an emergency stop command, and fires triggers when anomalies are detected. Commands:
  • read_vibration — Read vibration amplitude from an accelerometer
  • read_temperature — Read bearing temperature
  • emergency_stop — Trigger the emergency stop relay
Triggers:
  • vibration_anomaly — Fires when vibration exceeds safe threshold

Device Client (MicroPython)

Agent-Side Trigger Handler

Agent Configuration

Next Steps

Pico W Setup

Step-by-step hardware setup guide

MicroPython Client

Full MicroPython client reference

Warehouse Scanner

Node.js logistics example

Triggers

How triggers flow from device to agent