Working repository for the paper:
Calibration, Ambient Conditions, and Integration Effects on the Accuracy and Autonomy of a Low-Cost Outdoor Multi-Sensor Box
This repo has been reframed from an enclosure-only study into a full deployed sensor-box evaluation. The current draft focuses on:
- sensor accuracy against reference measurements
- calibration improvement from raw to corrected data
- autonomy, uptime, data completeness, and maintenance burden
- enclosure material, geometry, airflow, sealing, and weather exposure
- a decision framework for future lab sensor-box designs
paper/manuscript_v1.md- working manuscript V1.0paper/references.bib- first-pass bibliographyliterature/literature_matrix.csv- literature extraction matrixliterature/sensor_material_geometry_summary.md- verified sensor, material, geometry, and setup comparisonliterature/additional_literature_list.md- prioritized list of newly identified researchProConsList/- required per-paper sensor and physical-box pros/cons analysestemplates/baseline_system_description.md- lab box inventory templatetemplates/deployment_log.csv- field deployment log templatetemplates/calibration_metrics.md- metric definitions and reporting tableanalysis/compute_metrics.py- helper script for first-pass accuracy, uptime, and completeness metricsdeliverables/PI_Literature_Synthesis_Outdoor_Sensor_Box.pdf- PI-ready synthesis of all 19 literature sourcesdeliverables/PI_Literature_Synthesis_Outdoor_Sensor_Box.docx- editable version of the PI literature synthesis
The literature synthesis summarizes every source currently referenced in the repository. For each paper, it records:
- sensors used;
- reported materials and enclosure geometry;
- experimental setup;
- main result and brief conclusion;
- relevance to the proposed lab-box study;
- evidence-supported considerations for the experimental phase.
The synthesis also recommends framing the experiment around the current box baseline, a strong passive shield, and an optional actively aspirated accuracy benchmark.
Before the results section can become a real results section, collect:
- exact sensor model names and datasheets
- microcontroller/logger model
- power system details, battery capacity, solar panel if any
- enclosure material and geometry
- sensor placement, venting, sealing, and cable routing
- logging interval and storage/transmission method
- reference instrument used for co-location
- deployment timestamps, maintenance events, and failure notes
Every new paper must include a sensor-selection and physical-box analysis in ProConsList/. Follow ProConsList/README.md and use ProConsList/TEMPLATE.md. Run:
python3 analysis/check_literature_coverage.pybefore considering a literature update complete.