Chapter 23 Barometers
In this lab weβre going to use a pressure and temperature sensor (Barometer) to measure atmospheric pressure and temperature. Although SubsectionΒ 15.1.3 already discussed temperature sensors, this external device (LPS22) has a pressure sensor as well adding the ability to measure more atmospheric conditions. Assuming a standard atmosphere model itβs also possible to convert pressure to altitude.

The sensor above is the LPS22[34]. The first sensor on board is a pressure sensor which uses a pressure transducer (something that creates a voltage when pressure is applied). The second is a temperature sensor which is more than likely a thermistor. The two of these sensors put together (pressure, temperature) is called a Barometer. This can bed purchased on Adafruit for only $7 at the time of this writing. The interesting thing about this device is that you can actually purchase the LPS22 and the temperature sensor separately but this breakout board has both chips on board. The goal of this lab is not only to use this specific sensor but to understand Barometers and reinforce I2C protocol like has been discussed in previous chapters (ChapterΒ 22 and SubsectionΒ 15.1.4).
