We envisage that these inexpensive sensors can be built and maintained by interested hobbyists. Our goal is not to develop the world's most accurate sensor, but rather a device which at a glance tells us if it's a good idea to spend time outside.
Raising awareness about air pollution one city block at a time.
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
We envisage that these inexpensive sensors can be built and maintained by interested hobbyists. Our goal is not to develop the world's most accurate sensor, but rather a device which at a glance tells us if it's a good idea to spend time outside.
sensor.pdfElectronic schematics.Adobe Portable Document Format - 259.35 kB - 04/22/2018 at 16:20 |
|
|
gerbers.zipGerber files suitable for manufacturing.Zip Archive - 122.62 kB - 04/22/2018 at 16:19 |
|
The PCB has been redesigned - we've decided to use SMD parts which can be placed using a pick-and-place machine and left the LEDs to be assembled by hand. This makes it easy to turn it into a DIY kit which doesn't require a huge amount of soldering - just the LEDs. With this redesign, we've addressed the PWM issue - we can now display the whole color spectrum using generic RGB LEDs.
I've added support for another inexpensive environmental sensor - the Si7021. It is pin-compatible with the HTU21, so you can use both interchangeably. The software will automatically detect and report which sensor is attached upon startup.
We've discovered that there's a problem driving our LEDs via PWM - the library we're using doesn't let us use GPIO16 as a PWM pin. We think the best way to solve this would be to rewire the pins around a bit.
INPUT / OUTPUT LABEL | OLD GPIO | NEW GPIO |
HTU_SDA | GPIO5 | GPIO0 |
LED_B_CTRL | GPIO16 | GPIO5 |
HTU_SCL | GPIO4 | GPIO2 |
Create an account to leave a comment. Already have an account? Log In.
https://github.com/less-smog/ESP8266-AirQuality - still working on the server side component.
Nice project! But on the down side it's really embarrassing for us mankind that we feel the need to build a sensor network to tell us when it's a good idea to go outside!
By the way, there are whole air-quality networks in existence already, like http://aqicn.org/map/world/
India was in the news today as well for the worst possible air quality https://economictimes.indiatimes.com/news/politics-and-nation/india-tops-world-in-bad-air-quality/india-is-choking/slideshow/64001377.cms
Would be interesting to compare your findings with data from an existing network!
Best wishes, Jan
EDIT: And congratulations to your prize (https://hackaday.com/2018/05/02/these-twenty-amazing-projects-won-the-open-hardware-design-challenge/)
Well done!
Become a member to follow this project and never miss any updates
Where's the software?