WeatherBoard

From Kevin Darrah Wiki
Revision as of 13:46, 18 February 2018 by Krdarrah (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

...Back to Projects:

WeatherPic.png

The Weather Board is a breakout for the BME280 (Temperature/Humidity/Pressure) and LMT01. The board was designed to pair up nicely with the trigBoard.

WeatherGerb.png

Note! Make sure to watch the video below on the assembly of the board:

Schematic

WeatherSCH.png

Programming

For the BME280, the Sparkfun Library works perfectly. Only thing to change is the Address to 0x76, and of course make sure to use I2C. I tested using the "I2C_ReadAllData" example.

The LMT01 is very simple to work with - follow this tutorial, make sure the code is setup for the ESP8266 and the pulsePin is 14.

CODE HERE