I am new to Arduino and I am trying to use MS5607 altimeter to read pressure, altitude and temperature.
I tried getting code for trial from elsewhere but no success. The pressure is not proper nor the height.
Does anyone have any code for this already or can anyone help me in writing a new code for the same to read the pressure and temperature.
This (select Downloads and Documentation) : Altimeter Module MS5607 - Parallax
has an application note updated to 2014. In the document is not Arduino code, but you could check the code against the sketch (the higher level i2c code from the document).
Quick question: What range of altitudes are you looking at? As in, will your altimeter measure between 0ft AGL (Above Ground Level) to 50ft AGL? Or is it more like 0ft AGL to 3 miles AGL?
If the altimeter is for a small range of altitudes, your barometer is completely useless. Barometers are noisy, unreliable, and have offset based on the current humidity etc. They can't provide much accuracy.