Skip to content

Waggle Sensor Plug-In for the Vaisala AQT530 Series Air Quality Transmitter

License

Notifications You must be signed in to change notification settings

jrobrien91/waggle-aqt

Repository files navigation

Vaisala AQT530 Waggle Plugin

Waggle Sensor Plug-In for the Vaisala AQT530 Series Air Quality Transmitter

Depending on the configuration of the instrument, the AQT530 provides observations on meteorological conditions, including particulate matter (PM2.5, PM10) and gas species concentrations(NO, NO2, O3, CO).

Waggle Sensor Information

Determine the Serial Port

The AQT530 utilzies an RS-485 serial connection to transmit data (RS-232 serial connection for instrument maintenance).

Therefore, to determine which port the instrument is plugged into, PySerial offers a handy toollist to list all serial ports currnetly in use.

python -m serial.tools.list_ports

The default serial settings for the RS-485 interface are:

  1. Baud Rate = 115200
  2. Data Bits = 8
  3. Parity = None
  4. Stop Bits = 1

Data Sample

Below is a sample of the ASCII formatted data string transmitted from the instrument. The specific variables included within the string and their location are displayed at the end.

2023-04-28T21:35:32,22.2,24.9,984.1,0.020,0.170,-0.001,0.004,0.3,0.5,0.6,T:H:P:NO2:CO:O3:NO:PM1:PM2.5:PM10,20328

Testing

Similar to the Vaisala WXT536 plugin a docker container will be setup via Makefile

1) Build the Container

make build

2) Deploy the Container in Background

make deploy

3) Test the plugin

make run

About

Waggle Sensor Plug-In for the Vaisala AQT530 Series Air Quality Transmitter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published