top of page

Temperature and Humidity Sensor Using ESP32

Software / programming language used:
Arduino ESP32
DHT11

PHP

Project Details:

The building of an Arduino Temperature and Humidity Sensor (DHT11) and interfacing with an ESP32. This sensor was built to collect data for another project and uploads it to an home made SQL server.

​

Link to Project on SQL server

​

Link to Main project

Highlights

DHT11 Sensor

A guide from yashwantpathakrijit(Github) was used to program the board. Minor adjustments had to be made in order for the board to interface with the SQL server and update every few seconds. The DHT 11 sensor was plugged into channel 8 for signal with voltage and ground going to the appropriate arduino sockets.

bottom of page