Skip to content

minyiky/ms5803-micropython

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 

MS5803-14BA I2C Micropython Library

A library to use an MS5803 pressure & temperature sensor as used in the sparkfun breakout board SparkFun Pressure Sensor Breakout - MS5803-14BA

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

This library gives user basic communication from sensor to microcontroller via I2C protocol.

SPI communication is currently not implemented but may be in the future.

Thanks are given to the sparkfun team who wrote the original arduino library this library was based on.

SparkFun Pressure Sensor Breakout - MS5803-14BA - Arduino Library

Repository Contents

  • /examples - Example sketches for the library
  • /src - Source files for the library (.py)

Documentation

  • Product Repository - Main repository (including hardware files) for the MS5803-14BA sensor.
  • Hookup Guide - Basic hookup guide for the MS5803-14BA sensor.

Products that use this Library

License Information

This product is open source!

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.

About

A micropython implimentation of the driver for an MS5803 pressure & temperature sensor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages