Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
interfaces:bme280 [2016/09/28 15:53] – [BME280 multi-purpose sensor] darron | interfaces:bme280 [2016/10/02 04:10] (current) – [Raspberry Pi] darron | ||
---|---|---|---|
Line 2: | Line 2: | ||
<wrap right> | <wrap right> | ||
{{: | {{: | ||
+ | \\ \\ | ||
+ | {{: | ||
+ | \\ \\ | ||
+ | {{: | ||
+ | \\ \\ | ||
+ | {{: | ||
</ | </ | ||
This multi-purpose sensor is used to measure temperature, | This multi-purpose sensor is used to measure temperature, | ||
+ | It operates as an I2C slave device. | ||
- | It operates as an I2C slave and is available from China on a miniature board with the I2C connections | + | The actual sensor is tiny but a board is available from China with the I2C connections |
- | and power on a standard 0.1 inch header. | + | and power on a standard 0.1 inch header |
=== Raspberry Pi === | === Raspberry Pi === | ||
- | The device uses I2C to communicate with a host master and with the Pi, the topmost | + | The device uses I2C to communicate with a host master and with the Pi, four |
- | pins on the GPIO header are utilised. | + | pins on the GPIO header are utilised |
< | < | ||
Line 22: | Line 29: | ||
GND 09 . | GND 09 . | ||
. . | . . | ||
- | / / | ||
- | . . | ||
- | +--------+ | ||
| | ||
- | Relevant | + | Relevant pins for I2C communications |
</ | </ | ||
+ | |||
+ | With the miniature board (purple device in photo), the four wires hook up the BME280 to the Pi. Two wires are for power and two for communications. Power is supplied from the Pi 3V3 pin which is connected to the board' | ||
+ | |||
+ | Install [[projects: | ||
+ | |||
+ | Within the [[projects: | ||
+ | that `bme280' |