About 188,000 results
Open links in new tab
  1. 10 Second Timer - General Guidance - Arduino Forum

    Jun 13, 2018 · Then just loop in this manner Now would like to make a 10 second timer on each Led so when in ON state they will switch OFF after 10 second. I tried with millis but do not know the …

  2. How to hold output for 10 seconds? - Arduino Forum

    Apr 19, 2021 · If you don't mind the program doing nothing for 10 seconds then delay(10000); will do what you want If you need to do other things during the period then delay () is not the way to do it.

  3. 10 second countdown - Programming - Arduino Forum

    Jul 26, 2022 · Im trying to make a countdown timer using a module with 4 7 seg displays. I have it counting down in seconds now I want to populate the other 3 digits with incrementally faster …

  4. NE555 Timer Delay Module - General Electronics - Arduino Forum

    Aug 8, 2019 · Buy WINGONEER 5Pcs NE555 12V DC Adjustable 0-10 Second Timer Delay Relay Switch Module Shield for Arduino Raspberry Pi at Amazon. Customer reviews and photos may be …

  5. 10 seconds loop - Programming - Arduino Forum

    Feb 25, 2019 · The period is defined as 1000 milliseconds (one second), not the ten seconds described. This code does one thing every one second (if the button is pressed), and it will not repeat for the ten …

  6. Using millis () for timing. A beginners guide - Arduino Forum

    Oct 2, 2017 · The programs presented here overlap with those in that thread but I have put my own spin on using millis () and described the programs in my own way. Between the two you should have a …

  7. Using While Loop To Give User 10 Seconds To Input Values

    Sep 5, 2022 · So even with a few seconds let alone 10 seconds while loop that blocks the progress of the code, it could be devastating to the other processes that need to occur the new Arduino …

  8. Simulate a PIR sensor with a timer on an Arduino

    Mar 15, 2025 · I made this owl prop using an Arduino Nano and a PIR to trigger the owl's LED eyes to come on and the owl head (connected to a servo) turn its head back and forth a few times. After …

  9. 10sec delay without using delay() function - Arduino Forum

    Jul 17, 2015 · hello everyone i have been having some issues with delay() function. Your tutorial was very useful thanks. Am working on a traffic light with sensor . The sensing part is where am got …

  10. Help with loop code to go for 10 seconds - Arduino Forum

    Apr 15, 2016 · Hy guys i have a problem... I wrote a code but i need to make it go for 10 seconds..I managed to put code for repeating code for 10 times but i need seconds.Code is with repeat code 10 …