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

  Переглядів 63,461

Rui Santos

Rui Santos

4 роки тому

For complete project details (schematics + source code), visit ► RandomNerdTutorials.com/cloud...
Hosting Account + Free Domain Name ► RandomNerdTutorials.com/blueh...
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:
Send Email Notification with PHP: RandomNerdTutorials.com/esp32...
Charts/Plots to Display Sensor Readings: RandomNerdTutorials.com/visua...
Tables to Display Sensor Readings: RandomNerdTutorials.com/esp32...
Like my page on Facebook:
/ randomnerdtutorials
Follow me on twitter:
/ ruisantosdotme
Subscribe for more projects like this!
bit.ly/subscribeRNT

КОМЕНТАРІ: 44
@RuiSantosdotme
@RuiSantosdotme 4 роки тому
You can find the complete project details (schematics + full source code) on my blog ► RandomNerdTutorials.com/cloud-weather-station-esp32-esp8266/ For this project, you'll need a hosting account with PHP and MySQL. You can use any hosting provider. I recommend using Bluehost and you can use this link to setup a Hosting Account + Free Domain Name ► RandomNerdTutorials.com/bluehost/
@RuiSantosdotme
@RuiSantosdotme 4 роки тому
@@soufamd1397 You're welcome!
@playgroundofmyth
@playgroundofmyth 4 роки тому
You, Kind sir, have helped me to graduate. Thank you so much.
@sriraj_go
@sriraj_go 3 роки тому
Thank you very much for sharing the knowledge!
@viniciusnoyoutube
@viniciusnoyoutube 4 роки тому
Excellent. So many good projects, thank you so much!
@RuiSantosdotme
@RuiSantosdotme 4 роки тому
You're welcome! Thanks for watching!
@danieljoseph6404
@danieljoseph6404 3 роки тому
@@RuiSantosdotme is it possible to implement this within a local network?
@yagoob88
@yagoob88 4 роки тому
very good and detailed explanation it was very easy to follow even without any knowledge in php+mysql you thanks
@gnburdin
@gnburdin 4 роки тому
Very cool. Subscribed
@Hugo19ist
@Hugo19ist 4 роки тому
Muito obrigado por este vídeo vai-me ajudar muito no meu projecto de faculdade 😉 Ps: Adoro os vídeos
@xx-cg8rv
@xx-cg8rv 4 роки тому
What esp8266 model is this, and where can I buy it?
@osamadz5884
@osamadz5884 4 роки тому
Good job u helped me a lot
@RuiSantosdotme
@RuiSantosdotme 4 роки тому
You're welcome! I'm glad it was helpful
@QBarszcz
@QBarszcz 3 роки тому
After i modified code to send also pm10 and pm2.5 informatoron i get proxysql error can u help
@brucekenley3686
@brucekenley3686 Рік тому
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
@ineffableseul
@ineffableseul 3 роки тому
Sir can i monitor this with just wifi rounter? Without internet? Thanks a lot
@aofddofa6661
@aofddofa6661 3 роки тому
wish you show us how to do the OFFLINE version by spiffs of the java library offline.. thanks brilliant RUI
@dominikwierzbicki7384
@dominikwierzbicki7384 4 роки тому
Could you help me to add SDS011 sensor to this project ?? THX
@marekzemanovic5533
@marekzemanovic5533 2 роки тому
Hello is there a chance that u can transform php to html code ? If u know how pls help me. PS nice video!
@underwoodblog
@underwoodblog 4 роки тому
Using MQTT to send to Node-Red that puts it in InfluxDB and visualize in Graphana would be easyer.
@ManuelCastillo-kq3xy
@ManuelCastillo-kq3xy 4 роки тому
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.
@DiyintheGhetto
@DiyintheGhetto 4 роки тому
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?
@RuiSantosdotme
@RuiSantosdotme 4 роки тому
Yes, that's going to be an upcoming project. However, it will not support full two way communication (but you'll be able to control the LED/outputs from your web page)
@user-wo4gt2lc7o
@user-wo4gt2lc7o 3 роки тому
Could you show how to do the same, but using micropython on esp32
@AWhistleblower
@AWhistleblower 2 роки тому
Hello sir, how to show data of two different sensors?
@naufal9104
@naufal9104 4 роки тому
rui, how to post data without refreshing the page?
@SPENCER2GO
@SPENCER2GO Рік тому
Do you have esp32 iOS app example
@AntonioSanchez-zn2tg
@AntonioSanchez-zn2tg Рік тому
Donde puedo bajarme la libreria del deep_sleep. No me encuentra en la libreria esp_deep_sleep.h
@josuemorgan
@josuemorgan 4 роки тому
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
@RuiSantosdotme
@RuiSantosdotme 4 роки тому
Sim, eu em breve vou fazer um projeto com as duas funcionalidades! Obrigado pelo feedback!
@netwak
@netwak 6 місяців тому
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;
@legudep
@legudep 4 роки тому
Nice sir, can you show to me, how to create to laravel? Thanks sir
@LeoZero13
@LeoZero13 2 роки тому
Cara, meu httpCode está retornando erro -1 Já tentei varias configurações e não consegui solucionar... Poderia me dar um help com isso?
@Ed19601
@Ed19601 4 роки тому
Who would dislike this video, for what purpose
@irpanch
@irpanch 4 роки тому
Hi.. Is it possible to use tipping bucket rain gauge with this sensor? Thanks
@RuiSantosdotme
@RuiSantosdotme 4 роки тому
Yes, you can modify my code to publish readings from any sensor
@irpanch
@irpanch 4 роки тому
@@RuiSantosdotme Great. Thank you!
@pratikdeshmukh2248
@pratikdeshmukh2248 4 роки тому
Can we add 2 or more esp8266 or esp32 on the same server? If yes how to publish their separate data on same web page?
@RuiSantosdotme
@RuiSantosdotme 4 роки тому
You can publish from any board (you can set a different location in the request), but you'll need to modify the web page to output gauges from each board...
@pratikdeshmukh2248
@pratikdeshmukh2248 4 роки тому
@@RuiSantosdotme Sorry for silly question as I am a newbie but can you please tell me how to set that location in request.. i followed your tutorial LAMP server I am able to get one esp8266 data on webserver. I want to get data from multiple esp8266. Please help :)
@shakerileiwat4341
@shakerileiwat4341 4 роки тому
Great as always ☺ Rui , I've just sent you a tweet , please reply me .
@RuiSantosdotme
@RuiSantosdotme 4 роки тому
Thanks for watching, I've just replied
@shakerileiwat4341
@shakerileiwat4341 4 роки тому
Great job ☺ please reply me on twitter
12 Useful & Interesting ESP32 Projects for Beginners!
9:41
ToP Projects Compilation
Переглядів 558 тис.
Баєр VS Вердер - Огляд матчу
07:26
Setanta Sports Football
Переглядів 86 тис.
Mesh Networking demo on ESP8266 & ESP32 | LCSC
8:28
techiesms
Переглядів 153 тис.
Building a Custom Wireless Weather Station (Arduino)
17:41
NateMakes
Переглядів 12 тис.
DIY ESP32 Weather Station (connected to the Internet)
10:13
Maker Giovanni
Переглядів 13 тис.
Control Anything With IOT Easy Internet of Things with ESP32 and Arduino
17:56
ESP8266 + Arduino + database - Control Anything from Anywhere
13:51
Electronoobs
Переглядів 613 тис.
Using Arduino IoT Cloud with ESP32 | Is it better than New Blynk 🤔
19:41
#400 The Best Power Source for ESP32/ ESP8266 Projects
14:30
Andreas Spiess
Переглядів 109 тис.
Monitor Room Temperature Remotely with Arduino & MQTT
15:23
Gary Explains
Переглядів 18 тис.
СИНИЙ ЭКРАН СМЕРТИ - ОБЪЯСНЯЕМ
14:55
Droider
Переглядів 271 тис.
БИТВА ЗУМЕРОВ. iPhone 15 Pro / Samsung S23 Ultra / Realme 12 Pro Plus
13:58