017 - ESP32 MicroPython: DHT Values Auto Updates using AJAX

preview_player
Показать описание
In this video we will learn to create a web server hosted on ESP32 and display DHT measurement readings on it. We will use AJAX to automatically update the sensor values without refreshing the whole web page.

For more details, you may visit my blogs at:

W3Schools Ajax Introduction:

W3Schools setInterval Method:

Please do Like, Comment, Share, and Subscribe.

Thank you,
George Bantique |
#TechToTinker
#MicroPython
#ESP32
Рекомендации по теме
Комментарии
Автор

Of all of YouTube and of all the web, your video was one of the best examples of ways to use AJAX in the ESP32. Thank you very much for making this tutorial. You just got a new Subscriber:)

eddiemiller
Автор

This is great. Appreciate the AJAX demo as it has so many practical applications.

mytechnotalent
Автор

Thanks. This is quick way to learn AJAX

Ed.Caneda
Автор

Muy bueno Excelente!!!!
Esperamos mas así..!!!

ariel
Автор

If any one got error try this
if update == 6:
try:
d.measure()
t = d.temperature()
h = d.humidity()
response = str(t) + "|"+ str(h)
led.value(not led.value())
except OSError as e:
print(e)
print('dht_sensor Reading Failed')

else:
response = web_page()

thoopilichandrasekhar
welcome to shbcf.ru