Skip to content

Arduino interface for MS5440-CM barometric and temperature sensor

License

Notifications You must be signed in to change notification settings

suzieq-1/MS5440-CM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MS5440-CM

Arduino UNO program for MS5440-CM barometric and temperature sensor.
The sensor is produced by Measurement Specialties.
Temperature accuracy: + /- 0.8 C , Barometric pressure : + /- 1 hPa
Output on serial port every 5 seconds, 9600 bps.

PINS:
VCC -----------------> 3.3v
GND ---------------- > GND
DIN (MOSI) ----------> pin (11)
DOUT (MISO) ---------> pin (12)
SCLK ----------------> pin (13)
MCLK ----------------> pin (9)

Output of program:
************************************
Absolute Pressure = 978 mbar
Sea-level Pressure = 992.27 mbar
Temperature = 21.80 C
************************************

alt tag

About

Arduino interface for MS5440-CM barometric and temperature sensor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%