Skip to content
README.md 1.42 KiB
Newer Older
Weather Shield
Toni Klopfenstein's avatar
Toni Klopfenstein committed
[![Weather Shield](https://dlnmh9ip6v2uc.cloudfront.net/images/products/1/2/0/8/1/12081-06.jpg)  
Nathan Seidle's avatar
Nathan Seidle committed
*Weather Shield (DEV-12081)*](https://www.sparkfun.com/products/12081)
Weather Shield is an Arduino shield that gathers relative humidity, barometric pressure, temperature, light intensity, as well as optional rain, wind direction, and wind speed (using optional [external weather gauges](https://www.sparkfun.com/products/8942)).
Weather Shield is an open source hardware project.
Toni Klopfenstein's avatar
Toni Klopfenstein committed
**NOTE**: You will need to install additional libraries to work with the example sketch for this board. Please check the [MPL3115A2 Breakout Repo](https://github.com/sparkfun/MPL3115A2_Breakout) and the [HTU21D Breakout Repo](https://github.com/sparkfun/HTU21D_Breakout) for the required libraries.  

Toni Klopfenstein's avatar
Toni Klopfenstein committed
Repository Contents
------------------

* **/Firmware** - Example Arduino sketch to demostrate how to read from the various sensors.
* **/Fritzing** - Fritzing Example wiring images
* **/Hardware** - All the Eagle PCB design files (.brd, .sch).
* **/Production** - Test bed files and production panel files

License Information
-------------------

The hardware design and firmware are released under [Creative Commons Share-alike 3.0](http://creativecommons.org/licenses/by-sa/3.0/).  
All other code is public domain but you buy me a beer if you use this and we meet someday ([Beerware license](http://en.wikipedia.org/wiki/Beerware)).
Toni Klopfenstein's avatar
Toni Klopfenstein committed