Cảm Biến Áp Suất GY-68 BMP180
- Estimated Delivery : Up to 4 business days
- Free Shipping & Returns : On all orders over $200
BMP180 là cảm biến có độ chính xác cao, khối lượng nhỏ, mức tiêu thụ điện năng rất thấp, chỉ 3μA. Cảm biến có thể kết nối trực tiếp với nhiều bộ vi xử lý qua bus I2C và thường được ứng dụng trong nhiều lĩnh vực khác nhau ví dụ như: GPS điều hướng (đo độ cao), giải trí, thể thao và theo dõi sức khỏe y tế, dự báo thời tiết, đo tốc độ thẳng đứng (tốc độ lên / xuống),…
Thông số kỹ thuật:
- Dải đo: 300 ~ 1100hPa (độ cao 9000 m ~ -500 m)
- Điện áp cung cấp: 1.8V ~ 3.6VDC
- Kích thước: 3.6mmx3.8×0.93mm
- Dòng tiêu thụ: 5μA ở chế độ tiêu chuẩn
- Độ chính xác cao: công suất thấp, độ phân giải là 0.06hPa (0.5 mét)
- Độ phân giải 0,03hPa (0,25 mét)
- Giao tiếp: I2C
- Thời gian phản ứng: 7.5ms
Arduino code
Link thư viện: Adafruit_BMP085.h
#include <Wire.h>
#include <Adafruit_BMP085.h>
Adafruit_BMP085 bmp;
void setup() {
  Serial.begin(9600);
  if (!bmp.begin()) {
	Serial.println("Could not find a valid BMP085 sensor, check wiring!");
	while (1) {}
  }
}
  
void loop() {
    Serial.print("Temperature = ");
    Serial.print(bmp.readTemperature());
    Serial.println(" *C");
    
    Serial.print("Pressure = ");
    Serial.print(bmp.readPressure());
    Serial.println(" Pa");
    Serial.print("Altitude = ");
    Serial.print(bmp.readAltitude());
    Serial.println(" meters");
    Serial.print("Real altitude = ");
    Serial.print(bmp.readAltitude(101500));
    Serial.println(" meters");
    
    Serial.println();
    delay(500);
}
| Cân nặng | 0,1 kg | 
|---|---|
| Kích thước | 5 × 5 × 5 cm | 
Shipping policy
At our Company, we understand the importance of timely delivery. We offer a variety of shipping options to suit your needs, including standard, expedited, and express shipping. Our dedicated team works diligently to process and dispatch your orders promptly, aiming to deliver them to your doorstep within the estimated timeframe.
We strive to provide fast and reliable shipping to our customers. Here’s everything you need to know about our shipping process:
- Dispatch: Within 24 Hours
- Free shipping across all products on a minimum purchase of $99.
- International delivery time 5 to 7 business days
- Cash on delivery might be available
- Easy 30 days returns and exchanges
Please note that delivery times are estimates and may vary depending on factors such as product availability, destination, and carrier delay
Returns policy
We want you to be completely satisfied with your purchase from our website. If for any reason you are not entirely happy with your order, we’re here to help. Certain exclusions and conditions may apply, so we encourage you to review our detailed return policy for more information. Rest assured, our goal is to ensure your complete satisfaction with every purchase you make from our website
- Returned items must be unused, undamaged, and in the same condition as received.
- Original tags, labels, and packaging must be intact and included with the returned item.
- Proof of purchase, such as your order confirmation or receipt, is required for all returns.








 
		 
		 
		 
		 
		 
		 
		 
		 
		 
		 
		 
		 
		 
		