Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 2.11 KB

README.md

File metadata and controls

40 lines (25 loc) · 2.11 KB

Weather Shield

Weather Shield
Weather Shield (DEV-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).

Weather Shield is an open source hardware project.

NOTE: You will need to install additional libraries to work with the example sketch for this board. Please check the MPL3115A2 Breakout Repo and the HTU21D Breakout Repo for the required libraries.

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
  • /lightning - Lightning version of Weather Shield demo using SparkFun HTU21D and MPL3115A2 libraries

Cloning

Do not download this repository as a zip.

To receive the HTU21D and MPL3115A2 libraries properly as part of the contents of this repository, use a recursive clone strategy.

git clone --recursive https://github.com/ms-iot/Weather_Shield.git

License Information

The hardware design and firmware are released under Creative Commons Share-alike 3.0.
All other code is public domain but you buy me a beer if you use this and we meet someday (Beerware license).

===

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.