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.
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
@@jromhek2070 I've changed this from line number 41 void getsec(char* psz) { s =s + 1; if (s == 60) { s = 0; } sprintf(psz, "%02d", s); } and it works well 👍
Работи. Само трябва да се внимава да се запишат правилно, wi-fi адреса и паролата. На мен един интервал между буквите ми създаде много главоболия. И chatGPT неможа да ми помогне. :)
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.
Excellent!
bravo everything is clear and precise it works wonderfully
hello from france
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
Thanks. Looks very nice
small tip:
P.setIntensity (0); for the brightness (insert in line 92)
Thank you for your help sir👍
nice
Great ... super simple and worked first time, thanks. UK winter ... timezoneinSeconds = 0;
hi, may I know, how many times this clock connects with the NTP server each day ?
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.
Cool project but why do the minutes up date at 59 seconds and not at 00
Hello , did you find a solution ? Thanks
@@jromhek2070 I've changed this from line number 41
void getsec(char* psz) {
s =s + 1;
if (s == 60) {
s = 0;
}
sprintf(psz, "%02d", s);
}
and it works well 👍
Работи. Само трябва да се внимава да се запишат правилно, wi-fi адреса и паролата. На мен един интервал между буквите ми създаде много главоболия. И chatGPT неможа да ми помогне. :)
good job!
can I use NodeMCU in place of ESP32 ? What changes are required with code ?
YOU CAN!
me too.. i have nodemcu.. do you have the code and scheme?
How to set time format
What Wifi.h Library are you using
pls someone help me with the code to change time from 24 to 12 hours
Awesome 😃
Thanks 🤗
HOW TO CHANGE FONT SIZE? YOUR LED SCREEN CAPTURING 3 MORE LINES(VERTICALLY) THAN MY LED
Same here, all font size is same as the seconds size displayed in the thumbnail.
Can i get code?
it work well
Whay not work my led matrix🙏
Como posso fazer para acertar a hora para o fuso horario de São Paulo - Brasil. Boa Noite!
-10800
3*60*60=10800
error
line no.79
WiFi.mode(WIFI_STA);
Compilation error: 'class WiFiClass' has no member named 'mode'
please
thank you
Yeah, libraries are keep on changing, but if you try with older libraries it might work.
ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
this is saying at password ssid lines
I am unable to download fonts library
its all there on the git
Any code for rtc?
rtc code is not required as this is ntp example.
How can i get time zone +7 ?
I have error of font_data.h
Plz solve my issue
@@shahidali-qg9yw you have found a place to upload this .h file
How can I contact yo
you can reach me on my email id.
12 hours code modification pls
it's easy, just subtract 12 from the hour variable if the hour > 12