Using Arduino Temperature Sensors DHT11 and DHT22
Having your Arduino aware of temperature and humidity adds some really neat real world use cases for your Arduino projects, so in this tutorial we will focus on using Arduino temperature sensors in our projects! Specifically we will focus on the Adafruit DHT11 and DHT22 temerature and humidity sensors. Since we will be building off […]
Arduino LCD Display Wiring
One of the first projects many people like to do with an Arduino is wiring up an LCD display and programming it. This is because LCD screens have so many applications in the real world. You can display information to the user, error and diagnostic codes, and even fun little animations. Creating a game on […]