Wrist Mount Digital Altimeter

Summary

This project is a simple wrist mount digital altimeter which is a device used to determine altitude. This design uses atmospheric pressure to calculate the altitude of its location. The lower the atmospheric pressure, the higher the altitude. The project is comprised of a microcontroller (MCU), an 84×84 pixel graphic LCD and a barometric pressure sensor.
wrist-mount-digital-altimeter
The barometric pressure sensor used in the design is the MS560702BA03-50 from TE Connectivity Measurement Specialties. It consists of a piezo-resistive sensor and a sensor interface IC. Its main function is to convert the uncompensated analogue output voltage from the piezo-resistive pressure sensor to a 24-bit digital value, as well as providing a 24-bit digital value for the temperature of the sensor. It is optimized for altimeters and variometers with an altitude resolution of 20cm. The MS560702BA03-50 measures the atmospheric pressure on its location then converts it to a 24-bit value through its internal ADC. The sensor reading is then transmitted to the MCU through SPI. Then the MCU calculates the altitude by using the pressure reading. The calibration of an altimeter follows the equation z = cT log (Po /P), where c is a constant, T is the absolute temperature, P is the pressure at altitude z, and Po is the pressure at sea level. The calculated altitude is then displayed through an 84×84 pixel graphic LCD which is mostly found on old phones. The circuit is powered through a 3.3V battery.
The altimeter is used to aid navigation and is mostly used in skydiving, mountaineering and hiking applications. It is usually hand-held or in wrist-mount form for the ease of use. Altimeters can also be found in aircrafts such as planes and helicopters and others that needs altitude indication.
For more detail: Wrist Mount Digital Altimeter

About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top