No description
Find a file
Limor "Ladyada" Fried 907e8f1b10
Merge pull request #3 from hoffmannjan/patch-2
Create license.txt
2019-05-16 13:12:34 -04:00
assets new readme + image 2019-04-17 17:26:28 +02:00
Adafruit_BMP085.brd commit 2012-12-12 12:07:57 -05:00
Adafruit_BMP085.sch commit 2012-12-12 12:07:57 -05:00
license.txt Create license.txt 2019-05-16 18:12:36 +02:00
README.md Update README.md 2019-04-18 10:17:06 +02:00

PCB for the Adafruit 5V ready BMP085 Barometric


Click here to purchase one from the Adafruit shop

Format is EagleCAD schematic and board layout

This precision sensor from Bosch is the best low-cost sensing solution for measuring barometric pressure and temperature. Because pressure changes with altitude you can also use it as an altimeter! The sensor is soldered onto a PCB with a 3.3V regulator, I2C level shifter and pull-up resistors on the I2C pins.

NEW! We now have a fully 5V compliant version of this board - a 3.3V regulator and a i2c level shifter circuit is included so you can use this sensor safely with 5V logic and power.

Using the sensor is easy. For example, if you're using an Arduino, simply connect the VIN pin to the 5V voltage pin, GND to ground, SCL to I2C Clock (Analog 5) and SDA to I2C Data (Analog 4). Then download our BMP085 Arduino library and example code for temperature, pressure and altitude calculation. Install the library, and load the example sketch. Immediately you'll have precision temperature, pressure and altitude data. We also have a detailed tutorial so you can understand the sensor in depth including how to properly calculate altitude based on sea-level barometric pressure

License

Adafruit invests time and resources providing this open source design, please support Adafruit and open-source hardware by purchasing products from Adafruit!

Designed by Adafruit Industries. Creative Commons Attribution, Share-Alike license, check license.txt for more information All text above must be included in any redistribution