Тёмный

Scrolling clock using MAX7219 and DS3231 RTC 

Helmy Aswan Daniel
Подписаться 344
Просмотров 6 тыс.
50% 1

scrolling clock using MAX7219 and DS3231 RTC
the code downloaded from arduino.joergel...
and modified by me

Опубликовано:

 

28 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 35   
@GSDHANI
@GSDHANI 3 года назад
I have made this clock. Initailly matrix was displaying 90 deg in each block 8*8. Then I changed the code now the display is ok but temp is showing -127 deg C. The program shows DS18B20 temp sensor. I want to use dht11 temp sensor for temp & humidity. Please let me know the codes to be updated
@Dancopymus
@Dancopymus 4 года назад
Hi Daniel! I found your watch interesting, but it would be interesting to replace the buttons with an IR remote control. I'm looking for something like that, but I can't find it on the internet.
@afsaruddinkhan4985
@afsaruddinkhan4985 3 года назад
button pullup was not declaried in this scope error compile solve this
@pedrossare
@pedrossare 3 года назад
Hi, I have assembled the clock project using max7219 with 1 matrix of 4 displays already complete, the problem that displays each display rotated 90 degrees. Can you help me solve this problem? bye thank you
@helmydx
@helmydx 3 года назад
go to line 213 you can edit its X and Y position to match your matrix type
@pedrossare
@pedrossare 3 года назад
Thank you ok
@barot67
@barot67 Год назад
salve...io ho il problema che è u n ora avanti, sai come si risolve...grazie
@barot67
@barot67 Год назад
Hello, i have problem with time..is one hour after..could you help me to change hour? thank you
@helmydx
@helmydx Год назад
I currently not working on this project anymore But you can search some lines about daylight saving inside the sketch
@virendersingh6027
@virendersingh6027 2 года назад
Dear sir please tell me only What does mean of Line 1306 "EIN" And Line 1353 EST 1ST Thanks in advance
@helmydx
@helmydx 2 года назад
I am not the writer of the sketch It is Germany
@virendersingh6027
@virendersingh6027 2 года назад
Yes it's Germany. But please tell the following time is right or wrong Clock is showing time as 6:43 but in words Ten after half seven Isn't it showing wrong time in word?
@electronicsideas1361
@electronicsideas1361 3 года назад
fontDigiClock.h: No such file or directory
@helmydx
@helmydx 3 года назад
you should download every downloadable content in the website then, extract all zip files and copy extracted files to the library folder hope I can help you out
@muhammadnasirudin8175
@muhammadnasirudin8175 4 года назад
maaaaasssss..... minta skema rangkaiannya sama code hasil modifannya mas dongg... plisss... saya udah cape muter"😭.. mau pake yg punya jorjino bingungg... siapa tau kalo pake hasil modifannya mas bisa pahamm... bagi codenya ya mas... wkwk... respon ya...plisss... berharap banget ini.. wkwk
@muhammadnasirudin8175
@muhammadnasirudin8175 4 года назад
auto subskreb ini.. wkwk
@helmydx
@helmydx 4 года назад
Saya dapat code juga dari internet Link nya ada diatas, cuma waktu di upload hasil nya nggak sesuai (posisi huruf dan angka jadi vertikal) Tinggal di edit
@brungki1856
@brungki1856 4 года назад
saya ada code nya tapi belum final..full bahasa indo..hehe
@virendersingh6027
@virendersingh6027 2 года назад
Dear sir there is no error in compiling codes but clock time is displaying in horizontal. How to fix it? Please reply
@helmydx
@helmydx 2 года назад
Try to go to line 213 you can edit its X and Y position to match your matrix type. I'm not working on this project anymore, but feel free to ask
@virendersingh6027
@virendersingh6027 2 года назад
Thank you very much
@virendersingh6027
@virendersingh6027 2 года назад
Sir I tried but can not do that. I am using max7219 8x8 4 in 1 matrix. Can you please modify the following code. void plot (byte x, byte y, byte val) { //select which matrix depending on the x coord byte address; y=7-y; if (x >= 0 && x = 8 && x = 16 && x = 24 && x
@virendersingh6027
@virendersingh6027 2 года назад
Dear sir, I have rotate the clock by changing x y position but I have problem in changing ES 1st zehn and week of year, weekday day etc name as you have written codes in your language. Can you please tell me or edit code in english indian. I hope you will help me. Thanks in advance.
@virendersingh6027
@virendersingh6027 2 года назад
And the two word displaying when we start the clock. I tried to change then into words as welcome but can't not displaying
@labaga9869
@labaga9869 3 года назад
ada skema dan coding nya kah mas..? klw ada boleh minta kah nnti sy isi kan pulsa...:]
@helmydx
@helmydx 3 года назад
Ada di deskripsi bg Kalau belum lengkap juga ntar sy buatin video baru ya...
@labaga9869
@labaga9869 3 года назад
Yg di diskripsi punya org luar banyak yg beda gagal terus mas..:(
@helmydx
@helmydx 3 года назад
@@labaga9869 iya sih tapi coba coding diatas biasa kendalanya cuma kebalik huruf nya
@labaga9869
@labaga9869 3 года назад
@@helmydx sudah di coba berkali" banyak yg beda eror terus.
@adammaulanazamroni
@adammaulanazamroni 4 года назад
Bang punya saya huruf nya kok berantakan gimana cara merubah Coding nya
@helmydx
@helmydx 4 года назад
coba cek bagian "plot" di code nya di ubah x jadi y dan y jadi x
@adammaulanazamroni
@adammaulanazamroni 4 года назад
@@helmydx tidak ketemu bang
@adammaulanazamroni
@adammaulanazamroni 4 года назад
@@helmydx plot nya banyak bingung
@helmydx
@helmydx 4 года назад
@@adammaulanazamroni udah lama ini soalnya saya juga lupa dimana disimpan code nya nanti kalau ketemu saya share yah..
@emrahozer2743
@emrahozer2743 3 года назад
/ plot: plot a dot at positon xy with val 0/1 void plot (byte y, byte x, byte val) { //select which matrix depending on the x coord byte address; x=x; if (y >= 0 && y = 8 && y = 16 && y = 24 && y
Далее
Multi Mode Digital Clock
8:34
Просмотров 24 тыс.
I Built a WATERPARK In My House!
26:28
Просмотров 20 млн
НЕ ИГРАЙ В ЭТУ ИГРУ! 😂 #Shorts
00:28
Просмотров 117 тыс.
ESP8266 Internet Clock
2:46
Просмотров 41 тыс.
ANIMATED SCROLLING / RUNNING TEXT MAX7219 & ARDUINO
19:43
HOW TO MAKE DIGITAL CLOCK WITH TEMPERATURE !!
8:26
Просмотров 4,2 тыс.
How to make a LED Matrix Clock using Arduino
4:53
Просмотров 17 тыс.