Skip to content
Tom Parkinson edited this page Oct 6, 2025 · 4 revisions

SAMBA Documentation Home

The SAMBA IEQ Monitoring System combines ESPHome firmware, custom hardware, and external integrations to capture indoor environmental quality metrics. The repository hosts:

  • Firmware configuration in config/ using modular YAML files for each capability (e.g. networking, sampling, sensors).
  • External components in components/ for features not yet merged into upstream ESPHome, such as the InfluxDB publisher and the custom sound level meter.
  • Pre-built binaries and manifests in firmware/ and firmware.json for streamlined deployments.

SAMBA devices run on ESP32 hardware and are designed for research-grade deployments. Documentation in this wiki dives deeper into how the YAML modules work together:

For setup guidance, flashing instructions, and maintenance procedures, refer back to the root README.md.

Clone this wiki locally