TrigGateway

From Kevin Darrah Wiki
Revision as of 22:15, 8 November 2018 by Krdarrah (talk | contribs) (Created page with "...Back to Projects: 600px The Weather Board is a breakout for the [https://www.bosch-sensortec.com/bst/products/all_products/bme280 BME280] (Tem...")
(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