In this experiment, by programming the Raspberry Pi, we read the temperature and
humidity data collected by the DHT11 module by pin 11 of the Raspberry Pi and display
it on the terminal.
Experimental Procedures
Step 1: Build the circuit
For C language users:
Step 2: Edit and save the code with vim or nano.
(code path: /home/Adeept_Sensor_Kit_for_RPi_C_Code/20_dht11/dht11.c)
Step 3: Compile
$ sudo gcc dht11.c -o dht11 -lwiringPi
Step 4: Run
$ sudo ./dht11