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

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

Rui Santos

4 года назад

64,928 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Jeff Avery
Jeff Avery - 12.10.2023 19:10

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;

Ответить
Spencer Chen
Spencer Chen - 01.10.2022 05:44

Do you have esp32 iOS app example

Ответить
Antonio Sanchez
Antonio Sanchez - 06.09.2022 04:14

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

Ответить
Marek Zemanovič
Marek Zemanovič - 18.12.2021 22:47

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

Ответить
A Whistleblower 😎
A Whistleblower 😎 - 14.05.2021 13:52

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

Ответить
aofd dofa
aofd dofa - 17.12.2020 01:54

wish you show us how to do the OFFLINE version by spiffs of the java library offline.. thanks brilliant RUI

Ответить
Sriraj G
Sriraj G - 15.10.2020 18:29

Thank you very much for sharing the knowledge!

Ответить
ineffableseul
ineffableseul - 25.09.2020 00:07

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

Ответить
Натали Богосян
Натали Богосян - 30.07.2020 22:04

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

Ответить
Jakub Barszcz
Jakub Barszcz - 12.05.2020 00:41

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

Ответить
yagoob Yousif
yagoob Yousif - 08.05.2020 00:13

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

Ответить
Carda
Carda - 28.04.2020 17:32

Nice sir, can you show to me, how to create to laravel? Thanks sir

Ответить
Naufal
Naufal - 15.02.2020 07:58

rui, how to post data without refreshing the page?

Ответить
0x01 0x01
0x01 0x01 - 09.02.2020 04:06

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

Ответить
Kolotun Bobo
Kolotun Bobo - 08.02.2020 22:28

Very cool. Subscribed

Ответить
Manuel Castillo
Manuel Castillo - 27.01.2020 07:45

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.

Ответить
Pratik Deshmukh
Pratik Deshmukh - 04.01.2020 15:37

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?

Ответить