28  Kits: Industrial & Wearable

28.1 Learning Objectives

By the end of this chapter, you will be able to:

  • Evaluate Industrial IoT Platforms: Compare and contrast Siemens IOT2050 and Arduino Opta for factory automation based on protocol support, temperature range, and cost
  • Select Wearable Development Kits: Justify the choice between LilyPad Arduino and Maxim Health platforms based on sensor accuracy and regulatory requirements
  • Assess Industrial Requirements: Analyze temperature derating, voltage levels, certifications, and protocol support needed for industrial deployments
  • Design Health Monitoring Prototypes: Integrate medical-grade sensors and validated algorithms to build wearable health devices meeting clinical accuracy standards
  • Navigate Regulatory Considerations: Differentiate certification paths (CE/UL for industrial vs FDA/CE Medical for health devices) and plan accordingly

28.2 Prerequisites

Before diving into this chapter, you should be familiar with:

Key Concepts

  • IoT Use Case: Specific application scenario where IoT technology addresses a defined human need or operational challenge.
  • Sensor Fusion: Combining readings from multiple sensor types to produce more accurate situational awareness than any single sensor provides.
  • Edge Processing: Computing performed at or near the device, reducing latency and bandwidth compared to cloud-only architectures.
  • Alert Threshold: Configurable trigger value that causes a device to send a notification or take an automated action.
  • Battery Life: Duration a device operates between charges or battery replacements, constrained by sensing duty cycle and wireless transmission frequency.
  • Form Factor: Physical size, shape, and weight of a device that determines where and how it can be deployed or worn.
  • Privacy by Design: Approach embedding data minimisation and user consent into the product from conception, not as an afterthought.

28.3 Introduction

Industrial IoT and wearable health monitoring represent specialized domains with stringent requirements. Industrial kits must handle harsh environments, industrial protocols, and safety certifications. Wearable health kits require medical-grade sensors, validated algorithms, and consideration of regulatory pathways. This chapter explores leading platforms in both domains.

Industrial IoT Kits work in factories and harsh environments. They typically include: - Wide temperature range (-20°C to +60°C) - Industrial voltages (24V inputs) - Protocol support (Modbus, BACnet, OPC UA) - DIN rail mounting for industrial enclosures

Wearable Health Kits monitor body signals. They typically include: - Medical-grade sensors (heart rate, SpO2) - Small form factor for body-worn use - Low power for all-day battery life - Validated algorithms for accuracy

Example: Arduino Opta controls factory relays using Modbus. Maxim Health Platform measures heart rate with FDA-quality sensors.

“Industrial and wearable kits live in completely different worlds!” said Max the Microcontroller. “Industrial kits have to survive factories – extreme temperatures, electrical noise, vibrations, and 24-volt power lines. Wearable kits have to be tiny, gentle on skin, and last all day on a small battery.”

Sammy the Sensor compared two boards. “The Siemens IOT2050 is built like a tank! It has a metal enclosure, DIN rail mounting, and works from minus 20 to plus 60 degrees Celsius. Meanwhile, the LilyPad Arduino is sewn into fabric with conductive thread – it has to be soft, flexible, and washable.”

Bella the Battery noted the power differences. “Industrial kits plug into factory power – they do not worry about battery life at all. But wearable health monitors need to track your heart rate all day long on a tiny lithium battery. Every milliamp matters!” Lila the LED added, “And both have serious certification requirements. Industrial devices need safety certifications for factory environments. Medical wearables need regulatory approval to ensure accurate health measurements. Building the prototype is just the beginning – getting it certified is a whole separate challenge!”

28.4 Industrial IoT Kits

28.4.1 Siemens IOT2050

Description: Industrial-grade edge computing platform for IIoT applications.

Components:

  • ARM Cortex-A53/A72 processor
  • Industrial I/O modules
  • Industrial Ethernet
  • Real-time capable
  • Wide voltage input

Development:

  • Industrial Linux
  • Node-RED
  • Docker containers
  • CODESYS PLC runtime

Use Cases:

  • Factory automation
  • Predictive maintenance
  • Industrial edge computing
  • Protocol gateways

Strengths:

  • Industrial-grade reliability
  • Professional software stack
  • Real-time capability
  • Wide temperature range

Limitations:

  • Expensive ($400+)
  • Complex for beginners
  • Overkill for simple projects

28.4.2 Arduino Opta

Description: Industrial micro PLC with IoT connectivity.

Components:

  • STM32H7 microcontroller
  • 8 digital inputs
  • 4 relay outputs
  • Ethernet and Wi-Fi
  • RS-485 interface
  • DIN rail mounting

Development:

  • Arduino IDE
  • PLC programming (61131-3)
  • Industrial protocols (Modbus, OPC UA)
  • Cloud integration

Use Cases:

  • Small-scale automation
  • Building management
  • Industrial control
  • Process monitoring

Strengths:

  • Arduino ecosystem
  • Industrial form factor
  • Multiple programming options
  • Competitive pricing ($100)

Limitations:

  • Limited I/O
  • New product (limited community)

28.4.3 Industrial Kit Comparison

Feature Siemens IOT2050 Arduino Opta
Processor ARM Cortex-A53/A72 STM32H7
Price $400+ ~$100
OS Industrial Linux Bare metal/Arduino
Protocols Full industrial stack Modbus, OPC UA
I/O Expansion modules 8 DI, 4 relay
Target Enterprise IIoT Small-scale automation
Learning Curve High Medium

28.5 Knowledge Check

28.6 Wearable and Health Monitoring Kits

Comprehensive visual taxonomy of wearable IoT devices for fitness and health monitoring. The image is organized into six categories by body placement, each showing multiple commercial product examples: Head-worn devices include hnds and smart glasses. Straps section shows chest-mounted heart rate monitors from Polar and Garmin. Shirts category displays smart clothing with em sensors including OMsignal and Hexoskin biometric shirts. Wrist-worn devices include smartwatches (Apple Watch, Fitbit, Garmin) and fitness bands. Clips section shows waist and pocket-mounted devices like Fitbit One and Misfit. Shoe-worn/Foot pods include Nike+, Stryd, and various running dynamics sensors. On the right side, a runner figure demonstrates typical device placement, with smartphone app screenshots showing fitness tracking interfaces from RunKeeper, Endomondo, and workout tracking apps. This taxonomy is essential for prototyping decisions when designing wearable IoT products.

Comprehensive taxonomy of wearable IoT device form factors organized by body placement - head-worn, straps, shirts, wrist-worn, clips, and shoe-worn devices with companion mobile apps

Source: University of Edinburgh - Principles and Design of IoT Systems. This taxonomy helps prototypers understand the full landscape of wearable form factors when designing new wearable IoT products.

Diagram illustrating a complete Body Area Network (BAN) architecture for healthcare IoT applications. The system is organized into four distinct layers: Layer 1 (leftmost) shows a human body with attached biomedical sensors including blood pressure sensor, pulse oximetry sensor, EEG sensor on head, and inertial sensor on limbs. Layer 2 shows user interaction devices including smartphones and PDAs for local data display and user interface. Layer 3 depicts the Black Box containing a Decision Management Unit (DMU) with four processing stages: Collect, Filter, Analyze, and Decision, connected to desktop computer for data aggregation. Layer 4 (rightmost) shows Remote Access connections to three endpoints: Physician for medical consultation, Medical Information Database for health records storage, and Emergency services (ambulance icon) for critical alerts. Arrows show data flow from body sensors through processing to remote healthcare providers. This architecture is fundamental for designing wearable health monitoring prototyping kits.

Four-layer Body Area Network (BAN) architecture for health monitoring showing sensor layer, user interface, data processing, and remote access including physician and emergency services

Source: University of Edinburgh - Principles and Design of IoT Systems. This BAN architecture illustrates the complete system design needed for health monitoring wearables - from body sensors through local processing to cloud connectivity.

28.6.1 LilyPad Arduino Wearable Kit

Description: Sew-able electronics platform for wearable projects.

Components:

  • LilyPad Arduino main board
  • LED modules
  • Accelerometer
  • Light sensor
  • Conductive thread
  • Battery holder

Development:

  • Arduino IDE
  • Specialized wearable libraries
  • Low-power modes

Use Cases:

  • E-textiles
  • Wearable art
  • Fashion tech
  • Educational wearables

Strengths:

  • Sew-able design
  • Washable components
  • Creative applications
  • Beginner-friendly

Limitations:

  • Limited processing power
  • Basic sensors
  • Durability concerns

28.6.2 Maxim Integrated Health Sensor Platform

Description: Medical-grade health monitoring development kit.

Components:

  • MAX32664 biometric hub
  • MAX30101 heart rate/SpO2 sensor
  • MAX30205 temperature sensor
  • MAX32630 microcontroller
  • Accelerometer
  • Bluetooth

Development:

  • mbed OS
  • Algorithm library
  • Mobile app SDKs

Use Cases:

  • Health wearables
  • Fitness trackers
  • Medical device prototypes
  • Clinical research

Strengths:

  • Medical-grade sensors
  • Validated algorithms
  • Low power
  • FDA-quality components

Limitations:

  • Expensive
  • Complex integration
  • Regulatory considerations

28.6.3 Wearable Kit Comparison

Feature LilyPad Arduino Maxim Health Platform
Target E-textiles, fashion Medical/fitness
Sensors Basic (light, motion) Medical-grade (HR, SpO2)
Price $50-100 $200-400
Form Factor Sew-able Module-based
Algorithms DIY Validated
Regulatory Consumer FDA-pathway

28.7 Worked Example: Selecting a Kit for Worker Safety Monitoring

Scenario: A construction company wants to prototype a system that monitors workers for heat stress on outdoor job sites. The system must measure skin temperature, heart rate, and ambient temperature, then alert supervisors when a worker shows signs of heat exhaustion. Workers wear hard hats and high-visibility vests. The company has 200 workers across 5 sites. Budget: $15,000 for prototype development.

Step 1: Analyze Requirements Against Kit Categories

Requirement Industrial Need? Wearable Need? Which Dominates?
Body-worn heart rate sensor No Yes (skin contact) Wearable
Outdoor temperature range (0-50C) Yes (harsh environment) Partial Industrial
Dust/water resistance (IP65+) Yes (construction site) Partial Industrial
Gateway to aggregate worker data Yes (site-wide) No Industrial
All-day battery life (10+ hours) No Yes Wearable
Cellular backhaul from remote sites Yes No Industrial

Conclusion: This project requires both categories – wearable sensors on workers, and an industrial gateway at each site.

Step 2: Kit Selection

Component Selected Kit Cost Justification
Worker sensor node Maxim Health Sensor Platform $350 each Medical-grade heart rate/SpO2, validated algorithms, BLE output
Site gateway Arduino Opta $100 each Modbus for industrial PLCs, Ethernet + Wi-Fi, DIN-rail for site trailer
BLE-to-gateway bridge Nordic nRF52840 DK $45 each Receives BLE from Maxim boards, forwards to Opta via serial

Step 3: Prototype Cost Calculation

For a 5-worker pilot on 1 site:

Item Quantity Unit Cost Total
Maxim Health boards 5 $350 $1,750
Custom enclosure (3D-printed, IP65) 5 $25 $125
Arduino Opta gateway 1 $100 $100
Nordic BLE bridge 2 $45 $90
Cellular modem (SIM7600) 1 $35 $35
Development time (4 weeks, 1 engineer) $12,000
Total $14,100

Calculate your own prototype costs by adjusting the quantities:

Insight: Hardware costs scale linearly with workers and sites, but development costs remain fixed. For larger deployments, development becomes a smaller percentage of total cost.

Step 4: Key Design Decision – Enclosure

The Maxim Health Platform is designed for wrist-worn use, but construction workers cannot wear wristbands (safety hazard near machinery). Solution: Mount the sensor module inside the hard hat liner, positioned against the forehead. This provides skin temperature + heart rate from the temporal artery, better protected than a wristband, and does not interfere with safety equipment.

Lesson learned: Kit form factor rarely matches final deployment form factor. The prototype validates sensor accuracy and algorithms; mechanical design comes later.

28.8 Industrial vs Wearable Considerations

Decision flowchart with branching logic comparing industrial IoT kits (factory environments, harsh conditions, wide temperature range, DIN-rail mounting, industrial protocols like Modbus/OPC UA) versus wearable health kits (body-worn, personal use, small form factor, medical-grade sensors, low power battery operation, validated algorithms). Flowchart uses environment type, temperature requirements, power source, size constraints, and certification needs as decision criteria to guide kit selection between Siemens IOT2050, Arduino Opta, LilyPad Arduino, and Maxim Health Platform.
Figure 28.1: Decision flowchart for choosing between industrial and wearable kits based on deployment environment, scale, and application type.

28.8.1 Key Differences

Aspect Industrial Kits Wearable Kits
Environment Factory, harsh Body-worn, personal
Temperature -20°C to +60°C Ambient (body temp)
Power Mains/industrial Battery (small)
Size DIN rail modules Miniaturized
Protocols Modbus, OPC UA BLE, proprietary
Certification Industrial (CE, UL) Medical (FDA, CE)
Durability Vibration, EMI Water, sweat

Temperature range requirements drive component derating. An industrial system operating from -20°C to +60°C experiences an 80°C thermal swing. Semiconductor junction temperatures reach:

\[ T_{\text{junction}} = T_{\text{ambient}} + P_{\text{dissipated}} \times R_{\theta JA} \]

For a voltage regulator dissipating 2W with \(R_{\theta JA} = 50\)°C/W at +60°C ambient:

\[ T_{\text{junction}} = 60 + 2 \times 50 = 160\text{°C} \]

This exceeds the 125-150°C maximum for most regulators, requiring heat sinking or forced airflow. Wearable devices at body temperature (37°C) with lower power (<1W) rarely face thermal limits. Industrial designs must derate components to 70-80% of rated voltage/current to ensure reliability across the full temperature range.

Interactive Thermal Calculator:

Key Insight: Industrial designs must account for worst-case thermal conditions. A regulator that works fine on a lab bench at 25°C can fail in a factory at 60°C ambient without proper thermal management.

28.9 Regulatory Considerations

28.9.1 Industrial Certifications

Industrial IoT kits targeting production must address:

  • CE Marking (Europe): Electromagnetic compatibility, safety
  • UL Listing (North America): Safety certification
  • IEC 61131 compliance for PLC programming
  • ATEX/IECEx for hazardous environments

Kit Advantage: Pre-certified kits (Arduino Opta, Siemens IOT2050) include certifications, saving months of testing.

28.9.2 Medical Device Regulations

Health monitoring wearables face additional requirements:

  • FDA 510(k) (US): Medical device clearance
  • CE Medical (Europe): Medical device directive
  • Clinical validation: Algorithm accuracy studies
  • Data privacy: HIPAA, GDPR compliance

Kit Advantage: Maxim Health Platform uses FDA-quality sensors and validated algorithms, providing a foundation for regulatory submissions.

Regulatory Disclaimer

Prototyping kits are for development and research. Production medical devices require formal regulatory submissions, clinical validation, and quality management systems. Consult regulatory experts before commercializing health monitoring products.

:

28.10 Summary

  • Siemens IOT2050 provides enterprise-grade industrial edge computing with Linux, Docker, real-time capability, and comprehensive industrial protocol support for factory automation and predictive maintenance
  • Arduino Opta offers accessible industrial automation with Arduino ecosystem familiarity, RS-485/Modbus support, relay outputs, and DIN rail mounting at a competitive price point
  • LilyPad Arduino enables creative wearable projects with sew-able, washable components for e-textiles, fashion tech, and educational applications
  • Maxim Integrated Health Sensor Platform provides medical-grade sensors (heart rate, SpO2, temperature) with validated algorithms for health monitoring prototypes targeting FDA-quality accuracy
  • Industrial kits emphasize harsh environment operation, industrial protocols, and safety certifications, while wearable kits emphasize miniaturization, low power, and body-worn comfort
  • Regulatory considerations differ significantly: industrial kits focus on CE/UL safety certifications, while medical wearables require FDA/CE medical device pathways
In 60 Seconds

IIoT connects operational technology (OT) with IT systems to enable real-time production monitoring, quality control, and supply chain visibility while respecting the real-time reliability requirements of shop-floor systems.

28.11 Concept Relationships

Prerequisites: Specialized Prototyping Kits Overview - Kit ecosystem architecture and categories. Prototyping Hardware - Understanding microcontrollers and sensors before specialized kits. Sensor Fundamentals - Health monitoring sensor types and characteristics.

Related Concepts: Kit Selection Guide - Evaluation framework for industrial/wearable kits. Industrial Protocols - Modbus, OPC UA, and BACnet for industrial applications. BLE Fundamentals - Wearable connectivity technology.

Builds Toward: AI, Wireless, and Energy Kits - Advanced prototyping capabilities. Certification and Compliance - Regulatory pathways for industrial and medical devices.

28.12 See Also

Industrial IoT: Siemens IOT2050 Documentation - Industrial edge computing platform. Arduino Opta Documentation - Industrial micro-PLC programming and setup. CODESYS PLC Programming - IEC 61131-3 PLC development environment. Modbus Organization - Modbus protocol specifications and resources.

Wearable Health: Maxim Integrated Health Sensor Platform - Medical-grade sensor reference designs. Adafruit Wearables - E-textile and wearable electronics tutorials. LilyPad Arduino - Sewable electronics platform documentation.

Regulatory: FDA Medical Device Classification - US medical device regulatory pathways. CE Medical Device Directive - European medical device regulations. IEC 61131 PLC Standards - International industrial automation standards.

Community: Industrial IoT Consortium - IIoT standards and best practices. Wearable Technology Insights - Wearable industry trends and innovations. Reddit r/IndustrialEngineering - Industrial automation discussions.

28.13 What’s Next

If you want to… Read this
Study supply chain and inventory IoT Application Domains Overview
Learn about smart city infrastructure parallels Smart Cities and Urban IoT
Understand edge computing for on-premise processing Edge Computing Fundamentals