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.
@StechiezDIY3 жыл бұрын
Excellent!
@mulroy55422 жыл бұрын
bravo everything is clear and precise it works wonderfully hello from france
@jagannathkulkarni2 жыл бұрын
hi, may I know, how many times this clock connects with the NTP server each day ?
@welon682 жыл бұрын
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.
@mulroy55422 жыл бұрын
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
@mohitparikh4455 Жыл бұрын
can I use NodeMCU in place of ESP32 ? What changes are required with code ?
@MARGCO-d7m Жыл бұрын
YOU CAN!
@akiztaecho75148 ай бұрын
me too.. i have nodemcu.. do you have the code and scheme?
@j.van_heck43949 ай бұрын
Thanks. Looks very nice
@perfectheatingandplumbingp77472 жыл бұрын
Cool project but why do the minutes up date at 59 seconds and not at 00
@jromhek2070 Жыл бұрын
Hello , did you find a solution ? Thanks
@rene_richter8 ай бұрын
@@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 👍
@derekhawley96602 жыл бұрын
Great ... super simple and worked first time, thanks. UK winter ... timezoneinSeconds = 0;
@robertofkennedy2 жыл бұрын
What Wifi.h Library are you using
@DeepakCG Жыл бұрын
pls someone help me with the code to change time from 24 to 12 hours
@rohitmobilecare7691 Жыл бұрын
How to set time format
@MARGCO-d7m Жыл бұрын
HOW TO CHANGE FONT SIZE? YOUR LED SCREEN CAPTURING 3 MORE LINES(VERTICALLY) THAN MY LED
@B.R.Garden Жыл бұрын
Same here, all font size is same as the seconds size displayed in the thumbnail.
@CATips2 жыл бұрын
Can i get code?
@elekoeleko4832 Жыл бұрын
Работи. Само трябва да се внимава да се запишат правилно, wi-fi адреса и паролата. На мен един интервал между буквите ми създаде много главоболия. И chatGPT неможа да ми помогне. :)
@random_idRI2 жыл бұрын
Whay not work my led matrix🙏
@ศักดิ์สกุลไทยสวัสดิ์ Жыл бұрын
error line no.79 WiFi.mode(WIFI_STA); Compilation error: 'class WiFiClass' has no member named 'mode' please thank you
@StechiezDIY Жыл бұрын
Yeah, libraries are keep on changing, but if you try with older libraries it might work.
@astitvakashyap55513 жыл бұрын
I am unable to download fonts library
@StechiezDIY3 жыл бұрын
its all there on the git
@drum520 Жыл бұрын
good job!
@LeeCooperification3 жыл бұрын
small tip: P.setIntensity (0); for the brightness (insert in line 92)
@bintangdemarta99522 жыл бұрын
Thank you for your help sir👍
@seancastro241611 ай бұрын
nice
@cicerosantana4085 Жыл бұрын
Como posso fazer para acertar a hora para o fuso horario de São Paulo - Brasil. Boa Noite!
@leleo_das_galaxias11 ай бұрын
-10800
@柠檬-k3b3 ай бұрын
3*60*60=10800
@electronicsdiy73403 жыл бұрын
Awesome 😃
@StechiezDIY3 жыл бұрын
Thanks 🤗
@miguelvaldivia6817 Жыл бұрын
it work well
@shahidali-qg9yw2 жыл бұрын
I have error of font_data.h
@shahidali-qg9yw2 жыл бұрын
Plz solve my issue
@worldexplorerPL2 жыл бұрын
@@shahidali-qg9yw you have found a place to upload this .h file
@OviMG2 жыл бұрын
ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] this is saying at password ssid lines
@ahapersze15273 жыл бұрын
Any code for rtc?
@StechiezDIY3 жыл бұрын
rtc code is not required as this is ntp example.
@astitvakashyap55513 жыл бұрын
How can I contact yo
@StechiezDIY3 жыл бұрын
you can reach me on my email id.
@bintangdemarta99522 жыл бұрын
How can i get time zone +7 ?
@qsdrfghgujfddyffguff3 жыл бұрын
12 hours code modification pls
@jackp20883 жыл бұрын
it's easy, just subtract 12 from the hour variable if the hour > 12