Тёмный

Build Seven Segment LED clock with Arduino and DS3231 - Robojax 

Robojax
Подписаться 109 тыс.
Просмотров 52 тыс.
50% 1

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

 

13 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 209   
@manuindia5792
@manuindia5792 4 года назад
Lovely videos, it is very worth information. I have done one project.it works excellent. Thank you sir. Please make others videos like this.
@robojax
@robojax 4 года назад
You are welcome. The best thank you for me is to subscribe to my channel and thumb up the video. It is greatly appreciated. 🔔 😊
@Tispba
@Tispba 3 года назад
Hi men, thank you for your complete tutorial, i've follow all of your instruction but i use a Nano , and it doesnt work, i've install of your library from robojax, i've plug all right, but it doesnt work... sorry for my english i'm french... i use a common cathode, well i change the 1 to 2 like you say in // comment , i hope you can answer me.. Merci d'avance !
@Tispba
@Tispba 3 года назад
on my display its Write "E.E.E.E" , and after a few moment, its write "e.e.E.e"
@robojax
@robojax 3 года назад
It means wiring is incorrect. Check it one by one
@Tispba
@Tispba 3 года назад
@@robojax i ve unplug , and replug and that always going wrong... right now its « 8.8.8.e »
@robojax
@robojax 3 года назад
So either you changed the code or wiring, is incorrect, have you selected the correct type of common anode and cathode? Watch the code section again
@Tispba
@Tispba 3 года назад
@@robojax I've all uninstall, restart from the first step, and its the same problem.. are you sûre its not the problem of Arduino NANO ? its the same code between NANO and UNO ?
@candrasniper3404
@candrasniper3404 3 года назад
I use one resistor of each 7 segment and place it to the common. The full leds' bright is good even under 7watt led bulb (desk lamp) on the top of it. It's all about the ohm's law, sir.
@robojax
@robojax 3 года назад
Good to hear that. Good luck.
@peachville4383
@peachville4383 5 лет назад
Very informative and great step-by-step instructions.
@peachville4383
@peachville4383 5 лет назад
​@@robojax EXCELLENT work and you make it look way to easy! I found some code that allowed me to 'blink' all the dots individually on a 7-segment LED display with an I2C backpack using a TM1637.h library. I borrowed some of their code to create a 'count-down clock' with 'blinking' colon: www.49h.com/magic_mirror.mp4 I have some rather large individual 7-seg LEDs gathering dust that I want to try out now using your info :)
@robojax
@robojax 5 лет назад
Very interesting. Thank you. I will look at it. Please update the link to the proper repository github.com/avishorp/TM1637 , I don't like this website (arduinolibraries.info) that just gets files from gethub and without adding any value, publishes them. Gethub is so far the best, you can see all the code and ease of access of it is amazing.
@qboyqboy
@qboyqboy 9 месяцев назад
hi thanks for info, Sorry, but I think I over look, can't find it n the DS3231 dateformat page that I can change ? can you show me,, thx MARK.
@nortronics
@nortronics Год назад
I believe the problem with your colon is that you are assigning the variable _remeberBlinkTime as an int and it is overflowing> Robojax_SevenSegmentClock.h file Change line 85 from int _rememBlinkTime=0; to unsigned long _rememBlinkTime=0;
@jiriskala7601
@jiriskala7601 Год назад
I also had a problem with the colon. About half a minute after starting the clock, the colon began to flicker instead of flashing. Following your suggestion, I changed the data type of the "_rememBlinkTime" variable here in the library, and the problem seems to be solved. Thanks for the help.
@nortronics
@nortronics Год назад
@@jiriskala7601 did you also follow me?
@jiriskala7601
@jiriskala7601 Год назад
@@nortronicsI'm not a programmer, more like a "code gluer", so I solve problems over the internet. For me, the solution from Robojax is the best of the ones I've tried. But two errors appeared. This one with a colon, and the second "error" is that an insignificant zero is displayed in the tens hour position. I also solved it by slightly modifying the code in the library. I'm proud that I made it on my own. I also added control buttons for setting the hours and minutes. Add to that the Daylight Savings Time (DST) switch. I don't need any more improvements. Everything works, I'm satisfied.🙂
@hostfile9678
@hostfile9678 3 года назад
can I replace the DS3231 by DS1302
@robojax
@robojax 3 года назад
yes you can. the clock just need the time.
@arthurgrigorian7991
@arthurgrigorian7991 3 года назад
Dear Sir, thank you for this video, it helped me to make the clock, but I have used 0 instead of 2 to put common cathod,
@robojax
@robojax 3 года назад
Anything other than 0 is treasured as 1 , so your 2 is actually 1 or true value in this case
@virendersingh6027
@virendersingh6027 2 года назад
Please make simple 12 hour format RTC LEDs seven segment clock. Thanks in advance
@robojax
@robojax 2 года назад
Search my channel. I have it
@qboyqboy
@qboyqboy 9 месяцев назад
hi nice project, wonder how do you change it to 12H display? thx MARK
@robojax
@robojax 9 месяцев назад
Hi, open the example file "DS3231_dateformat" under the File->Examples->DS3231 or something like and it is very simple.
@robojax
@robojax 9 месяцев назад
you should have replied here. keep going. So I am replying here. Just open each examples in File->Examples->DS3231 and run them while connected to DS3231 and it will print the date in so may ways in serial monitor. learn from that.
@LHommeDeParfum
@LHommeDeParfum 4 года назад
Very interesting project for learning. The wiring should be more clear with a fritzing diagram as it it very confusing on screen even with explanations. Thanks
@robojax
@robojax 4 года назад
You are welcome. Yes wiring is provided for people who purchase my Udemy course here bit.ly/rj-udemy
@LHommeDeParfum
@LHommeDeParfum 4 года назад
@@robojax I see. Thanks
@rajitheentechnology9058
@rajitheentechnology9058 4 года назад
Thank you sir.
@robojax
@robojax 4 года назад
Most welcome
@MrBobWareham
@MrBobWareham 4 года назад
Please can you do a video on using TM1637 clock as it would save all the wiring and resistors thank you, love your channel
@robojax
@robojax 4 года назад
I will try to do that but user will not learn. This is were the person knows how it works. You haven't subscribed to my channel. I will reply to all Subscriber's 🔔 questions. So make sure to Subscribe.😊
@MakerSpace-cf9ze
@MakerSpace-cf9ze Год назад
Could you please explain simply how to fix the colon issue? I have watched the video numerous times and can not figure it out. Thanks
@anupchakraborty890
@anupchakraborty890 3 года назад
After copy the code and paste Aurdino IDE. This code not compiling because of some small mistakes like (# DS3231 clock; RTCDateTime dt; etc. I am not able to compiling this type of error . Please do something about it Thanks a lot.
@robojax
@robojax 3 года назад
I know you are smart. I assume you have not skipped the video like many people who think they are smart. This video requires you to have watched the introduction to the DS3231 video with the link in the description and then the library I provided. So go through steps and try it. Good luck
@aamirusman6254
@aamirusman6254 2 года назад
Thank you for this project but i am still facing problem colon led flickering after few seconds. plz help me
@robojax
@robojax 2 года назад
Hi, it needs some work to get fixed. I will try to fix and release the next version of this library
@albertofrancisco7500
@albertofrancisco7500 4 года назад
I like your project and you explained it well. Would you happen to have the diagram and code using 6 seven segment display, instead of 4?
@robojax
@robojax 4 года назад
very Interesting. I would have to see if there is demand for 6 digits, I will make video for that. You can use this Free software to draw the the diagram fritzing.org/download/
@mohitparikh4455
@mohitparikh4455 3 года назад
Sir video is very well explained in simple steps so everyone can understand. I have tried to compile code but error message comed " RTCDateTime does not name a type; did you mean 'DateTime'? and not able to do furthur action. How to overcome this sir ?
@robojax
@robojax 3 года назад
this means you have not installed the library.
@mohitparikh4455
@mohitparikh4455 3 года назад
@@robojax sir robojax and DS 3231 showing in menu of examples !
@ionelvranceanu6413
@ionelvranceanu6413 3 года назад
Do you have a video where you show how set the time on an rtc using only push buttons? I have dificulties finding a simple example on google
@robojax
@robojax 3 года назад
Hi, you will need minimum of 3 push buttons and also LED or other type of display. I might add that feature to this . Not sure, I would have to see how this project is liked.
@shyamsivakumar2774
@shyamsivakumar2774 3 года назад
Hi , This is just what i was looking for , could you help me with code modification for setting time manually as well? thank you
@robojax
@robojax 3 года назад
Hi, have you watched the introdution video to DS3231? here ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-7hBtXdoaAOY.html
@jmferreira2010
@jmferreira2010 3 года назад
I used your library and after 30 seconds the 2 dots in the middle start blinking a lot, do you know how to fix?
@robojax
@robojax 3 года назад
Yes I have noticed it before. it needs fix. in the next version I will fix it. God willing.
@jmferreira2010
@jmferreira2010 3 года назад
@@robojax could you tell me how to fix it? I am doing a project and its a bit strange if I leave it like this.
@robojax
@robojax 3 года назад
No. not strange. we just need blinking. does it matter if it is slow or fast? what matter is the time. we don't have seconds to count. if there was counter for second, then it should have run like actual second so the clock would be correct.
@jmferreira2010
@jmferreira2010 3 года назад
@@robojax but is there any Way I can my it blink slower Just so it looks like a real clock?
@robojax
@robojax 3 года назад
yes you can. I have explained it and said how it is blinking. I have no time to open the code and look at it, but I remember I've explained it.
@IlyasBozoglan
@IlyasBozoglan 3 месяца назад
Sir, I have activated your clock circuit, I would like you to add 74HC595, which can animate 32 LEDs, to your clock circuit, please. thanks
@robojax
@robojax 3 месяца назад
I have video on that . Search my channel
@mandadodio2374
@mandadodio2374 2 года назад
I followed this tutorial and initially it was all ok, but after realising i had the wrong display, i've boutgh the right one but some segments didn't work. I can't understand if the problem is about the pieces i've bought or something with the intrsuctions. I've also tryed to make it all again but the problem wont solve
@robojax
@robojax 2 года назад
Hi, no worries. it will work as long as you follow the instruction. many people skip steps. First tell me what is the problem. "didn't work" is not enough. do you see anything on the screen? or nothing at all. if so check the display and pins as I've shown so you know the segments manually can be turned ON. once that works, it could be the DS3231 module. Make sure you can print time on serial monitor without the display by watching this video ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-7hBtXdoaAOY.html so you must be able to have a working clock module before going to the seven segment display. good luck.
@mandadodio2374
@mandadodio2374 2 года назад
@@robojax The problem is that only some LEDs lights up, i've already tried reconnecting everything, but the problem remains. I've also tried to use the serial monitore alone with the DS3231 module, and the problem is the same.
@kaniduperera7681
@kaniduperera7681 3 года назад
great tutorial. do you have a tutorial for 6 digit seven segment display ?
@robojax
@robojax 3 года назад
That might be next video.
@vladimirvavrik7760
@vladimirvavrik7760 6 месяцев назад
Hello, my friend. I tried wiring the LED display and DS3231 according to your video, but it gives me an error when compiling: 'RTCDateTime' does not name a type; did you mean 'DateTime'. Please help. Thank you. CZ
@robojax
@robojax 6 месяцев назад
Of course. When you skip the process. You must install the library. Please watch
@vladimirvavrik7760
@vladimirvavrik7760 6 месяцев назад
I have the library installed. I watched the video several times without skipping. I downloaded the library from your site and from GitHub as you have indicated, but still the same error.
@TheJavaSync
@TheJavaSync 3 года назад
First, Thanks for Robojax lib 7 segment. 2. If I build my owm 7 segment by 3 or 4 leds per segment, I'll use 9 -12v for 7segment supply+ npn transistor. is the lib still compatible? Anw, thx for the videos
@robojax
@robojax 3 года назад
If you know how to bias your led yes you can connect the output of Arduino to your transistors.
@planker
@planker 2 года назад
Like. Can I use the DS1307? Thank you for the Videos.
@robojax
@robojax 2 года назад
Yes you can. Just understand how hairy, minutes are provided to the clock
@planker
@planker 2 года назад
@@robojax Thanks, I will bulid a single pcb to replace the dial and hands on a old clock. I'll use your sketch. Monday.
@robojax
@robojax 2 года назад
good luck.
@stoptheirlies
@stoptheirlies 3 года назад
Very nice, but do you think it would be helpful if you included the wiring diagram with the library?
@robojax
@robojax 3 года назад
It has been provided with my Arduino course at Udemy.
@stoptheirlies
@stoptheirlies 3 года назад
Ah! nice, Everyone on here helps everyone, with you we have to pay for your course to see the circuit!
@robojax
@robojax 3 года назад
Yes indeed I am helping, I have written the library and shown every step, you can pause the video and wire it. You actually don’t even need writing if you watch the explanation on how seven segment work. 100% agree with you that we should help each other. My course is for those who can afford and help me to get help.
@MrAlinkarl
@MrAlinkarl 4 года назад
nice video tutorial
@robojax
@robojax 4 года назад
thanks. The best thank you for me is to not skip ads and Subscribe 🔔 to my channel, like 👍 the video and do not skip the ads.. It is greatly appreciated. 🔔 😊. I will reply to all Subscriber's 🔔 questions. So make sure to Subscribe.😊 .
@Haroonkhanme
@Haroonkhanme 4 года назад
I love the video
@robojax
@robojax 4 года назад
thanks.
@clemskaura5853
@clemskaura5853 2 года назад
Hello RoboJAx, I am a huge fan of your and a subscriber to your channel as well. You are doing a great job.However, I need help because everytime I try to download the library for robojax LED seven segment display library from the link provided, i get and error that says no such file or library exist . pls can you help. Thanks
@robojax
@robojax 2 года назад
I am on vacation until August 4. Fix it after that
@clemskaura5853
@clemskaura5853 2 года назад
@@robojax will be grateful, have a great time
@Dancopymus
@Dancopymus 3 года назад
Hello Friend! Sorry, did you manage to fix the issue of the colon that starts flashing rapidly after a few seconds? Thanks
@robojax
@robojax 3 года назад
Hello, no time to work on it. I will make version 2 of this clock and resolve the blinking issue. This will be when I get time.
@Dancopymus
@Dancopymus 3 года назад
@@robojax Thanks friend
@milanls1880
@milanls1880 11 месяцев назад
Hello please can you tell the resistor values used
@robojax
@robojax 11 месяцев назад
You made me watch the video and I discovered thatI have mentioned the resistor in the video. I answer any relevant questions if not answered in the video. Please watch.
@ismail_Mk10
@ismail_Mk10 3 года назад
Please i need circiut for this ❤️and thank you
@robojax
@robojax 3 года назад
You can get the free software fritzing.org/ and draw it.
@MasterTv_777
@MasterTv_777 4 года назад
can i use ds1302 0r 1307 instead of ds3231 module? if yes the code will be same?
@robojax
@robojax 4 года назад
This just gets the time and displays it. It should work if you know the code. Perhaps you need to know which variable in DS1302 is holding time. I have explained it fully. Both have been fully explained. I have separate video on DS3231 Watch that to learn how it functions and then you can combine them very easily. But if you rush and skip the video, you will not learn and can't do it.
@techwithsasun1738
@techwithsasun1738 3 года назад
sir, can we convert inputs of clock modiule to String and can we set indexes of String to each one one segment
@robojax
@robojax 2 года назад
yes you are free to convert it. The click module gives integer ( I don't remember) then.
@stoptheirlies
@stoptheirlies 3 года назад
Well I managed to build it by pausing the video and wiring at the same time as you, I think there is a problem with your common anode or com. cathode switch as no matter what I set it to the display lights up, and all I get isis a row of eights which change to backward nines and e's. Yes it is wired correctly. it displays the time correctly if I enable the serial print, but not on the led display. I also have a load of red text on the IED rows of stuff like this "C:\Users\Bob\Documents\Arduino\Clock RoboJax\Robojax-SevenSegmentClock\examples\Robojax_SevenSegmentLED_clock\Robojax_SevenSegmentLED_clock.ino:26:66: warning: invalid conversion from 'const int*' to 'int*' [-fpermissive] Robojax_SevenSegmentClock clk(displayPins, digits, colonPin, type); ^ In file included from C:\Users\Bob\Documents\Arduino\Clock RoboJax\Robojax-SevenSegmentClock\examples\Robojax_SevenSegmentLED_clock\Robojax_SevenSegmentLED_clock.ino:21:0: C:\Users\Bob\Documents\Arduino\libraries\Robojax-SevenSegmentClock/Robojax_SevenSegmentClock.h:47:5: note: initializing argument 1 of 'Robojax_SevenSegmentClock::Robojax_SevenSegmentClock(int*, int*, int, int)' Robojax_SevenSegmentClock(int segments[], int digits[], int colon, int type); ^~~~~~~~~~~~~~~~~~~~~~~~~ C:\Users\Bob\Documents\Arduino\Clock RoboJax\Robojax-SevenSegmentClock\examples\Robojax_SevenSegmentLED_clock\Robojax_SevenSegmentLED_clock.ino:26:66: warning: invalid conversion from 'const int*' to 'int*' [-fpermissive] Robojax_SevenSegmentClock clk(displayPins, digits, colonPin, type); ^ In file included from C:\Users\Bob\Documents\Arduino\Clock RoboJax\Robojax-SevenSegmentClock\examples\Robojax_SevenSegmentLED_clock\Robojax_SevenSegmentLED_clock.ino:21:0: C:\Users\Bob\Documents\Arduino\libraries\Robojax-SevenSegmentClock/Robojax_SevenSegmentClock.h:47:5: note: initializing argument 2 of 'Robojax_SevenSegmentClock::Robojax_SevenSegmentClock(int*, int*, int, int)' Robojax_SevenSegmentClock(int segments[], int digits[], int colon, int type);
@robojax
@robojax 3 года назад
Have you changed the code? It seems the code has been updated, the code I prop is the one shown in video.
@stoptheirlies
@stoptheirlies 3 года назад
@@robojax All I changed is removing the comment slashes to update the clock and then put them back again
@antoniuszwielogorski6150
@antoniuszwielogorski6150 4 года назад
what sholud i change with code to eliminate problem with colon ?
@robojax
@robojax 4 года назад
If I know the problem, I would have resolved it. What problem are you referring to you? Tell me the time in video like (2:34) so I click and watch.
@alessandrobassani7785
@alessandrobassani7785 3 года назад
Excuse me but i can't download the robojack_sevensegment library
@robojax
@robojax 3 года назад
we had issue with Chrome. I should work. please reply back here if the issue is report. Thank you for letting me know.
@dominiqueclay9468
@dominiqueclay9468 4 года назад
Well, where can I get the code? On your website I did not find it , Could you give me the link,please.
@robojax
@robojax 4 года назад
I played the video to make sure I mentioned it. You haven't even watched the first 20 seconds of the video. Please always watch until the end if you found any question , please let me know know. My channel and videos are unlike any other you have seen. I never leave single bit of information.
@dominiqueclay9468
@dominiqueclay9468 4 года назад
Hi, thanks your website,I would like to use a SAA1063/64 ,can I?
@robojax
@robojax 4 года назад
This clock works with any clock module. it just needs time in hour, minutes (or seconds) so if you can get it from any other RTC, yes it will work. Watch this video carefully to see how the code works. Then watch the video I have on DS3231. Once you did, you can use your own RTC(realtime clock).
@dominiqueclay9468
@dominiqueclay9468 4 года назад
@@robojax Well,where can I get the code? On your website I did not find it ;Could you give me the link,please.
@zegi1454
@zegi1454 3 года назад
diagram would help me a lot but i can figure it out
@robojax
@robojax 3 года назад
I will try to make wiring instruction and post it on the age page where code is thanks. ***** Free Arduino Course worth $200**** Arduino Step by Step Course (over 150 lectures) Starts here robojax.com/L/?id=338
@lorinczinorbert
@lorinczinorbert 4 года назад
Hi, can I use this with a Max7219?
@robojax
@robojax 4 года назад
Hi, No. I build this so it is pure arduino code and simple seven-segment display so the user learns how it work. I might make a video using TM1637. Here are my videos on TM1637 ru-vid.com/show-UCkcBSig_Iu4ZnAIeCeG1TVgsearch?query=TM1637 and videos on MAX7219 ru-vid.com/show-UCkcBSig_Iu4ZnAIeCeG1TVgsearch?query=MAX7219 Thank you for not skipping the ads and keep watching it. This will help me a lot.
4 года назад
Can you give cable the wiring diagram?
@robojax
@robojax 4 года назад
You can draw it using Fritzing free software from fritzing.org/home/
@virendersingh6027
@virendersingh6027 2 года назад
How to modify code for 12 hour formate?
@robojax
@robojax 2 года назад
search my channel for DS3231 introduction video
@FedeInventor
@FedeInventor 4 года назад
sorry, it works with the DS1307 module?
@robojax
@robojax 4 года назад
Yes it will. I have separate videos for both RTC so watch them carefully. Make sure you can get the time and use in this module.
@FedeInventor
@FedeInventor 4 года назад
@@robojax and ok thank you
@robojax
@robojax 4 года назад
you are welcome. Thank you for not skipping the ads and keep watching them. This will help me a lot.
@rajeshchakraborty3411
@rajeshchakraborty3411 4 года назад
Hi, Sir, Thank you very much for posting this video. I am hobbyist from India. Made the clock as you describe in. But the problem is every time I powered Off and On the circuit (power cut) it shows the time when I upload the program to Arduino. And the colon starts flickering after 50-55 seconds. Please help me out. Thanks in advance. God bless you.
@robojax
@robojax 4 года назад
Hi, You seem to have not watch the required video that I mentioned . You should watch the introduction video for DS3231 so you know how to set the module. The link should be in the description of this video.
@rajeshchakraborty3411
@rajeshchakraborty3411 4 года назад
@@robojax Thank you very much for quick answer. I have already solve the problem when I saw the video twice. But sorry to say couldn't solve the colon starts flickering after 50-55 seconds.
@robojax
@robojax 4 года назад
I will see if I can make another video on this. I don't have all components ready to work on it.
@rajeshchakraborty3411
@rajeshchakraborty3411 4 года назад
It will be great sir. Thank you very much.
@Dancopymus
@Dancopymus 3 года назад
@@rajeshchakraborty3411 It's the same with me; did you solve the problem?
@danielbautista5783
@danielbautista5783 3 года назад
hi, the code throws me an error: no matching function for call to 'DS3231::DS3231()' help me please!
@robojax
@robojax 3 года назад
Hi, it means you did not follow instruction. you have not installed the library for DS3231. I've said in the video that you have to watch the introduction to DS3231 and make sure you can print time on the serial monitor.
@Assassinscreed_in
@Assassinscreed_in 3 года назад
How to set on 12 hour clock
@robojax
@robojax 3 года назад
please watch introduction to DS3231. The link is under the video or just search for it.
@English-structure
@English-structure 3 года назад
Hi sir are you originally from iran
@robojax
@robojax 3 года назад
Hi, Persian from The Great Khorasan.
@PhenomThe17
@PhenomThe17 2 года назад
Can I Use DS1307 Display? Please reply
@robojax
@robojax 2 года назад
Yes if you watch the video and lean. This display just needs time.
@PhenomThe17
@PhenomThe17 2 года назад
@@robojax WOW! that was a fast reply.
@qsdrfghgujfddyffguff
@qsdrfghgujfddyffguff 4 года назад
Error is (int digits,int segments,int coloum,int type)^
@robojax
@robojax 4 года назад
it says for itself.You haven't changed the code. First us it as is and then modify it. it works.
@alishas9328
@alishas9328 4 года назад
Very nice clock sir, How to convert into 12 hour?
@robojax
@robojax 4 года назад
as I mentioned in the video, you need to watch the main video on DS3231. The link for that is in the description. Here I had to search for it and provided for you ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-7hBtXdoaAOY.html
@ggldmrd5583
@ggldmrd5583 4 года назад
@@robojax Hi, im doing it from TTL IC's !
@shahinreza1708
@shahinreza1708 5 лет назад
no matching function for call to ' Ds3231 : How do I fix this?
@robojax
@robojax 5 лет назад
You have not followed the instruction to download the library. Please install library.
@shahinreza1708
@shahinreza1708 5 лет назад
but library link. invalid 😰 plz.. give a library link👏plz.
@infoperikanannusantara
@infoperikanannusantara 4 года назад
you must delete older library DS3231 .. then install library DS3231 from robojax..
@MDAtik-ex1sx
@MDAtik-ex1sx 4 года назад
how i change the time? Can i make it without rtc?
@robojax
@robojax 4 года назад
you can change the time by setting it to Arduino time and once code is uploaded that is th e time. No you can't do without the RTC,
@MDAtik-ex1sx
@MDAtik-ex1sx 4 года назад
Thanks a lot, sir.
@robojax
@robojax 4 года назад
you are welcome.
@ismaelibrahim1185
@ismaelibrahim1185 4 года назад
Sir , can i use common anode seven segment and how? any change Code?
@robojax
@robojax 4 года назад
Hi, it seems you have just skipped the video. Watch the video please and you will find the answer. I spent over 3 days I believe to write this library and test this project.
@ismaelibrahim1185
@ismaelibrahim1185 4 года назад
@@robojax thank you
@alessandrobassani7785
@alessandrobassani7785 3 года назад
excuse me, but where can i download the Robojax_SevenSegmentClock.h?
@robojax
@robojax 3 года назад
watch the video and in the first 1 minuets you see that I say "you can get the code for this project by clicking on the link below this video which will take you to robojax dot come slash learn slash arduino" . perhaps you skipped or missed it.
@alessandrobassani7785
@alessandrobassani7785 3 года назад
@@robojax yes, i click that but i can't find the robojack_sevensegmentclock library
@robojax
@robojax 3 года назад
if you visit the page where the code is, there is library. I've fixed the link. Google Chrome had issue. Always try Firefox or Microsoft Edge when you see issue on website.
@alessandrobassani7785
@alessandrobassani7785 3 года назад
@@robojax thank you, now it works perfectly
@mohitparikh4455
@mohitparikh4455 3 года назад
Sir, please update full schematic diagram. Thanks
@robojax
@robojax 3 года назад
if you watch the video fully step by step. there is no need for schematic. But if you need for school project, then draw it using this free software fritzing.org/
@newl.k.d6653
@newl.k.d6653 3 года назад
sigmant 1 show but other leds low bright how fix 0001 1 led see low bright 0 other leds 1 see 0
@robojax
@robojax 3 года назад
if you did not change the code, then wiring is incorrect. check it again.
@newl.k.d6653
@newl.k.d6653 3 года назад
i want 4to send you how send sir
@robojax
@robojax 3 года назад
Hello, what is 4to?
@newl.k.d6653
@newl.k.d6653 3 года назад
@@robojax my clock falt
@robojax
@robojax 3 года назад
"falt" ?
@Michael-fk6nw
@Michael-fk6nw 4 года назад
Hi... i have tried your connection but my IDE gives me this error: 'class DS3231' has no member named 'begin' please assist... thanks in advance
@robojax
@robojax 4 года назад
Hello, you have skipped the video and did not follow the instruction. Please watch without skipping and it will be resolved.
@Michael-fk6nw
@Michael-fk6nw 4 года назад
@@robojax thanks... it now works
@robojax
@robojax 4 года назад
You are welcome.
@rajuSingh-nm5yy
@rajuSingh-nm5yy 4 года назад
Sir kindly make 6 digit clock
@robojax
@robojax 4 года назад
interesting to add seconds as well. I will do it when time permits.
@arjayyyy28
@arjayyyy28 2 года назад
How to use robojax libraries?
@robojax
@robojax 2 года назад
What do you mean how to use? This is the video to show you how
@arjayyyy28
@arjayyyy28 2 года назад
@@robojax I try your code but lot of failed
@arjayyyy28
@arjayyyy28 2 года назад
I follow you're video and lot of failed happened
@robojax
@robojax 2 года назад
you had posted two comments and it was showing under "spam" and I did not see it. next time, try to click on the three dot and edit your comment.
@robojax
@robojax 2 года назад
so this is not enough to say it failed. provide error so I can help you. have you run the code for DS321 to just print time on the serial monitor? here ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-7hBtXdoaAOY.html (the link is in the description) make sure the clock module works before coming to the seven segment clock. Good luck
@SONUKOL1
@SONUKOL1 4 года назад
how to make Dtmf Arduino coding please respected sir
@robojax
@robojax 4 года назад
You can use this module which easily decodes DTMF www.amazon.ca//dp/B01DKAHXNI/
@Gochadzia
@Gochadzia Год назад
Not working this code
@robojax
@robojax Год назад
of course it will not work if you don't follow the instruction. Provide error. you can't just say "not working" . what is the error you are getting?
@sonuala5671
@sonuala5671 5 лет назад
Sir how to make this as 12hrs format pl help sir
@robojax
@robojax 5 лет назад
This clock needs another video on DC3231. Please watch that. I have explained that.
@sonuala5671
@sonuala5671 5 лет назад
Sir which video can u give me link
@robojax
@robojax 5 лет назад
I have already provided the link in the description (under the video).
@qsdrfghgujfddyffguff
@qsdrfghgujfddyffguff 4 года назад
get date time error related to ds3231 ,with robojax ds3231
@robojax
@robojax 4 года назад
ru-vid.comsearch?query=ds3231
@Nazrul-Rana
@Nazrul-Rana 4 года назад
sir arduino code for 12 clock?
@robojax
@robojax 4 года назад
Perhaps you haven't started watching the video. the link to the code is in the description. Any video that talks about code, they will give link in the description. I have mentioned it in the first 30-50 seconds of the video.
@sahilwatts6012
@sahilwatts6012 4 года назад
owsm project code link error sir can you code link
@robojax
@robojax 4 года назад
Just checked the link to the code page it is working. also checked the zip file for libray and it is working.
@jnl8111
@jnl8111 4 года назад
Sir I’ve used rtc module 4 seven segment 12 pin led and 74HC595 serial in parallel out ic but I can’t get output there shows only flickering of segment and it can’t run I’ve taken this project from www.circuitdigest.com (I’ve use readymade program of them ) can you please help me with this
@robojax
@robojax 4 года назад
Here is my video on 2 digit display ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-k-f6lwwUTAs.html
@qsdrfghgujfddyffguff
@qsdrfghgujfddyffguff 4 года назад
Ur code notwork for this
@robojax
@robojax 4 года назад
provide error (text) so I can help you. If you do NOT skip the video and IF you follow everything, it will work. I can assure you. This video require you to watch the video for DS3231. did you watch and follow it? Perhaps not. That's why.
@ShriMahakalKripaJyotish0786
@ShriMahakalKripaJyotish0786 5 месяцев назад
Plese speek in heendi yaar
@robojax
@robojax 5 месяцев назад
I am Persian. I can make it in Farsi.
Далее
LED Displays with Arduino - 7-Segment & Dot-Matrix
44:43
Аушев, Путин, «пощечина»
00:56
Просмотров 1,1 млн
All About TM1637
8:58
Просмотров 24 тыс.
Digital Clock | Real Time Clock Circuit + Code
7:33
Просмотров 2,5 тыс.
Аушев, Путин, «пощечина»
00:56
Просмотров 1,1 млн