> **Source:** Core Electronics is an Australian maker-electronics retailer and manufacturer based in Newcastle, NSW, run by a team of makers and educators. We design and manufacture our own product lines (PiicoDev, CE originals) and are official retailers for iconic maker and industrial brands including Raspberry Pi, Arduino, Adafruit, SparkFun and DFRobot. Orders ship Australia-wide from our Newcastle warehouse. Prices are in AUD and include GST. Pricing, stock and dispatch on this page are generated from the store's live catalog. Full machine-readable index: https://core-electronics.com.au/llms.txt

# Pimoroni Enviro + Air Quality for Raspberry Pi

**Type:** Product page · **SKU:** PIM458 · **Brand:** [Pimoroni](https://core-electronics.com.au/brands/pimoroni-australia) · **GTIN:** 606034879362
**Page:** https://core-electronics.com.au/pimoroni-enviro-air-quality-for-raspberry-pi.html ([markdown](https://core-electronics.com.au/pimoroni-enviro-air-quality-for-raspberry-pi.html.md))

Monitor your world with Enviro + Air Quality for Raspberry Pi! There's a whole bunch of fancy environmental sensors on these boards, and a gorgeous little full-colour LCD to display your data. The perfect way to get started with citizen science and environmental monitoring!

## Pricing

- **Price:** $109.95 (inc GST) — $99.95 AUD, exc GST
- **Quantity discounts:** 5+ $95.95 (exc GST) · 10+ $92.95 (exc GST)

## Availability & dispatch

- Out of stock — the product page offers email notification when it returns.

## How to buy

- **Build a cart:** compose `https://core-electronics.com.au/cart/link?items=PIM458:1` (comma-separated SKU:qty pairs) and share the link. Opening it shows a confirmation page with live pricing and stock before anything is added to the cart.
- **Verify the cart first:** fetch `https://core-electronics.com.au/cart/link/PIM458:1.md` for live line prices (inc & exc GST, quantity discounts applied), stock and dispatch estimates, and totals. Append `/to/{AU-postcode}` (or `/to/{country-code}:{postcode}`) before `.md` for delivery options and prices to that destination. Unknown, retired, or out-of-stock SKUs are flagged. (Query form `cart/link.md?items=...` also works but some robots parsers refuse query strings here.)
- **Checkout** is completed on-site and includes a captcha at the payment step. Share the cart link; checkout takes it from there.
- **Search the catalogue:** `https://core-electronics.com.au/search/{query}.md` (URL-encode the query; pages 2-3 at `search/{query}/{page}.md`; `search.md?q=` also works)
- **Payment methods, purchase orders, policies and contact details:** https://core-electronics.com.au/llms.txt
## Description

### Monitor your world!

Enviro + Air Quality is designed for environmental monitoring, and lets you measure air quality (pollutant gases and particulates\*), temperature, pressure, humidity, light, and noise level. When combined with a [particulate matter sensor\*](https://wholesale.pimoroni.com/products/pms5003-particulate-matter-sensor-with-cable), it's great for monitoring air quality just outside your house (more information below) and lets you contribute your data to citizen science efforts to monitor air quality via projects like [Luftdaten](https://united-kingdom.maps.luftdaten.info/).

### Features

- BME280 temperature, pressure, humidity sensor ([datasheet](https://core-electronics.com.au/attachments/localcontent/BST-BME280-DS002_15879e0fac9.pdf))
- LTR-559 light and proximity sensor (datasheet)
- MICS6814 analog gas sensor ([datasheet](https://core-electronics.com.au/attachments/localcontent/1143_Datasheet-MiCS-6814-rev-8_38172b562ba.pdf))
- ADS1015 analog to digital converter (ADC) ([datasheet](https://core-electronics.com.au/attachments/localcontent/ads1015_16762a2437d.pdf))
- MEMS microphone ([datasheet](https://core-electronics.com.au/attachments/localcontent/SPH0645LM4H-B_183084ea6a1.pdf))
- 0.96" colour LCD (160x80)
- Connector for [particulate matter (PM) sensor](https://core-electronics.com.au/pm2-5-air-quality-sensor-and-breadboard-adapter-kit-pms5003.html) (available separately)
- Pimoroni breakout-compatible pin header
- pHAT-format board
- **Fully-assembled**
- Compatible with all 40-pin header Raspberry Pi models
- [Pinout](https://pinout.xyz/pinout/enviro_plus)
- [Python library](https://github.com/pimoroni/enviroplus-python)
- Dimensions: 65x30x8.5mm

### Citizen science with Enviro + Air Quality

Pimoroni has developed Enviro + Air Quality in collaboration with the University of Sheffield, with the aim of letting you contribute real-time air quality data from your local area to open data projects like [Luftdaten](https://united-kingdom.maps.luftdaten.info/).

The alarming drop in our air quality is something that's really important to understand. Devices like Enviro + Air Quality allow fine-grained, detailed datasets that let us see shifts in air quality through time and across different areas of cities. The more devices that contribute data, the better quality the dataset becomes.

Particulate matter (PM) is made up of tiny particles that are a mix of sizes and types, like dust, pollen, mould spores, smoke particles, organic particles and metal ions, and more. Particulates are much of what we think of as air pollution. They can be measured, in size and quantity, by particulate matter sensors like the PMS5003 that you can connect to Enviro + Air Quality.

The analog gas sensor can be used to make qualitative measurements of changes in gas concentrations, so you can tell broadly if the three groups of gases are increasing or decreasing in abundance. Without laboratory conditions or calibration, you won't be able to say "the concentration of carbon monoxide is n parts per million", for example.

Temperature, air pressure and humidity can all affect particulate levels (and the gas sensor readings) too, so the BME280 sensor on Enviro + Air Quality is really important to understanding the other data that it outputs.

Pimoroni has got a [tutorial](https://learn.pimoroni.com/tutorial/sandyj/enviro-plus-and-luftdaten-air-quality-station) that shows you how to use Enviro + Air Quality and a few easily-available bits to build the board into a weather-proof housing that you can mount outside your house to monitor local air quality.

### Indoor monitoring with Enviro

Enviro is designed especially for indoor monitoring. The temperature, humidity, light, and noise readings can be used to keep track of conditions in your home and, combined with the LCD to display the data and the proximity sensor for interaction, it makes an ideal headless monitoring device.

Why not combine it with some IoT smarts like an Alexa skill so that you can ask what the temperature or humidity is? Or you could set up a trigger action with IFTTT that turns your Philips Hue lights on when the light level drops below a certain level. There's loads of possibilities!

### Software

Pimoroni has put together a [Python library](https://github.com/pimoroni/enviroplus-python) to control all the parts of your [Enviro ](https://core-electronics.com.au/pimoroni-enviro-for-raspberry-pi.html)and Enviro + Air Quality. There's a [bunch of examples](https://github.com/pimoroni/enviroplus-python/tree/master/examples) for each of the individual parts, all-in-one examples that shows you the data from the sensors in a visual way. There's also an [example](https://github.com/pimoroni/enviroplus-python/tree/master/examples) that shows you how to contribute data to Luftdaten (requires Enviro + Air Quality and particulate matter sensor).

### Getting started

Have a read through our (exhaustive!) [Getting Started with Enviro+ tutorial](https://learn.pimoroni.com/tutorial/sandyj/getting-started-with-enviro-plus) that walks you through how to install the software, how to run the code examples, and how to use the [Python library](https://github.com/pimoroni/enviroplus-python/).

The [pinout for the Enviro+](https://pinout.xyz/pinout/enviro_plus) shows what pins are used by the Enviro+ HAT to help you avoid conflicts.

## Images

- [Product image 1](https://core-electronics.com.au/media/catalog/product/e/n/enviro_plus_phat_1_of_4_grande_24886269-4df1-4fdb-b028-87e5d9c9ae7c_large.jpg)
