Simplest IoT Temperature and Humidity Meter

by rjconcepcion in Circuits > Electronics

1669 Views, 22 Favorites, 0 Comments

Simplest IoT Temperature and Humidity Meter

IMG_20200423_181029.jpg
Muestra dashboard adafruit.png

Simplest IoT temperature and humidity meter allow you to collect temperature, humidity, and heat index. Then send them to Adafruit IO.

Supplies

Material list:

Have a Hand All Components

IMG_20200421_180213.jpg

It always is recommended to have a hand all components.

That will save you time.

Make the Connections

Diagrama tinkercad.png
IMG_20200426_150606.jpg
IMG_20200426_150707.jpg

Make the connections indicates in the schematic.

You should use a power supply of less than 12 VDC.

IC1: LD1117V33 voltage regulator.

IC2: ESP8266 ESP-01.

C1: Capacitor 100 nF.

C2: Capacitor 10uF x 50 V.

R1: RResistor 5.6K ohms.

You need to solder two cables to the DC power jack to use the power supply.

In this case, the orange cable is the positive, and green cable is negative.

Upload the Code

The code has two files. In the config.h you set your Adafruit credentials and network configuration like wifi name and password.

Set Adafruit IO

You should open an account on Adafruit IO. After that, you need to know how it works.

Check the link below to know about Adafruit IO, there you know how you can use Adafruit the credentials, how set the feeds and how configure the dashboards.

https://learn.adafruit.com/welcome-to-adafruit-io/...

Test It and Enjoy It!!!

Muestra dashboard adafruit.png

I show a picture with my dashboards.

You can see the data in real time in the link below:

https://io.adafruit.com/rjconcepcion/dashboards/te...

Note: If you are having issues connecting, please ensure you have the latest Adafruit IO Arduino library.