Activities

In a low-resource environment like Ethiopia, sustainable attention for air quality requires low-cost and local solutions. Most of my activities are related to this, and can be categorized in three main themes: 1) low-cost sensors, 2) student science, and 3) software and data processing.

Low-cost sensors

Conventional air quality measurement instruments are expensive, but nowadays low-cost sensors are widely available. For measurements of particulate matter (PM), low-cost sensors give relatively good results. There are several commercial low-cost sensor systems available, but it is also possible to buy a separate sensor from a manufacturer (Original Equipment Manufacturer, OEM), and add components from microelectronics to make a working sensor system. This results both in cost reduction as well as opportunities for local developers.

I have brought components and the OEM Sensirion SPS30 to Arba Minch to create a PM sensor system. Colleagues from the faculty of Electrical and Computer Engineering have assembled sensor systems with these components. I test and use these sensor systems with students and colleagues across Ethiopia. In publications on this system, we call it the SPSA: SPS30 with Arduino microprocessor.

Components

The core of the SPSA is the Sensirion SPS30 PM sensor. We connect it to an Arduino microprocessor to get the readings. A real time clock module (DS3231) is included to keep track of time, and an SD module for a micro SD card is included for local storage.

The SPSA system is ultimately a Do-It-Yourself system: we have combined multiple microelectronic components to build a sensor system, and likewise anyone else can do it. This also means it can be changed according to interest. On some systems, we have included a BME280 sensor for relative humidity and temperature, and a LoRaWAN shield for data transmission. We could also add GPS, WiFi, 4G, or other sensor units. If I find out that another OEM is on the market that is much better than the Sensirion SPS30, we could also switch from PM sensor. The objective is not to build a standardized best sensor system (I am not a sensor company). Instead, I want to make reliable air quality data collection accessible for low-resource communities, and I want to train expertise of building and using instruments within such communities.

On this page you can find an overview of the SPSA components and their prices.

Works

A list of public works with low-cost sensors:

Click here for all posts regarding low-cost sensors.

Related work

I have brought some water- and soil quality sensor components to Arba Minch as well, hoping that colleagues of the Arba Minch Water Technology Institute will follow my example and start building and testing their own sensor systems. Some colleagues have been testing a soil moisture sensor system.

Student science

As a lecturer for Arba Minch University, it is my task to be involved both in research and in education. I decided to combine these two, by turning air pollution courses that I offer into research projects for students. This is a win-win situation: I get access to low-cost data collectors, while students get practical experience. In 2019 I used this approach for the first time, with some 180 students divided over four classes. By letting the students create measurement plans, collect data, and analyze and report it, 33 small research projects on a variety of air pollution topics were conducted in and around Arba Minch University campus. In our publication on this approach, we decided to name it ‘Student science‘: as a subset of citizen science, serving both educational and scientific goals.

Air pollution student science courses

Over the years 2019-2024, I have offered air pollution courses in which students designed measurement plans and collected air pollution data. I regularly change the research topic and project outline.

2019: I offered the courses Air, Noise and Soil Pollution and Atmospheric Chemistry and Air Quality. In groups of five, students selected a research question, picked a measurement instrument and pollutant, scheduled their measurement time, collected data, analyzed the data and reported on it. Students could use the IQAir Airvisual Pro for either PM2.5 or CO2, the UCB-PATS+ for high PM2.5, or the Lascal El-USB-CO for indoor CO. The project work went hand in hand with lectures on the course chapters. Measurements of this round of courses led to two publications: one on the student science method, and one on the data as collected by the students and its use for distinguishing priority areas.

2021: I offered the course Air, Noise and Soil pollution, while a colleague at the same time offered the course Research Methods. Students conducted a research project similar to the one in 2019 (self-selection of topics), but now this project was part of two courses. From my course, I could focus on air pollution contents as supporting lectures, while from the Research Methods course, the focus could be on research methods.

2022_A: I offered the course Air, Noise and Soil pollution, while three colleagues offered the course Research Methods. While in 2019 and 2021, students could freely select their topics, this year I picked three ‘grand topics’ (based on the measurements of earlier years). The three topics were: dormitory ventilation, restaurant kitchens and coffee ceremonies. Groups of students brainstormed on variables and related sub-topics under these three topics. Based on this, they constructed measurement plans, and collected, analyzed and presented data.

2022_B: simultaneously to the course Air, Noise and Soil pollution, I offered to another batch of students the course Air and Noise pollution. For this batch I had reserved the topic ‘traffic air pollution’. With groups of students, I brainstormed on sub-topics. For these students, we constructed six SPSA low-cost sensor systems (one per group). The groups could continuously use these sensor systems for a period of six weeks, during which they managed the data collection at various roadside locations. Measurements of these students led to one publication.

2023: I offered the course Air and Noise pollution to only twelve students. The focus of this year was ‘personal sampling’: students continuously kept track of their location, and kept with themselves instruments. They could use the IQAir Airvisual Pro for CO2 and PM2.5, the UCB-PATS+ for pM2.5. Some students also got an SPSA locally constructed sensor system. This SPSA was put into a big plastic mug, in order to make it wearable.

2024: I offered the course Air and Noise pollution to only 9 students. Like last year, the focus was on personal sampling. This year, my colleague constructed 9 wearable SPSA sensor systems (one per student), and the students continuously tracked their location and kept the sensor system with them.

Works

A list of public works with student science:

Click here for all posts regarding low-cost sensors.

Related work

I presented my experience with low-cost research methods in the field of air pollution to Arba Minch University staff and management. Based on this, with the office of the Vice President on Academic Affairs of Arba Minch University (AMU) we set up a student science call. As per September 2024, seven groups of staff across various AMU departments are planning to turn part of one of their courses into a research project.

Software and dataprocessing

When generating data, the ability to process this data becomes all the more important. Data processing proficiency of both my students and colleagues is limited. Basic data processing can be done with Microsoft Excel. I try to incorporate Microsoft Excel in most of my classes, and I organized a training on advanced uses of Microsoft Excel for processing data. However, with bigger amounts of data, Microsoft Excel is not sufficient anymore. With online tools I learned to process my data in Python. The lessons I learned, I turned into trainings for colleagues. Some of these colleagues have joined me in giving trainings and coding up data processing tools for environmental data processing, under the name awtiCode.

Like locally building sensor systems to reduce dependency on instruments from outside Ethiopia, I believe that building data processing capacity and locally developing packages can reduce dependency on tools and knowledge from outside Ethiopia.

Works

A list of publicly available training materials and code:

Click here for all posts regarding software and data processing.