Skip to content

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

Notifications You must be signed in to change notification settings

minyiky/ms5803-micropython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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