Bar02 Ultra High Resolution 10m Depth/Pressure Sensor (แท้จาก Sparkfun, USA)

Bar02 Ultra High Resolution 10m Depth/Pressure Sensor (แท้จาก Sparkfun, USA)
Bar02 Ultra High Resolution 10m Depth/Pressure Sensor (แท้จาก Sparkfun, USA)Bar02 Ultra High Resolution 10m Depth/Pressure Sensor (แท้จาก Sparkfun, USA)Bar02 Ultra High Resolution 10m Depth/Pressure Sensor (แท้จาก Sparkfun, USA)
รหัสสินค้า AS00448
หมวดหมู่ วัดสภาพแวดล้อมและแก๊ส Environmental / Gas
ราคา 4,995.00 บาท
สถานะสินค้า พร้อมส่ง
จำนวน
ชิ้น
หยิบลงตะกร้า
หนังสือรับรองบริษัท
บุ๊คแบ๊งค์
คุ้มครองโดย LnwPay
Tags : MPX5700AP
ดูดาวโหลดไลบรารี และ ตัวอย่าง code arduio ได้ที่ Click

Description:
The Bar02 Ultra-High Resolution 10m Depth/Pressure Sensor is a low-pressure, high resolution, high accuracy version of our Bar30 sensor. Using the MS5837-02BA sensor from Measurement Specialties, this device can measure up to 10 meter depth (2 bar absolute pressure) with a water depth resolution of just 0.16mm! It can also measure altitude in air using air pressure with a resolution of 13cm. It’s housed in the same penetrator form factor as the Bar30 and can handle up to 10 bar absolute pressure (90 meter water depth).

One of the key features of this version of the sensor compared to the Bar30 sensor is the very high accuracy. According to the datasheet, the worst case accuracy is about +/- 4 mbar (4 cm water depth).

The sensor communicates over I2C. It operates on 3.3V I2C voltage but can accept power input up to 5.5V. It comes standard with a 4-pin DF13 connector, however it is not compatible with ArduSub or the BlueROV2.

This sensor includes a temperature sensor accurate to ±2°C, with data also accessible through I2C.
The electrical schematic and board layout are open-source and the design files are available in the Documents tab. Feel free to adapt for your own needs.
The gel-filled sensor must be completely dried once per day or the pressure and temperature readings will drift.

Wire colors: - Green: SCL (3.3V logic) - White: SDA (3.3V logic) - Red: +2.5 to +5.5V - Black: Ground

Documents:



/* Blue Robotics MS5837 Library Example
-----------------------------------------------------

Title: Blue Robotics MS5837 Library Example

Description: This example demonstrates the MS5837 Library with a connected
sensor. The example reads the sensor and prints the resulting values
to the serial terminal.

The code is designed for the Arduino Uno board and can be compiled and
uploaded via the Arduino 1.0+ software.

-------------------------------
The MIT License (MIT)

Copyright (c) 2015 Blue Robotics Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
-------------------------------*/

#include <Wire.h>
#include "MS5837.h"

MS5837 sensor;

void setup() {

Serial.begin(9600);

Serial.println("Starting");

Wire.begin();

// Initialize pressure sensor
// Returns true if initialization was successful
// We can't continue with the rest of the program unless we can initialize the sensor
while (!sensor.init()) {
Serial.println("Init failed!");
Serial.println("Are SDA/SCL connected correctly?");
Serial.println("Blue Robotics Bar30: White=SDA, Green=SCL");
Serial.println("\n\n\n");
delay(5000);
}

// .init sets the sensor model for us but we can override it if required.
// Uncomment the next line to force the sensor model to the MS5837_30BA.
//sensor.setModel(MS5837::MS5837_30BA);

sensor.setFluidDensity(997); // kg/m^3 (freshwater, 1029 for seawater)
}

void loop() {
// Update pressure and temperature readings
sensor.read();

Serial.print("Pressure: ");
Serial.print(sensor.pressure());
Serial.println(" mbar");

Serial.print("Temperature: ");
Serial.print(sensor.temperature());
Serial.println(" deg C");

Serial.print("Depth: ");
Serial.print(sensor.depth());
Serial.println(" m");

Serial.print("Altitude: ");
Serial.print(sensor.altitude());
Serial.println(" m above mean sea level");

delay(1000);
}

วิธีการชำระเงิน

ชำระเงินค่าสินค้าโดยการโอนเงินเข้าบัญชีธนาคาร KBANK, SCB, BBL,TMB

กรุณาเก็บหลักฐานการโอนเงินของท่านไว้เพื่อแจ้งการชำระเงินด้วยค่ะ

 

ท่านสามารถแจ้งการชำระเงินผ่านระบบอัตโนมัติได้โดย Click Link ข้างล่างค่ะ

https://www.arduitronics.com/informpayment

 

บมจ. ธนาคารกสิกรไทย สาขาเซ็นทรัล แจ้งวัฒนะ ออมทรัพย์
ธนาคารไทยพาณิชย์ จำกัด (มหาชน) สาขาเซ็นทรัล แจ้งวัฒนะ ออมทรัพย์
ธนาคารกรุงเทพ จำกัด (มหาชน) สาขาเซนทรัล พระราม 3 สะสมทรัพย์
ธนาคารทหารไทยธนชาต จำกัด (มหาชน) สาขาเซนทรัล พระราม 3 กระแสรายวัน

เพิ่มเพื่อน

@rfm0967y

ติดต่อสอบถาม

เพิ่มเพื่อน

CATEGORY

Sensors / Modules [1695]

CONTACT US

มือถือ 0887823467 แฟกซ์ 02-0153201

Join เป็นสมาชิกร้านค้า

ร้านArduitronics
ร้านArduitronics
/www.arduitronics.com/
Join เป็นสมาชิกร้าน
2120
สมัครสมาชิกร้านนี้ เพื่อรับสิทธิพิเศษ

STATISTICS

หน้าที่เข้าชม15,376,458 ครั้ง
ผู้ชมทั้งหมด5,879,536 ครั้ง
เปิดร้าน21 พ.ค. 2556
ร้านค้าอัพเดท6 ก.ย. 2568

MEMBER

พูดคุย-สอบถาม