Tutorial reading the DHT22 temperature and humidity sensor with Arduino and VB

In this tutorial we connect a DHT22 temperature and humidity sensor to the Arduino and write a small Arduino program to read the values from the sensor and send them down the serial port. We write a small windows application using Visual Studio to read these values from the serial port and display them in a window.
Back to Top