Comments
I want to ask , why when I try to change the time ( minute ) can not be executed . thank you .
[ Comment by boy donald :: ]
Dear sir, thanks before. i have some project urgent for my school and my project need this digital countdown timer using 7 segmen display. but your project only show ten minutes countdown, i need your help, can you show me more to change the minute or set the time manually. thank you, sorry for disturbing you. sorry for my bad english.
[ Comment by boydonald :: ]
You will need to make changes in the source as this is a static timer. For changeable timer you will also need to add keys and provision for timer storage.
[ Comment by ajay_bhargav
:: ]
thank you for replying. but the problem, I'm not too smart to add the key and change the terms of its time. i hope you can help my project, sory for my bad english.
[ Comment by boy donald :: ]
We cannot provide you ready code or something but we can help you implement it. You need to be a little smart to understand what we say and then implement. Please create a forum topic to get more help on this project. we cannot keep posting in comments area.
[ Comment by ajay_bhargav
:: ]
Thank you for your attention , now I begin to understand what you are saying.
[ Comment by boy donald :: ]
Hey I am mechanical eng student and I would like to make a countdown clock for my go-kart team but we need more digits , like MM,WW, DD, HH , mm , ss , ms (month , week , day , hour , minute , sec , milli sec) .. can anybody help and tell me to how make such thing in big scale ?
[ Comment by shaygan :: ]
Hello Sir.... Do you have the report for the Digital countdown timer?
[ Comment by Ashna :: ]
@Ashna If its not available in the ZIP file then we don't have it either. Whatever is submitted by the Author is uploaded here.
[ Comment by ajay_bhargav
:: ]
What can I do to write count for 02:00 on edsim51
I want to make this timer count down to 02:00 minutes what will I do?
I want to make this timer count down to 02:00 minutes what will I do?
[ Comment by Abiola :: ]
>I want to make this timer count down to 02:00 minutes what will I do?
You can get close by changing
MOV A,#09H ;SETTING FOR MINUTE to MOV A,#01H
This starts at 1.59.
Setting as 2.00 does not work as tha code cannot handle starting with zeroes.
Not that the timing is correct for a 12M crystal, not 11.0592MHz as used in the DSN file
You can get close by changing
MOV A,#09H ;SETTING FOR MINUTE to MOV A,#01H
This starts at 1.59.
Setting as 2.00 does not work as tha code cannot handle starting with zeroes.
Not that the timing is correct for a 12M crystal, not 11.0592MHz as used in the DSN file
[ Comment by ExperimenterUK
:: ]
You must be logged in to make comments on this site - please log in, or if you are not registered click here to signup