DIY Cloud Weather Station with ESP32/ESP8266 (MySQL Database and PHP)

preview_player
Показать описание

Build a cloud weather station dashboard to visualize your ESP32 or ESP8266 sensor readings from anywhere in the world. The ESP32 or ESP8266 HTTP client that makes a POST request to a PHP script to insert data (sensor readings) into a MySQL database. You'll see your data displayed on gauges and in a table.

RELATED PROJECTS:

Like my page on Facebook:
Follow me on twitter:

Subscribe for more projects like this!
Рекомендации по теме
Комментарии
Автор

Thank you very much for sharing the knowledge!

sriraj_go
Автор

very good and detailed explanation it was very easy to follow even without any knowledge in php+mysql you thanks

yagoob
Автор

Excellent.
So many good projects, thank you so much!

viniciusnoyoutube
Автор

What esp8266 model is this, and where can I buy it?

xx-cgrv
Автор

Could you show how to do the same, but using micropython on esp32

НаталиБогосян
Автор

After i modified code to send also pm10 and pm2.5 informatoron i get proxysql error can u help

QBarszcz
Автор

Wondering whether you could help. I have followed example as described. Keep receiving http response 301 instead of 200.
No data is being added to table. Any idea to tracking problem Cheers Bruce

brucekenley
Автор

Good job u helped me a lot <3 <3

osamadz
Автор

Donde puedo bajarme la libreria del deep_sleep. No me encuentra en la libreria esp_deep_sleep.h

AntonioSanchez-zntg
Автор

Sir can i monitor this with just wifi rounter? Without internet? Thanks a lot

ineffableseul
Автор

Hello sir, how to show data of two different sensors?

AWhistleblower
Автор

Using MQTT to send to Node-Red that puts it in InfluxDB and visualize in Graphana would be easyer.

underwoodblog
Автор

Awesome tut thank you for sharing. I was wondering if you can help with with something. I need to also control two leds with the esp as well as the temperature sensor. Is there a way to use the database to control the leds on a esp8266 with a push button from the same webpage?

DiyintheGhetto
Автор

Muito obrigado por este vídeo vai-me ajudar muito no meu projecto de faculdade 😉

Ps: Adoro os vídeos

Hugoist
Автор

Hello,

Thank you for this, it’s pretty fun. I tried to change my Celsius to Fahrenheit and it did not work. The page is still displaying in Celsius. I made another small change just to see if that would work and it did, so I don’t think the page is being cached. Is there something else I need to change other than this? Thank you -Jeff

function setTemperature(curVal){
//set range for Temperature in Celsius -5 Celsius to 38 Celsius
//var minTemp = -5.0;
//var maxTemp = 38.0;
//set range for Temperature in Fahrenheit 23 Fahrenheit to 100 Fahrenheit
var minTemp = 23;
var maxTemp = 100;

netwak
Автор

Hello is there a chance that u can transform php to html code ? If u know how pls help me. PS nice video!

marekzemanovic
Автор

rui, how to post data without refreshing the page?

naufal
Автор

Es posible que los datos enviados a mysql, sean mostrados en la página en forma automática de.inmediata, sin depender de un F5 o una regresa de toda la paduina.

ManuelCastillo-kqxy
Автор

Could you help me to add SDS011 sensor to this project ?? THX

domanw
Автор

Oi Rui, sempre sigo seus vídeos aqui. Se possível, faça um projeto onde você mescla monitoramento e controle. Geralmente precisamos dos dois no mesmo projeto. Tipo, ligar ou desligar um termostato de acordo com a temperatura. Valeu! Abraços

josuemorgan
join shbcf.ru