Difference between revisions of "CameraBoard"

From Kevin Darrah Wiki
Jump to: navigation, search
(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...")
 
Line 1: Line 1:
 
...Back to [[Projects:]]
 
...Back to [[Projects:]]
  
[[File:weatherPic.png|600px]]
+
[[File:camBoardGerb.png|200px]]
  
 
The Weather Board is a breakout for the [https://www.bosch-sensortec.com/bst/products/all_products/bme280 BME280] (Temperature/Humidity/Pressure) and [http://www.ti.com/lit/ds/symlink/lmt01.pdf LMT01].  The board was designed to pair up nicely with the [[trigBoard]].
 
The Weather Board is a breakout for the [https://www.bosch-sensortec.com/bst/products/all_products/bme280 BME280] (Temperature/Humidity/Pressure) and [http://www.ti.com/lit/ds/symlink/lmt01.pdf LMT01].  The board was designed to pair up nicely with the [[trigBoard]].
  
[[File:weatherGerb.png|200px]]
 
 
Note!  Make sure to watch the video below on the assembly of the board:
 
 
{{#evt:
 
service=youtube
 
|id=https://youtu.be/SfBbGuwqzGI
 
|dimensions=560x315
 
}}
 
  
 
== Schematic ==
 
== Schematic ==
  
[[File:weatherSCH.png|800px]]
+
[[File:Screen Shot 2018-03-03 at 3.14.06 PM.png|800px]]
 
 
== Programming ==
 
 
 
For the BME280, the [https://github.com/sparkfun/SparkFun_BME280_Arduino_Library 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. 
 
 
 
{{#evt:
 
service=youtube
 
|id=https://youtu.be/Jf8fhW68vYs
 
|dimensions=560x315
 
}}
 
[http://www.kevindarrah.com/download/arduino_code/LMT01.ino CODE HERE]
 

Revision as of 14:29, 3 March 2018

...Back to Projects:

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


Schematic

Screen Shot 2018-03-03 at 3.14.06 PM.png