Airlytix ES1 environment monitor runs ESPHome for Home Assistant integration

Airlytix ES1 environment monitor is an ESP32-based environment tracking device that runs ESPHome. The device tracks various environmental parameters like temperature, humidity, air quality (PM1.0, PM2.5, PM4, PM10, VOCs, NOx, CO2), barometric pressure, ambient light, and noise levels. To make things even more interesting, the device ships with a compact 3D printed case and can be integrated with Home Assistant for smart home automation.

Previously we have written about similar environment monitor devices like the Sonoff SC WiFi, V-Air Monitro, and devices like Arduino MKR IoT Carrier Rev2, Radair mini gateway, and Nicla Sense ME  designed for environment monitor applications.

Airlytix ES1 temperature, humidity, light, and and noise monitoring system

Airlytix ES1 environment monitor specifications

  • MCU – Unnamed ESP32 module for Wi-Fi connection
  • Particulate Matter
    • Mass Concentration: 0-1000μg/m3
    • Mass Concentration Size: PM1.0, PM2.5, PM4, PM10
    • Mass Concentration Precision: +/-1.25μg/m3/year
  • VOC & NOX
    • VOC Index Precision: <+/-15% VOC Index m.v.
    • NOX Index Precision: <+/-50% NOX Index m.v.
  • CO2
    • Measurement Range: 400-5000ppm
    • Measurement Accuracy: +/-50ppm
  • Temperature
    • Measurement Range: -40-125°C
    • Measurement Accuracy: +/-0.2°C
  • Humidity
    • Measurement Range: 0-100%
    • Measurement Accuracy: +/-1.8%
  • Ambient Light Sensor
    • VEML6040 RGBW Color Sensor
    • Selectable maximum detection range e (515.4, 1031, 2062, 4124, 8248, or 16 496) lux with the highest sensitivity 0.007865 lux/step
  • Power Source – 5V via USB-C (cable not supplied)
  • Dimension – 62.5 x 63 x 34 mm

Airlytix ES1 Environment Monitor Assembly

As you can see from the specification there is not much hardware-related information available at the time of writing but, the only thing that I could find is that the specification for the ambient light sensor that after looking at the code for a bit which you can find in the Airlytix GitHub repository, along with the STEP and STL files for the case.

The device also includes an unspecified sound sensor (probably a microphone) and an unspecified barometric pressure sensor which can be used to measure sudden changes in air pressure, an early indication of an upcoming storm.

Airlytix ES1 Environment Monitor PCB
Airlytix ES1 Environment Monitor PCB

The Airlytix ES1 Environment Monitor is available on Tindie, starting at $134.95 for the kit. A 3D-printed case can be added for $10.80, or get the fully assembled version for $156.54. For further details, visit the Airlytix website.

Via  Hackster.io

Share this:

Support CNX Software! Donate via cryptocurrencies, become a Patron on Patreon, or purchase goods on Amazon or Aliexpress

ROCK 5 ITX RK3588 mini-ITX motherboard
Subscribe
Notify of
guest
The comment form collects your name, email and content to allow us keep track of the comments placed on the website. Please read and accept our website Terms and Privacy Policy to post a comment.
2 Comments
oldest
newest
Trait0r
Trait0r
23 days ago

Wow! This thing is packed and the best it runs esphome (cloudfree & customizable)!

Congrats, this project took many months of work for sure!

Faidon
Faidon
23 days ago

Judging from the ESPHome YAML, this has a SEN55 for PM/VOC, a SCD4x for (true) CO2, an SHT4x for temperature/humidity, a DPS310 for barometric pressure, and the VEML6040 as the RGBW color (ambient?) sensor. Sound levels are through an I2S microphone. The YAML is really very well made, using all kinds of advanced ESPHome features and customizations, etc. The GitHub repo even includes even a couple custom out-of-tree components, one for the VEML6040 and one for the sound level meter. On the downsides: temperature sensors in an enclosed box, close to an ESP is never a good idea. The YAML… Read more »

Khadas VIM4 SBC