Skip to content
Deployed an Open Sensor Environmental Station Using Raspberry Pi and Enviro+

Deployed an Open Sensor Environmental Station Using Raspberry Pi and Enviro+

Wednesday, April 22, 2026 at 10:00 AM -0400ยทdiegoripley
diegoripley

I recently deployed a static environmental monitoring station that contributes readings to the Open Sensor network. This is a quick post describing what the station is, how it is built, and where you can access the data it produces.

1. What is Open Sensor?

Open Sensor is a community-run network of low-cost environmental sensors. Each station publishes its readings in an open and efficient file format so that anyone can use them. You can read more about how the network is designed on the architecture page.

2. Hardware

The station follows Open Sensor’s reference build, which is documented under hardware requirements. At a high level, it consists of:

  • A Raspberry Pi Zero 2 W as the host computer.
  • A Pimoroni Enviro+ HAT, which provides sensors for temperature, humidity, pressure, light, noise, and air quality (gas and particulate matter when paired with a PMS5003).

Once the hardware was assembled, the Pi was flashed with the Raspberry Pi OS Lite image, and the OpenSensor Enviroplus was installed and configured to upload data to Source Cooperative.

d4c-opensensor-01

3. Data

The station is registered on the network with the identifier 019d97ff-3220-74fc-8923-f9fb69e2273d. The publicly listed location for this station is set to the Central Experimental Farm rather than my actual deployment site; I did not want to give away my home location, and the Experimental Farm happens to be one of my favourite places in Ottawa. Once I move locations, I will retroactively update the station location.

Two datasets are archived on Source Cooperative under the d4c-datapkg-environment-climate-health data package:

Both datasets are partitioned by station, which makes it straightforward to query only this station with tools such as DuckDB, or to combine it with other stations in the network.

4. The Future: Scalable Environmental Governance

The real value lies in scaling this into a high-density network to support governance, bridging the gap between urban and rural environments. Because these sensors are portable and low-cost, they can be deployed across diverse landscapes to drive intelligent decision-making and policy:

  • Urban: Driving real-time traffic signal adjustments, dynamic speed limits, and pollution-aware routing.
  • Rural & Wilderness: Monitoring cross-border air pollution, wildfire smoke drift, and micro-climate changes in protected natural areas.

Iโ€™ve already purchased a second station to take into the field. By syncing both the Pi and my phone to the same time server (NTP), I can join the air quality readings with my phone’s GPS track using timestamps. This turns future hikes into mobile environmental surveys, mapping the environment one trail at a time.

5. Join the Network

Join the network, it is super easy, it took me less than 2 hours to get everything working.

d4c-opensensor-01

Last updated on