4.8 KiB
title, layout, excerpt, image, thumbnail, assets, alt, redirect_from
title | layout | excerpt | image | thumbnail | assets | alt | redirect_from |
---|---|---|---|---|---|---|---|
Sensor.Community Workshop at EMFcamp | post | Instructions for a workshop I'm running/ran at Electromagnetic Field 2024 | /assets/blog/emf2024/emf2024-logo-dark.svg | /assets/blog/emf2024 | /emf2024 |
Welcome to the guide for the workshop Build your own sensor.community air quality monitoring station!.
Obligatory Spiel
Air pollution is a major public health issue but you’d be surprised how few official monitoring stations there are in Europe. That’s an issue because pollution levels can vary a lot even between adjacent streets so to get the best picture possible we need more sensors! This is where citizen lead projects like Sensor.Community are doing amazing things.
In this workshop you’ll put together an air quality monitor made from an ESP8266 and a few sensors, load up the firmware and connect it to the sensor.community network so that other people, scientists and policy makers can see where the problems are and hopefully change something. It will also contribute to this cool interactive map. We’ll discuss options for weather proofing, where to place the sensor and how to hook it into your own smart home setup if you have one.
The Kits
The a base kit (£15) contains:
- An ESP8266 Dev board pre-flashed with the firmware
- A BME280 Pressure/Temperature/Humidity sensor
- A 2m micro USB cable
- A long F-F header cable (dupont) with 4 wires
- A USB power supply is not included, let's try to prevent some e-waste by reusing an old one!
- There will be a pack of zipties lying around somewhere that you can grab from.

The base+addon kit (£40) also contains:
- An SDS011 particulate matter sensor (PM2.5-10)
- A length of black plastic tube to separate the intake of the sensor a bit from the exhaust.
- A short header cable with 4 pairs.

In the workshop
- Come buy a kit from me
- Assemble it
- Configure it
Assembly
Note: each ESP8266 has a unique chipID. When I flashed the firmware I noted down the chipID on a piece of tape on the back of each board, you need this id for a couple steps in a minute so don't lose it! If you do, you can use the firmware flasher to get it again, you can find links to the firmware flasher on the official guide.
Attach the black plastic tube to the port on the SDS011. Connect the headers like the image below, use the longer headers for the BME280 and the shorter ones for the SDS011.

We want the input of the SDS011 tube to be close to the BME280, hence the different cables. Don't worry about this too much now, you'll have to think about this when you install it into a permanent position.
Configuration
When it starts up, the firmware searches for any configured wifi networks, when it doesn't find one it starts up a hotspot called "airRohr-{ChipID}" with password "airrohrcfg".
Connect to this network, it will likely open the config page in a captive portal but if not go to 192.168.4.1.
- For now let's connect to the emfcamp wifi, SSID: emf2024, username: emf, password: emf should work but if not try SSID: emf2024-open
Optional: If you plan to setup the sensor up temporarily somewhere at EMF, perhaps in your village you can
Registering with Sensor.Community
After the workshop
Find a permanent location for the sensor. You'll need some weather proofing and a 5V power source. It's recommended to place the sensor 1-3m above ground level in a well ventilated outdoor area. Basically you're trying to measure the same air we're all breathing.
Options for weather proofing:
- Use a U bend piece of drain pipe as recommended by the project.
- Browse some of the many 3D printed case designs online.
See an issue on this page? Open a PR!