The Challenge
A major hurdle in Industrial Additive Manufacturing is the lack of real-time feedback during the fabrication process. Because complex metal parts take long periods to construct using Laser Powder Bed Fusion (LPBF), hidden flaws or excessive residual stresses can result in unusable parts and wasted machine life.
Phase 1: Hardware Instrumentation
To achieve real-time telemetry, I engineered a custom sensor instrumentation system directly onto a commercial EOS M 290 3D printer.
- Modified the industrial hardware to safely route 12 separate signal channels from two strain gauges and an NI-9236 DAQ module through custom-machined 13 mm ports.
- Designed and 3D printed secure PCB holders using Siemens NX to organize internal wiring.
- Implemented a 200mA fast-acting fuse on the +5V power supply to completely eliminate the risk of sparks within the powder chamber.
Phase 2: Edge Computing
With the hardware safely routing data, I integrated an M5Stack FIRE Industrial IoT device using C++ firmware developed in the Platform.io IDE.
- Programmed the edge device to parse incoming live machine states directly from the printer.
- Triggered immediate visual alerts—using the device's built-in LED pixels—to notify operators of errors (like sudden chamber door openings) without needing to be physically at the machine.
Phase 3: The Data Pipeline
Beyond edge alerts, the hardware data needed to be logged for deep process optimization. I built an end-to-end industrial data pipeline that funneled high-frequency sensor data into a time-series database.
- Deployed InfluxDB to continuously ingest the sensor telemetry.
- Developed interactive Grafana dashboards to simultaneously track and analyze 5 critical process parameters during live prints.
The Impact
The integrated system provided unprecedented visibility into the LPBF process. Through rigorous validation experiments, the telemetry system successfully identified micro-level powder bed surface deviations of just ~50 µm. Furthermore, it reliably verified that chamber oxygen levels were maintained strictly below 0.1% under controlled conditions, ensuring optimal print quality.