[email protected] Posted May 11, 2017 Report Share Posted May 11, 2017 need to build a timer with seconds interval repeat timer for sports application. need it to be large like 15 inch display. or wall clock size. example i should be able to set 30 secs 3 times 45 sec 2 times 60 sec 2 times with 20 sec break. both visual and audio notification needed. Anyone ? Quote Link to comment Share on other sites More sharing options...
audioguru Posted May 11, 2017 Report Share Posted May 11, 2017 We will help you if you build or design a circuit that does not work properly. But it sounds like you want somebody to design a circuit for you. Somebody might do it. Quote Link to comment Share on other sites More sharing options...
PalGreen Posted October 27, 2017 Report Share Posted October 27, 2017 // Create a timer that will fire every second var timer = new System.Timers.Timer (1000); // Assign a handler that will fire on timeout timer.Elapsed + = OnTimeout; // The timer will always work timer.AutoReset = true; timer.Enabled = true; Quote Link to comment Share on other sites More sharing options...
Timmy53 Posted June 10, 2019 Report Share Posted June 10, 2019 This post is good and informative. Quote Link to comment Share on other sites More sharing options...
Billl Posted February 25, 2021 Report Share Posted February 25, 2021 Of course such a thing would be extremely useful for betting on sports. I really miss cricket betting tips. Quote Link to comment Share on other sites More sharing options...
Eadith Mcmikle Posted May 3 Report Share Posted May 3 On 5/11/2017 at 8:04 AM, [email protected] said: need to build a timer with seconds interval repeat timer for sports application. need it to be large like 15 inch display. or wall clock size. example i should be able to set 30 secs 3 times 45 sec 2 times 60 sec 2 times with 20 sec break. both visual and audio notification needed. Anyone ? I play on our college football team so I need a sports timer. Often I do not have time for my studies, and I order here https://edubirdie.com/pay-for-homework ready-made homework assignments. I could do everything myself, but training takes a lot of time, and since I want to make a sports career, I made such a decision. Each time they write a new work for me, it is written without plagiarism, so I had no problems when checking them. There are several ways you could go about building a timer with those specifications. One option is to use a microcontroller like an Arduino or Raspberry Pi to program the timer. You could use an LCD display or LED matrix display to show the countdown and a buzzer or speaker for audio notifications. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.