Giter VIP home page Giter VIP logo

ms5803-14ba_breakout's Introduction

SparkFun Pressure Sensor Breakout - MS5803-14BA

SparkFun Pressure Sensor Breakout - MS5803-14BA

SparkFun Pressure Sensor Breakout - MS5803-14BA (SEN-12909)

The MS58XX, MS57XX, and MS56XX by Measurement Specialties is a low cost I2C pressure sensor. This sensor can be used in weather stations and for altitude estimations. It can also be used underwater for water depth measurements.

This part was created in Eagle v6.5.0.

Repository Contents

  • /Hardware - All Eagle design files (.brd, .sch)
  • /Libraries - All Arduino libraries and board examples
  • /Production - production panel files

Documentation

Version History

  • V_H1.0 — Removing old libraries. Adding links to formal libs in readme.
  • V_H1.0_L1.1.1 — Squashed library bugs that truncated data
  • V_H1.0_L1.1.0 — Updated library to Arduino 1.6.4
  • v10 — Initial Release

License Information

This product is open source!

The hardware is released under Creative Commons ShareAlike 4.0 International.

The code is beerware; if you see me (or any other SparkFun employee) at the local, and you've found our code helpful, please buy us a round!

Please use, reuse, and modify these files as you see fit. Please maintain attribution to SparkFun Electronics and release anything derivative under the same license.

Distributed as-is; no warranty is given.

  • Your friends at SparkFun.

ms5803-14ba_breakout's People

Contributors

bboyho avatar caseykuhns avatar patrickalberts avatar robert-hunke avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ms5803-14ba_breakout's Issues

Code compiles and uploads, but port becomes unavailable

I've been forced to use bootloader mode to reprogram my microcontrollers and regain access to the ports Arduino IDE (Feather M0, Razor IMU).

When I try to upload the example code, it is successful but the port always disappears, removing the ability to check serial monitor or upload new code.

compatibility problem with RFDuino

Main problem: sensor breakout code uploads "successfully" to an RFDuino, but has no outputs on serial monitor (not even Serial.println("foo") after Serial.begin), making debugging/data collection difficult.

I am using a Simblee RFD77201 with a SparkFun MS5803 14-bar pressure sensor. The code is (very slightly) modified from this breakout code (changed CELSIUS and FAHRENHEIT to CELSIUS1 and FAHRENHEIT1 in libraries and sketch because were already defined in RFD library), and is attached (libraries are MS5803_14.cpp and .h, modified sketch is PLEASEWORKPLEASE.ino). The RFD does recognize the sensor at the correct address (0x76) when running an I2C device scanner (sketch attached as I2C_scanner.ino). The sensor is connected to the RFD as follows: SDA to GPIO6, SCL to GPIO5, GND to GND, +3V to +3V (using the USB shield so it's receiving 3.3V as it should).

Thank you!

files_RFDcompatibilityIssue.zip

Library Compatibility with Thing Dev (ESP8266)

Observed on the Thing Dev. The ESP8266 has the same issue as #1

The same solution works as well. That is:

(1) Go to the .cpp file (here, Sparkfun_MS5803_I2C.cpp) and comment out Wire.begin() (here, in the MS5803::MS5803(ms5803_addr address) function)

(2) In the sketch, insert Wire.begin() after the Serial.begin() line. It won't work before it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.