Environment Sensors

In this chapter, we will look at building a really simple weather station using the DHT11 temperature/humidity sensor and a raindrop sensor. While the previous chapter used the basic digital input, the DHT11 temperature sensor will give us the opportunity to use a third-party library, and the raindrop sensor will use an analog pin. We will also introduce a couple of handy functions that we can use.

In this chapter, you will learn: