Schlagwort: Air Quality Monitor

  • Small, MKR WAN 1310-powered device monitors CO2 levels in classrooms

    Small, MKR WAN 1310-powered device monitors CO2 levels in classrooms

    Reading Time: 2 minutes

    Humans are animals and like all animals, we evolved in mostly outdoor conditions where the air is nice and fresh. But modern society keeps most of us indoors the vast majority of the time, which could have negative health effects. There are many potential hazards, including a lack of sunlight and psychological effects, but CO2 may pose a more tangible risk. To keep tabs on that risk within classrooms, a team from Polytech Sorbonne built this small CO2 monitor.

    This CO2 monitor performs two functions: it shows anyone nearby the CO2 levels in the area and it uploads that data over LoRaWAN to a central hub that can track the levels across many locations. A school could, for example, put one of these CO2 monitors in every classroom. An administrator could then see the CO2 levels in every room in real time, along with historical records. That would alert them to immediate dangers and to long term trends.

    At the heart of this CO2 monitor is an Arduino MKR WAN 1310 development board, which has built-in LoRa® connectivity. It uses a Seeed Studio Grove CO2, temperature, and humidity sensor to monitor local conditions. To keep power consumption to a minimum, the data displays on an e-ink screen and an Adafruit TPL5110 timer only wakes the device up every ten minutes for an update. Power comes from a lithium-ion battery pack, with a DFRobot solar charger topping up the juice.

    It uploads data through The Things Network to a PlatformIO web interface. An Edge Impulse machine learning model detects anomalies, so it can sound a warning even if nobody is watching. The enclosure is 3D-printable.

    The post Small, MKR WAN 1310-powered device monitors CO2 levels in classrooms appeared first on Arduino Blog.

    Website: LINK

  • Remote indoor air quality monitoring with the Arduino Nicla Sense ME and Nano 33 IoT

    Remote indoor air quality monitoring with the Arduino Nicla Sense ME and Nano 33 IoT

    Reading Time: 2 minutes

    Arduino TeamMay 26th, 2022

    Most air quality-sensing devices integrate their sensors into the same enclosure as the display, which can make getting an accurate reading tough since the viewer is directly next to the unit and could potentially skew the values. This is why one element14 community member Enrique Albertos created his own portable air quality monitor that separates the sensing module from the screen.

    His system uses one Nicla Sense ME to gather air quality information about the surrounding environment with its onboard BME688 gas sensor. It is highly capable too, as it can quantify pressure, humidity, temperature, VOCs, VSCs, and various other harmful gases such as carbon monoxide. From here, the Nicla Sense ME sends its data over Bluetooth to an awaiting Nano 33 IoT board. The Nano is connected to a 1.8” TFT screen, which shows several pages of information that are cycled through by pressing one of the buttons at the bottom of the device.

    The first layout consists of a large gauge for the indoor air quality value, and just above it is the current time from an NTP server and the battery level. Underneath is the current temperature and the relative humidity. For a more historical view, Albertos designed a layout that contains several charts that plot values over time.

    You can read more about this project here in Albertos’ element14 blog post and see a demonstration in the video below.

    [youtube https://www.youtube.com/watch?v=d_gaja_FgpQ?feature=oembed&w=500&h=281]

    Website: LINK