Our webstore uses cookies to offer a better user experience and we recommend you to accept their use to fully enjoy your navigation.
0104110000091321
New product
The DHT22 temperature and humidity sensor is a precise sensor that does not require additional components for operation.
See description for more details about the product.
Add to cart now!
1 Item Items
Warning: Last items in stock!
Availability date:
The DHT22 / AM2302B sensor is a sensor capable of measuring the temperature and humidity of the environment with very good accuracy. Its use is easy because you no longer need additional components because they are all integrated. The module also works well with Arduino-compatible development boards.
Examples of projects in which the sensor can be used are: weather stations, temperature-maintaining device in a room, etc.
1. Make the necessary hardware connections.
The sensor has a pull-up resistor so you no longer need additional components.
The connection scheme is the following:
2. Install a library for DHT22.
To facilitate the use of the DHT22 sensor, you can install a library specially created for this product. An example is the "SimpleDHT" library. To add it to select the Sketch -> Include Library -> Manage libraries tab.
3. Load the code on the development board.
To test the connections you've made, you can upload a sample code. Select the tab File -> Examples -> SimpleDHT -> DHT22 Default.