Who this guide is for
This guide is aimed at hobbyists, makers, and small IT teams who run home labs, server closets, or workshop spaces and want low-cost, reliable sensing. If you want to monitor temperature hotspots, track humidity for storage, detect occupancy, or capture specialized signals (like boat NMEA), this guide helps you choose hardware, assemble basic projects, integrate with common platforms, and avoid typical pitfalls.
Parts & recommended hardware
Here are practical parts lists arranged by project type. Choose parts based on accuracy needs, power budget, and connectivity.
Temperature + humidity (low cost)
- Microcontroller: ESP32 for Wi‑Fi and low power sleep options.
 - Sensor: Digital sensor with good accuracy and I2C interface (look for ±0.2–0.5°C accuracy for high quality).
 - Power: USB power supply or small Li-ion battery with charging circuit for mobile sensors.
 - Enclosure: small ABS or 3D-printed case with vents for accurate readings.
 
CO2 monitor
- Sensor: NDIR CO2 module for stability and longevity.
 - MCU or SBC: ESP32 for Wi‑Fi reporting or Raspberry Pi for richer local processing.
 - Power: mains adapter if continuous monitoring is required.
 
Motion / occupancy
- Sensor: PIR module for simple motion detection; consider thermal array or anonymous thermal sensors for occupancy counts and privacy-aware analytics.
 - MCU: ESP32 or Raspberry Pi depending on processing needs.
 
NMEA and serial devices
- SBC: Raspberry Pi or USB-to-serial adapter for PC connection.
 - Considerations: buffer and convert serial to network-friendly formats when integrating with higher-level systems.