SparkFun Atmospheric Sensor Breakout - BME280 by Andries Pretorius

Cloned from Sketch SparkFun Atmospheric Sensor Breakout - BME280 by kevin7

This sketch is missing a short description
This sketch configures the BME280 to read all measurements. The sketch also displays the BME280's physical memory and what the driver perceives the calibration words to be. //BMP280-----Arduino //VDD ----> 3.3V //GND ----> GND //SDA ----> PIN20 (arduino mega) //SCL ----> PIN21 (arduino mega) //SDO ----> GND (slave address 0x76) //CS ----> VDD (HIGH for I2C) //VDDIO ----> VDD

Embed This Sketch

Use the following HTML code to embed the sketch code above in your blog or website.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/sketch:327223" frameborder="0"></iframe>

Embed The Serial Monitor

You can also embed the Serial Monitor section! Just use this HTML code.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/serialmonitor" frameborder="0"></iframe>