Close
0%
0%

rE-SPire | Air Quality & Environmental Monitor

Solar-powered, weatherproof, internet-connected instrument for collecting environmental data!

Similar projects worth following
Collecting data outdoors presents several challenges such as varying weather conditions, lack of permanent power sources, and limited physical access for retrieving the data. This project aims to solve these challenges by providing a kit with:

● Sensors for measuring temperature, humidity, pressure, light, noise, and air quality (dust and VOCs).
● Enclosed electronics using a 1-way valve for ventilation
● Solar-powered rechargeable circuitry for year-round, intermittent operation
● Wi-Fi capable for hands-off data retrieval

In addition, this project aims to provide a solution to typical challenges encountered by most DIY projects such as:

● Ready to use out of the box with minimal assembly required
● Expandable and Open Source to accommodate user-specific sensors
● Modularly designed to accommodate different use cases

Introduction

Back in 2013, we launched one of the first hackable, internet-connected, environmental data-collection system, the Smart Citizen project. The goal was to build a software and hardware platform where everyday citizens could collect and share environmental data.

The initial reaction to the project was positive, and many early adopters helped it get off the ground. However, several intrinsic limitations prevented it from achieving the original vision. The most detrimental were:

  • Most users weren't interested in the online platform
  • Development was spread thin between web, app, and hardware development
  • Hardware was difficult to install and maintain outdoors
  • Long lead times in hardware production and pricing discouraged potential customers

After creative differences with the core development team, we decided to fork the project and devise a solution to address these problems. After a couple of years working on it, we're ready to share our efforts. 

Introducing rE-SPire, an Air Quality and Environmental Monitor

Based on numerous suggestions, comments, pleas, and complaints from past, current, and potential users of the Smart Citizen project, rE-SPire is an environmental monitor powered by Open Source hardware and software.

rE-SPire is based around the ESP8266, a WiFi-capable SoC that can be programmed with the Arduino IDE. It includes sensors that allow it to measure:

  • Temperature
  • Relative humidity
  • Barometric pressure
  • Relative Volatile Organic Compound (VOCs) concentration
  • Particulate matter (PM) dust levels
  • Ambient noise levels
  • Ambient light levels

rE-SPire was also built to be used outdoors (as well as indoors), so it's enclosed in a waterproof enclosure and can be powered by a rechargeable battery and a solar panel.

Electronics

The electronics of rE-SPire include an array of components for sensing, measuring, storing, and communicating local environmental data, as well as powering and recharging the device.

– Sensing

rE-SPire carries several sensors that allow it to measure environmental conditions. These are:

Bosch BME680: temperature, humidity, barometric pressure, VOCs

Bosch's BME680 is a high-precision sensor that can measure humidity with ±3% accuracy, barometric pressure with ±1 hPa absolute accuracy, and temperature with ±1.0°C accuracy. Because of the accuracy in pressure, the sensor can be used to estimate altitude within ±1 meter!

Also, using a metal oxide-based sensor, it detects VOCs by adsorption (and subsequent oxidation/reduction) on its sensitive layer.  Though it can be used to detect gases & alcohols such as Ethanol, Alcohol and Carbon Monoxide, the sensor only gives one resistance value indicating overall VOC content, which means it cannot differentiate gasses or alcohols.

Please note this sensor, like all VOC/gas sensors, has variability and to get precise measurements you will want to calibrate it against known sources!

Sharp GP2Y1010AU0F: PM dust

Sharp’s GP2Y1010AU0F is an optical air quality sensor, designed to sense dust particles. An infrared emitting diode and a phototransistor are diagonally arranged into this device, to allow it to detect the reflected light of dust in air. It is especially effective in detecting very fine particles like cigarette smoke, and is commonly used in air purifier systems.

Electret condenser microphone: noise

The electret condenser microphone translates amplitude (not volume) by capturing sound waves between two conducting plates—one a vibrating diaphragm and the other fixed—and converting them into electrical waves.

GM5528 photoconductive resistance: light

A photoconductive resistance is a very small light sensor that changes resistance...

Read more »

  • Hardware is almost there!

    ACROBOTIC Industries06/26/2018 at 22:44 0 comments

    After a couple of months of working through some issues, the final hardware revision is almost ready. The final sensor lineup will allow the instrument to measure:

    ☑️ Temperature

    ☑️ Humidity

    ☑️ Pressure

    ☑️ VOCs

    ☑️ Dust

    ☑️ Light

    ☑️ Noise

    The final form factor of the enclosure has also been chosen. It includes a valve to allow the airflow needed for Air Quality measurements, and a cable gland to route the power cable to the Solar Panel.

    The last thing to do is modify the mount for the dust sensor. The current one makes the sensor touch the top of the enclosure, so a simple tweak in the design will take care of it!

View project log

Enjoy this project?

Share

Discussions

Vishnu Mohanan wrote 04/24/2018 at 06:28 point

This is probably the only open sourced embedded sensor device out there, at least the only one I've come across with. My aim with #EXPLOG : Exploration Logger is similar but I like to expand the use cases even more. We will be happy to work with Clouden and share what we learn, if that becomes a possibility in future :)

  Are you sure? yes | no

ACROBOTIC Industries wrote 04/24/2018 at 15:22 point

Thanks for sharing! I like that EPLOG is handheld, best of luck!

  Are you sure? yes | no

Vishnu Mohanan wrote 04/24/2018 at 17:25 point

Thanks, and to you too :)

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates