WeatherDuino Forum
Air Quality Monitor III - Overview - Printable Version

+- WeatherDuino Forum (https://www.meteocercal.info/forum)
+-- Forum: Weather Stations & Environmental Measurement Equipment - WeatherDuino 4Pro Line (https://www.meteocercal.info/forum/forum-56.html)
+--- Forum: Air Quality Measurement (https://www.meteocercal.info/forum/forum-59.html)
+---- Forum: 4Pro Air Quality Monitor III - Info (https://www.meteocercal.info/forum/forum-83.html)
+---- Thread: Air Quality Monitor III - Overview (/thread-1970.html)



Air Quality Monitor III - Overview - werk_ag - 06-04-2021

[Image: 4Pro_AQM_III_PCB_Front.jpg]


Overview:

The WeatherDuino AQM-III is an easy to build Air Quality Monitor device, designed to be used by anyone, no matter have or not an WeatherDuino weather station.
For measurement of dust particles, users can choose from three types of sensors: Sensirion SPS30, Plantower 7003 or Nova SDS011.
Besides presenting the PM2.5 and PM10.0 readings, users can choose the AQI standard. Supported standards are: US EPA, EU AQI, UK DAQI and AU AQC - NSW
Optionally, a CO2 sensor can be installed. Two types of sensors are supported: Sensirion SCD30 or MH-Z19.
Supports OTA software upgrade.

Being a versatile device, data can be visualized in several ways:
   

Additionally, the AQM-III emulates the Davis Airlink Local API, which means you can get the Air Quality data directly on CumulusMX (tested), and possibly on other weather software too.

Naturally, the AQM-III can also be used to send Air Quality data to WeatherDuino weather stations.
It is compatible with the 4Pro and Pro2 line of WeatherDuino weather stations, and can transmit data using LoRa or OOK radios.


Specifications:

- Xtensa 32 Bits Dual Core Microcontroller
- Wi-Fi: 802.11 b/g/n
- Optional LoRa RFM95 radio module (868Mhz or 915Mhz)
- Optional OOK RXB6 radio module (433Mhz or 315Mhz)
- Power Supply: micro USB or via polarized connector (JST XH2.54 2p) on the PCB - 5V, 500mA
- Average Consumption: 150mA
- PCB size: 85.09mm x 52.07mm


Additional parts needed:

- Dust sensor: Sensirion SPS30, Plantower PMS7003 (PMS5003, PMSA003) or Nova SDS01.
- Temperature / Humidity & Pressure Sensor - Bosch BME280.
- Optional CO2 sensor: Sensirion SCD30 or MH-Z19.
- Optional OLED Display (1.3" SH1106)


3D printable box:

Available for free on the Downloads area or at Thingiverse


Prices


- AQM-III Standard Version: 29.50€ In Stock
- AQM-III, with the 868Mhz LoRa radio module (EU version) and SMA connector: 39.70€ In Stock
- AQM-III, with the 915Mhz LoRa radio module (US & AU version) and SMA connector: 39.70€ In Stock
- AQM-III, with the 433Mhz OOK radio module and SMA connector:  35.90€ In Stock

Note: Installation of the LoRa or OOK radio modules on the AQM-III Standard Version, its a quite easy task.
Many users prefer the AQM-III Standard Version, and later decide if they need the radio modules or not.


Shipping Method and Costs

All shipments are done via registered Air Mail.
Once shipment is done we provide the tracking number.

Any country within the Eurozone: 8.40€
Worldwide: 11.20€


Payment Method

PayPal Only


How to Order?

Orders are done by sending a PM to Werk_AG.
Click here, and describe the item or items you want to order.
Combined shipping is available.


RE: Air Quality Monitor III - werk_ag - 13-05-2021

Sensor Connections

[Image: 4Pro_AQM_III_Sensirion_Connections_800px.jpg]


[Image: 4Pro_AQM_III_PMS7003_Connections_800px.jpg]


[Image: 4Pro_AQM_III_SDS011_Connections_800px.jpg]


[Image: 4Pro_AQM_III_MH_Z19_Connections_800px.jpg]


RE: Air Quality Monitor III - Overview - werk_ag - 16-05-2021

AQM III - Usage Notes




Requesting data from the Air Quality Monitor III

Users can request data from the AQM-III by using some commands, usually in the form: IP Address / Command
Examples of recognized Commands:
   


Getting AQM III Air Quality data with CumulusMX

On CumulusMX go to Air Quality settings, add AirLink as Air Quality sensor.
On the AirLink config, just fill the IP address of your AQM III device. Left everything else blank.

 


Sending AQM III Air Quality data to Sensor Community

- First register your sensor on Sensor Community: https://devices.sensor.community/
- As type of sensor choose ESP32. Follow instructions presented during registering your sensor.
- After having your Sensor ID, set it on the AQM III software

Code:
// --------------------------------------------------------------------------------------
// sensor-community Credentials
//
// The AQM-III allows you to share Air Quality data from your location, with the sensor.community project.
// Your sensor and data will be show on a map: https://maps.sensor.community/#2/0.0/0.0
// Just register your sensor at https://devices.sensor.community/ and put here your Sensor_UID.
// --------------------------------------------------------------------------------------
const char* Sensor_UID = "esp32-xxxxxxxxxxxx"; // Put here the Sensor_UID registered at sensor-community

 


AQM-III usage with WeatherDuino Pro2 and 4Pro weather stations

There are some minor differences when a AQM-III is used with a Pro2 or a 4Pro weather station: