LCSC Electronics logoLCSC Electronics svg logo
Sign In
USD
Adafruit Industries 992 product image
Images for reference only

Adafruit Industries 992RoHS

Manufacturer
MPN
992
LCSC Part #
C17310742
Packaging
-
Customer #
Key Attributes
Sensor Evaluation Boards RoHS
Datasheetpdf iconAdafruit Industries 992
Out of Stock
Notify Me
Add to BOM List
QtyUnit Price(Reference Only)Total Amount
1+$ 27.1394$ 27.14
200+$ 10.8289$ 2165.78
500+$ 10.4671$ 5233.55
1,000+$ 10.2885$ 10288.50
Standard Packaging1/Full Bag
Better price for more quantity?
$

Additional Information

TypeDetails
Minimum1
Multiple1
Standard Packaging1
Sales UnitPiece

Introduction

AI Translation

This Freescale pressure sensor is a low-cost sensing solution for measuring atmospheric pressure. Its resolution is 1.5 hPa, which is less accurate than the BMP085 with a resolution of up to 0.03 hPa, so it is not recommended for use as a precision altimeter. However, it is well-suited for basic atmospheric pressure sensing. The sensor is soldered onto a PCB with 10K pull-up resistors on the I2C pins. This chip supports supply and logic voltages from 2.4V to 5.5V, making it compatible with both 3V and 5V microcontrollers. The chip includes a basic internal temperature sensor, but no specifications are provided in the datasheet, so its accuracy is uncertain. This chip looks and sounds very similar to the MPL3115A2, but it is a lower-accuracy version intended only for atmospheric pressure sensing. Using this sensor is straightforward. For example, with an Arduino, simply connect the VDD pin to the 5V power pin, GND to ground, SCL to the I2C clock (analog pin 5 on the UNO), and SDA to the I2C data (analog pin 4 on the UNO). Then download the Arduino library for the MPL115A2 along with the example code for temperature, pressure, and basic altitude calculations. Install the library and load the example sketch to immediately view temperature, pressure, and altitude data in the serial console.