TrigGateway

From Kevin Darrah Wiki
Revision as of 22:22, 8 November 2018 by Krdarrah (talk | contribs)
Jump to: navigation, search

...Back to Projects:

TrigGatewayHome.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