nodemcu-weather-station

Displays current weather conditions inside and out

Stars
12

NodeMCU Weather Station

Displays current weather conditions inside and out. Built on top of NodeMCU

Current version displays inside and outside temperature and humidity, current weather, and barometric pressure. This is a rough draft of what I have in mind, the final version will have a second module outside collecting data rather than fetching from yahoo weather (but it will probably call yahoo for the forecast instead).

Current parts list:

Total cost: ~$25-30 w/ shipping

Instructions

  1. Assemble everything as shown (sorry I don't have a better diagram yet).
  2. Put your wifi info and woeid into the config.lua.
  3. Upload the firmare with esptool (the repo includes a custom build with extra fonts)
  4. Upload and compile all .lua scripts with Esplorer
  5. Enjoy!

Planned Changes

I'll probably drop the current sensors in favor of a DHT22 (for higher accuracy), and maybe choose a different display. I might also grab different ESP modules, probably an ESP-01 for the outside part. I may also have it upload data to a server somewhere for pretty graphs. I still need to figure out power...

MIT License

The MIT License (MIT)

Copyright (c) 2015 Nathan Friedly - http://nfriedly.com/

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.