Skip to content

Latest commit

 

History

History
23 lines (23 loc) · 788 Bytes

README.md

File metadata and controls

23 lines (23 loc) · 788 Bytes

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