Difference between revisions of "TrigGateway"
From Kevin Darrah Wiki
(No difference)
|
Revision as of 22:15, 8 November 2018
...Back to Projects:
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.
Note! Make sure to watch the video below on the assembly of the board:
Schematic
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