link fixing
This commit is contained in:
parent
332b9498f6
commit
e04d87a308
|
|
@ -446,7 +446,9 @@
|
|||
<span class="post-category">Hardware</span>
|
||||
<span>October 2025</span>
|
||||
</div>
|
||||
<a href="https://steen.run/blog/AirQualityMonitor/index.html">
|
||||
<h2 class="post-title">Air-Quality Monitoring and Data Collection</h2>
|
||||
</a>
|
||||
<p class="post-description">
|
||||
Built an air quality monitoring system using an ESP32 microcontroller that interfaces with three sensors: a BME280 for temperature, humidity, and pressure; an SPS30 for particulate matter (PM2.5/PM10); and an SCD40 for CO2 levels. The ESP32 runs custom firmware that collects sensor data and transmits it over WiFi via HTTP with JSON payloads to an InfluxDB instance running on my homelab. This enables continuous monitoring and historical tracking of indoor air quality metrics.
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue