Git Product home page Git Product logo

wemos_d1_esp8266_nova_sds011's Introduction

WeMos D1 mini with Nova SDS011 air quality sensor and BMP085 barometric sensor

Simple Air Quality measure device based on WeMOS D1 mini and Nova SDS011 air quality sensor

Photo

Description

This example shows possible implementation of Air Quality monitring device based on ESP8266 (in this case - WeMos D1 mini) and SDS011 air quality sensor which has reasonable 8000 hours of constant running lifetime (1 year!) which this example extends to 15 - 20 years (because we're using device's sleep capability and running it only for few seconds every 5 minutes) and has reasonable accuracy for reasonable price ($25).

The example assume you're using InfluxDB as your database somewhere in your wifi network and Grafana to display measurement data.

Total estimated price (if you order all the stuff from AliExpress): $21,80 (SDS011) + $3 (WeMos D1 mini) + $1,8 (BMP085) = $26,6.

Pinout connections

Connecting

Breadboard

Known issues

Deep sleep

WeMos - as any other ESP8266 device - gives you ability to enter deep sleep and basically minimize power usage to absolute minimum. However i've come across weird behaviour with SDS011 being constantly on, while ESP8266 was in deep sleep. And because i'd rather keep tear and wear of SDS011 down (rated 8000 hours of constant running) - this example doesn't use deep sleep of ESP at all.

Arduino IDE in favour of MicroPython

I absolutely love MicroPython, however i needed Software Serial support on different pins than UART available through MicroPython (as only available UART is hardware one, which is used while you program your ESP, which renders it obsolete).

License

MIT.

Copyright (c) 2017 Gabor Wnuk.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

wemos_d1_esp8266_nova_sds011's People

Contributors

gaborwnuk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

chaiya2513

wemos_d1_esp8266_nova_sds011's Issues

list needed libraries

there are several libraries that are named almost the same or the same and I cannot find the last one needed. what sds011 library are you using for this? The one that is named the same that I have is missing the sds.begin member.

I found the rest. I have not successfully been able to use the sensor with an esp8266. I can with the esp332 but then I have issues attempting to make an mqtt version that does not block. Hoping for a cut and paste set up. It will be a deep dive without.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.