Led Matrix Clock using ESP32 NTP without RTC IC

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

Code and Connection :

You can get the material from :

Google spreadsheet using esp8266

Google spreadsheet using ESP32

Tutorial on How to post data to Google Firebase using ESP8266

Tutorial on How to post data to Thingspeak using ESP8266

How to Get Gmail Notification on ESP8266 & OLED

Google Spread Sheet using ESP32

Support :

#ntpclock
#esp32
#ledmatrixdisplay
#ledmatrixclock
Рекомендации по теме
Комментарии
Автор

Thank you. I did this project in minutes and now the clock is running ok in my bedroom. Make sure you placed all the library files in the right place before compiling/uploading the code. It's better to adjust the brightness using the code:
P.intensity(0);
for the brightness; because the LED will be too bright for our eyes.

jackp
Автор

In France, we changed time and switched to winter time for that I have to reprogram my ESPIs there a way to automatically switchthank you for your reply

mulroy
Автор

bravo everything is clear and precise it works wonderfully
hello from france

mulroy
Автор

hi, may I know, how many times this clock connects with the NTP server each day ?

jagannathkulkarni
Автор

Is it possible to add an external button to change the time zone (e.g. + 3600sec) Without it, you have to correct the code every six months.

welon
Автор

pls someone help me with the code to change time from 24 to 12 hours

DeepakCG
Автор

can I use NodeMCU in place of ESP32 ? What changes are required with code ?

mohitparikh
Автор

HOW TO CHANGE FONT SIZE? YOUR LED SCREEN CAPTURING 3 MORE LINES(VERTICALLY) THAN MY LED

MARGCO-dm
Автор

Cool project but why do the minutes up date at 59 seconds and not at 00

perfectheatingandplumbingp
Автор

error
line no.79
WiFi.mode(WIFI_STA);
Compilation error: 'class WiFiClass' has no member named 'mode'
please
thank you

ศักดิ์สกุลไทยสวัสดิ์
Автор

small tip:
P.setIntensity (0); for the brightness (insert in line 92)

LeeCooperification
Автор

Como posso fazer para acertar a hora para o fuso horario de São Paulo - Brasil. Boa Noite!

cicerosantana
Автор

Great ... super simple and worked first time, thanks. UK winter ... timezoneinSeconds = 0;

derekhawley
Автор

Работи. Само трябва да се внимава да се запишат правилно, wi-fi адреса и паролата. На мен един интервал между буквите ми създаде много главоболия. И chatGPT неможа да ми помогне. :)

elekoeleko
Автор

ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
this is saying at password ssid lines

OviMG