Simple Temperature and Humidity Sensor!

Find how hot or cold is your room with this simple temperature and humidity sensor with a DHT11!

Jun 10, 2022

3472 views

2 respects

Components and supplies

1

Pushbutton

1

Breadboard (generic)

1

DHT11 Temperature & Humidity Sensor (4 pins)

1

4 digit 7 segment display

1

Arduino Mega 2560

1

Resistor 220 ohm

1

Jumper wires (generic)

Apps and platforms

1

Arduino IDE

Project description

Code

sensoreTempEUmidita.ino

c_cpp

Downloadable files

immagine_2022-06-10_140739223_nnUm57dkRM.png

immagine_2022-06-10_140739223_nnUm57dkRM.png

immagine_2022-06-10_140739223_nnUm57dkRM.png

immagine_2022-06-10_140739223_nnUm57dkRM.png

Comments

Only logged in users can leave comments

sgimb

3 months ago

Hey, what did i do wrong? C:\Users\***\Documents\Arduino\sketch_dec13a\sketch_dec13a.ino:1:10: fatal error: SevSeg.h: No such file or directory #include <SevSeg.h> ^~~~~~~~~~ compilation terminated. exit status 1 Compilation error: SevSeg.h: No such file or directory

fire_x

3 months ago

Helloo! I don't know if you've solved it or gave up but this could help you with a lot of project: If it ever says include <anything.h> it means you need a library which you can find in tools. just search up whatever library you need and download it Hope this helps!