Тёмный

Arduino and Max7219 LED MATRIX Clock with RTC DS1307 

Mr. SM
Подписаться 5 тыс.
Просмотров 41 тыс.
50% 1

Arduino and Max7219 LED MATRIX Clock with RTC DS1307.
To learn this Project, please do not skip.
Please Subscribe and press bell icon.
Arduino Sketch and Library Link:
www.mediafire.c...
Please LIKE and Share.
Thank you.

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

 

3 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 53   
@kka10001
@kka10001 5 лет назад
At your link most of the library's are missing and folders empty.
@uttamdutta3664
@uttamdutta3664 3 года назад
it apperanly looks good and working also, but there is significant time difference after few days , weeks and months. in long run this is not going to work practically..any idea how consultant time can be shown without any change in time
@MrSM-ui4zj
@MrSM-ui4zj 3 года назад
This is a problem of real time clock module, the crystal is not giving correct frequency. Please change it and try. You can try with ds1307 IC and clock crystal avoiding the module.
@panosgeorgoulias9166
@panosgeorgoulias9166 3 года назад
Very lengthy video without reason. You could show the same construction in 5 minutes instead of 20. Too boring.
@MrSM-ui4zj
@MrSM-ui4zj 3 года назад
Thanks for your instructions.
@qboyqboy
@qboyqboy 8 месяцев назад
hi, work great, but it loosing time, about 30-40 second a day, wonder what happen , please help.. thx
@MrSM-ui4zj
@MrSM-ui4zj 8 месяцев назад
Problem of RTC. You can replace it.
@loisbly847
@loisbly847 5 лет назад
hello will you have a program to display the time on 8 matrix led with the ds3231
@TvasasTvasas
@TvasasTvasas 5 лет назад
Downloaded the libraries and the max7219_clock_Succesd folders.Where do we put both if them?Please let me know..
@neirodrigues4159
@neirodrigues4159 5 лет назад
How to do this project with "rtc 8563" I can not, congratulations for the work!
@sanu7210
@sanu7210 3 года назад
SAME ORIENTATION PROBLEM THE TIME IS NOT UNDERSTABLE WORNLY ORGANISED
@uttamdutta3664
@uttamdutta3664 3 года назад
can you please tell the hardware of pushbuttons switch
@joseluiscastrejonm.3531
@joseluiscastrejonm.3531 4 года назад
Although are mentioned in the sketch, you never show in this video neither the diagram the switches to set up the time, could you update your diagram please?
@muhammadrafii2357
@muhammadrafii2357 4 года назад
Saran aja bg.. Gausah di pakek in musik. Di jelasin aja coding sama rangkaian nya nya biar yang nonton lebih di pahami bg
@virendersingh6027
@virendersingh6027 2 года назад
BUTTON_PULLUP was not declare in scope. Any one can help?
@chirayuadhikari
@chirayuadhikari Год назад
me too, need help
@raviprakash7845
@raviprakash7845 4 года назад
Thanks for the project. But I have one doubt. Can we make a Digital clock using only Arduino UNO and LED matrix only i.e. without RTC? Please help anyone.
@MrSM-ui4zj
@MrSM-ui4zj 4 года назад
Yes sir. But every time you should set the time when you switch on the clock.Thanks.
@abhijeetpatil9883
@abhijeetpatil9883 2 года назад
Now days mobiles are too handy so building this clock without RTC makes sense as a low cost project. Couple of switches to set time date get set go
@ozkanzengin4995
@ozkanzengin4995 5 лет назад
No way to upload files to another location?
@MrSM-ui4zj
@MrSM-ui4zj 4 года назад
Yes I will try.
@alexandrkazmalyk4249
@alexandrkazmalyk4249 2 года назад
Please give me a link, the link at the top is not working.
@tomoi1013
@tomoi1013 5 лет назад
Hello, I had a problem in "max7219_clock_Success": an error message appears when I check or compile, "exit status 1 Error compiling for board Arduino/Genuino Uno." Thank you in advance for helping me
@shubham-sy7jl
@shubham-sy7jl 4 года назад
I need to display temperature on sotmatrix how can 8 do that please help ..
@sarojbehera5432
@sarojbehera5432 4 года назад
Arduino: 1.8.10 (Windows 10), Board: "Arduino Uno" In file included from C:\Users\DELL\Documents\Arduino\Mini_LED_Matrix_Clock_nano_using\Mini_LED_Matrix_Clock_nano_using.ino:15:0: C:\Users\DELL\Documents\Arduino\libraries\FontLEDClock/FontLEDClock.h:4:35: error: variable 'myfont' must be const in order to be put into read-only section by means of '__attribute__((progmem))' unsigned char PROGMEM myfont[80][5] = { ^ C:\Users\DELL\Documents\Arduino\libraries\FontLEDClock/FontLEDClock.h:94:39: error: variable 'mybigfont' must be const in order to be put into read-only section by means of '__attribute__((progmem))' unsigned char PROGMEM mybigfont[10][20] = { ^ C:\Users\DELL\Documents\Arduino\libraries\FontLEDClock/FontLEDClock.h:108:38: error: variable 'mytinyfont' must be const in order to be put into read-only section by means of '__attribute__((progmem))' unsigned int PROGMEM mytinyfont[42][3] = { ^ C:\Users\DELL\Documents\Arduino\Mini_LED_Matrix_Clock_nano_using\Mini_LED_Matrix_Clock_nano_using.ino: In function 'void get_time()': Mini_LED_Matrix_Clock_nano_using:1570:16: error: 'class DateTime' has no member named 'dayOfWeek'; did you mean 'dayOfTheWeek'? rtc[3] = now.dayOfWeek(); //returns 0-6 where 0 = Sunday ^~~~~~~~~ dayOfTheWeek Multiple libraries were found for "LedControl.h" Used: C:\Users\DELL\Documents\Arduino\libraries\LedControl Multiple libraries were found for "FontLEDClock.h" Used: C:\Users\DELL\Documents\Arduino\libraries\FontLEDClock Multiple libraries were found for "Wire.h" Used: C:\Users\DELL\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.2\libraries\Wire Multiple libraries were found for "RTClib.h" Used: C:\Users\DELL\Documents\Arduino\libraries\RTClib-master Multiple libraries were found for "Button.h" Used: C:\Users\DELL\Documents\Arduino\libraries\Button exit status 1 'class DateTime' has no member named 'dayOfWeek'; did you mean 'dayOfTheWeek'? downloads.arduino.cc/libraries/library_index.json.sig file signature verification failed. File ignored. Invalid library found in C:\Users\DELL\Documents\Arduino\libraries\Arduino-LiquidCrystal-I2C-library-master: no headers files (.h) found in C:\Users\DELL\Documents\Arduino\libraries\Arduino-LiquidCrystal-I2C-library-master Invalid library found in C:\Users\DELL\Documents\Arduino\libraries\Arduino-LiquidCrystal-I2C-library-master: no headers files (.h) found in C:\Users\DELL\Documents\Arduino\libraries\Arduino-LiquidCrystal-I2C-library-master Invalid library found in C:\Users\DELL\Documents\Arduino\libraries\Arduino-LiquidCrystal-I2C-library-master: no headers files (.h) found in C:\Users\DELL\Documents\Arduino\libraries\Arduino-LiquidCrystal-I2C-library-master Invalid library found in C:\Users\DELL\Documents\Arduino\libraries\Arduino-LiquidCrystal-I2C-library-master: no headers files (.h) found in C:\Users\DELL\Documents\Arduino\libraries\Arduino-LiquidCrystal-I2C-library-master Invalid library found in C:\Users\DELL\Documents\Arduino\libraries\Arduino-LiquidCrystal-I2C-library-master: no headers files (.h) found in C:\Users\DELL\Documents\Arduino\libraries\Arduino-LiquidCrystal-I2C-library-master Invalid library found in C:\Users\DELL\Documents\Arduino\libraries\Arduino-LiquidCrystal-I2C-library-master: no headers files (.h) found in C:\Users\DELL\Documents\Arduino\libraries\Arduino-LiquidCrystal-I2C-library-master Invalid library found in C:\Users\DELL\Documents\Arduino\libraries\Arduino-LiquidCrystal-I2C-library-master: no headers files (.h) found in C:\Users\DELL\Documents\Arduino\libraries\Arduino-LiquidCrystal-I2C-library-master This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences. hello, sir these problems I face what is the solution to this.
@vipulkamble9702
@vipulkamble9702 5 лет назад
Plz make it with ds3231
@ADMIN_RAJU
@ADMIN_RAJU 4 года назад
can ii use nano board
@MrSM-ui4zj
@MrSM-ui4zj 4 года назад
Yes sir, no problem. Thanks for your comments.
@MrBobWareham
@MrBobWareham 4 года назад
This is a copy of Niks mini clock that has software problems and dont work
@danangts
@danangts 10 месяцев назад
klo extrak angka jam dari waktu rtc gimana caranya ? spy display menyala hanya pada siang hari
@virendersingh6027
@virendersingh6027 2 года назад
BUTTON_PULLUP was not declare in scope. I am new in this field Please help
@virendersingh6027
@virendersingh6027 2 года назад
Please reply kr do
@virendersingh6027
@virendersingh6027 2 года назад
If you do not want to reply tell me that should I unsubscribe you?
@dr.handphonendeso2599
@dr.handphonendeso2599 4 года назад
How yo set clock?
@qsdrfghgujfddyffguff
@qsdrfghgujfddyffguff 4 года назад
Media is on fire
@MrSM-ui4zj
@MrSM-ui4zj 4 года назад
Eny problem sir?
@driss25
@driss25 2 года назад
Not push button clock
@neirodrigues4159
@neirodrigues4159 5 лет назад
This code dont Works for me !
@TonyLing
@TonyLing 5 лет назад
Vut vahdt?
@virendersingh6027
@virendersingh6027 2 года назад
File download nhi ho rha hai
@g.btextile1290
@g.btextile1290 2 года назад
Code please
@dandelikakhiladi8452
@dandelikakhiladi8452 5 лет назад
Sir there is an error in downloading the sketch
@MrSM-ui4zj
@MrSM-ui4zj 5 лет назад
I changed the link Please try again. Please inform me what happened.
@JakeJoris
@JakeJoris 4 года назад
i'm not gonna pay $90 to download the libraries from the mediafire!!!
@MrSM-ui4zj
@MrSM-ui4zj 4 года назад
I signed up mediafire with free of cost sir. No problem I will give you an another link soon.
@salmanurrahman2757
@salmanurrahman2757 3 года назад
can i get the arduino source code of this project?
@MrSM-ui4zj
@MrSM-ui4zj 3 года назад
Code link given in the video description. Thank you for your valuable comments.
@electronicsideas1361
@electronicsideas1361 3 года назад
complie error FontLEDClock.h
Далее
PERFECT PITCH FILTER.. (CR7 EDITION) 🙈😅
00:21
TRENDNI BOMBASI💣🔥 LADA
00:28
Просмотров 493 тыс.
How do I use a Real Time Clock with Arduino?  RTC 1307
10:29
Arduino LED Matrix Clock
11:10
Просмотров 144 тыс.
Arduino Wood Clock
19:36
Просмотров 18 тыс.
LED Displays with Arduino - 7-Segment & Dot-Matrix
44:43
Arduino Clock with Matrix Display
12:36
Просмотров 22 тыс.