You are browsing as a guest. Sign up (or log in) to start making projects!

BreatheEasy - One board Air quality sensor

Hardware
  • 5 Devlogs
  • 9 Total hours

A simple, cheap-to-build PCB that actively monitors air quality and prevents invisible hazards.

Open comments for this post

3h 19m 47s logged

Alcohol Levels down and Website Lookin’ Nice!

BreatheEasy - DEVLOG#5 Advanced protype and website completion

Hello everyone! Hope you’re doing well!

On my last Devpost I showed you my early prototype of the BreatheEasy, however I have now made an even more advanced prototype (still breadboard based) that includes an MQ-3 and the DHT11 (the MQ-3 is temporary, for the final build I will replace it with the MQ-135 and the sensor is being powered by a battery that will be changed the the USB port of the PCB), because I wanted to test the functionality of the voltage divider and also measure power draw.

Happy to report the power draw is withing standard limits - 135mA

Now let’s get into the highlight of the show:

THE UPDATED WEBSITE!!! =D

The website now includes a modern, sleek looking dashboard that list a couple of things:

  1. Current temperature
  2. Current humidity
  3. The Alcohol sensor status and reading
  4. The latest system event
  5. Uptime and Update time

The system event can range from High temperature, Low temperature, High humidity, High alcohol etc.

But how does it all work?

The ESP32 measures the data, and sends them to the browser visiting the URL via a JSON string.

The info then gets displayed on the actual website.

If the ES32 detects any abnormalities in the readings, the browser will play an alarm sound notifying the user of the potential danger.

The neat part is the actual rendering isn’t done by the ESP32, so that saves a TON of computing power.

For the colors of the website I used a site called “ColorHunt”. It features amazing color combinations for any type of website.

Finally, what’s next??

Waiting. For the parts to arrive. Packages in Greece take notoriously long to arrive but I’m hoping I can assemble a final prototype by the end of the week.

I would love to hear any ideas or concerns!

0

Loading discussion…

0
1
Open comments for this post

39m 34s logged

BreatheEasy - PCB completion (Finally 😭 )

DEVLOG #4 Reworking the entire PCB

Hello Everyone!

As you may have noticed, a couple of hours ago I posted a devlog where I bragged about my first prototype (literally nothing to brag about).

Now, the PCB I had designed for after I make a complete prototype (once all of my parts arrive)

Turns out, that PCB was a complete non-working mess! 😐

So I spent an hour redesigning the whole thing and now it seems to be atleast half functional! Yippie!

The list of parts also changes a bit, because I decided using the analog output of the MQ-135 instead of the digital output because who doesn’t want more precise data which in turn resulted in me switching from a logic converter to a..

Voltage divider!

The rest of the parts stay the same.

Now the board is:

  1. More organized
  2. More compact
  3. Even more cost effective (Resistor>Logic converter)

If you have any feedback or suggestions I’d love to hear them, and as always I wish you a good day!

(Btw I never mentioned this, but English isn’t my first language so…sorry for any grammatical mistakes :3-grook: )

0

Loading discussion…

0
1
Open comments for this post

1h 7m 1s logged

BreatheEasy - One PCB Air quality monitor

BreatheEasy DEVLOG 3 - First Prototype

Hello Everyone!
I hope everyone is doing well, today I have some exciting updates on my Air quality monitor =D

I assembled my first prototype! Right now, the board only consist of an ESP32 and a DHT11, but the reason I created this was because I wanted to lay the baseline of my project, this time in practice not only in theory.

The microcontroller reads data from the digital output of the DHT11 and the ESP32 is running a webserver that you can connect to.

The website itself is…pretty basic….

But remember this is just a prototype ;)

For the next few steps, once the parts arrive, I will attempt to assemble a prototype with all of the sensors, but I think this is a good first step.

Aditionaly I will also redesign the website so it looks nicer.

I would love to hear some feedback!

0

Loading discussion…

0
3
Open comments for this post

1h 41m 1s logged

BreatheEasy - One PCB air quality monitor

BreatheEasy DEVLOG 2 - Cleaing up my mess

Hello everyone! Welcome to the 2nd Devlog of my accesible Air quality monitor. Let’s get right into it.

What was my goal during this session?

Basically, my PCB in the first iteration, was kind of a biiiiiiiiiiig mess. I now have changed that ( ͡° ͜ʖ ͡°)

In the first iteration, many things were missing, including a place to actually mount the sensors…

Proud to report that is not an issue anymore

I also realised that because of the nature of my sensors, I would also need a logic converter, which has been added. And the reason they are placed further away is that they don’t want to be influenced by the heat that is generated from the other components of the PCB.

I also decided to go into a different direction regarding how I will display the actual data

The ESP32 will now host a website on the local network of the user, where the data will be located.

I find that much more convinient and cost effective ◕‿↼

Also: Name change!

One board Air quality sensor - try saying that 10 times fast…

That’s why it will now be known:

BreatheEasy

Anywho, the next step is going to be finishing the PCB design, designing an enclosure for the thing

(no ones wants a bare PCB)

And then assembeling the first prototype..

I wish you all a very happy Day/Evening/Night😊😊

0

Loading discussion…

0
3
Open comments for this post

1h 51m 20s logged

DEVLOG #1 - One Board Air quality sensor

Hello everyone! Today I started working on the first stage of my Air quality monitor.
First of all:
What do I want to achieve with this project?
A cost effective solution for people to protect themselves against invisible dangers.

For my first devlog I started by brainstorming a list of features I want to have and what parts & sensors are required to achieve those feature.

The brains of the project are the ESP32 C3-Wroom-02
It’s cheap, powerful, and includes Wifi + Bluetooth.
The first sensor I’m using is the BME280. It’s a very precise Temperature, humidity & pressure sensor and is the baseline of my project.

The next sensor I’m using is the MQ-135. This nifty sensor monitors all sorts of things like Ammonia (NH₃), Sulfide, Benzene, Alcohol, Smoke, and CO₂.

Although this sensor does draw a significant amount of energy, and has to warm up before being able to measure data it’s much cheaper, and keeping in mind one of the goals is to keep cost down, this sensor does its job.

But….how will I be able to see the data?

Simple, the PCB will include a 1.8” LCD which will display all of the important metrics.

Powering it will be as simple as plugging in any old USB-C cable.

Right now, I have created a rough sketch of the PCB, though some key things are still missing.

I would love to hear feedback if you have any!

The next part is completing the PCB and building some prototypes.

0

Loading discussion…

0
8

Followers

Loading…