Skip to content

skillmaker-dev/php_hum_temp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

php_hum_temp

IoT project to monitor Temperature & Humidity in PHP server

hum_temp_charts

IMG_20210902_204314672 NIGHT

Copy IoTth folder directly to htdocs in xampp then change username,password,servername... in "main_processing.php".
Import sql database file to your mysql server in phpmyadmin. Upload the code located in folder "ESP8266 side" to ESP8266

Circuit is very simple: to upload code to your ESP8266 either you use ftdi or you can connect it via arduino,

Connect EN,VCC to arduino's 3.3V
GND to arduino's GND
RX to RX
TX to TX
GPI0 to GND to be able to connect to ESP8266
and don't forget to put Arduino's RESET pin in GND

after Uploading the code you can now connect your DHT11:

remove GPIO0 pin from GND
connect DHT11 VCC to 5V
DHT11 GND to GND
DHT11 S to GPIO2 in your ESP8266
Remove RESET pin from GND

Now you can type your server's ip address in browser and start monitoring data.

About

IoT project to monitor Temperature & Humidity in PHP server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published