Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Hardware
  3. Hardware debounce?

Hardware debounce?

Scheduled Pinned Locked Moved Hardware
5 Posts 4 Posters 2.1k Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Cliff KarlssonC Offline
    Cliff KarlssonC Offline
    Cliff Karlsson
    wrote on last edited by
    #1

    I want to use debounce in a sketch that also uses sleep until interrupt witch won´t work with software debounce as I understand.

    Is there some way to still be able to this by software or do I have to do it by hardware? I have found some examples where they use capacitators, but how do I know witch size capacitaor I need for a 1000ms debounce for example?

    I have a optocoupler connected to Pin3-GND, but I always get two triggers from the optocoupler.

    1 Reply Last reply
    0
    • mfalkviddM Offline
      mfalkviddM Offline
      mfalkvidd
      Mod
      wrote on last edited by
      #2

      Debouncing can be done in software. A simple solution is to turn off interrups inside the interrupt handler and do delay 1000ms in the main loop before you go to sleep again. That ensures a maximum of 1 interrupt per second.

      TheoLT 1 Reply Last reply
      0
      • mfalkviddM mfalkvidd

        Debouncing can be done in software. A simple solution is to turn off interrups inside the interrupt handler and do delay 1000ms in the main loop before you go to sleep again. That ensures a maximum of 1 interrupt per second.

        TheoLT Online
        TheoLT Online
        TheoL
        Contest Winner
        wrote on last edited by
        #3

        @mfalkvidd If you happen to have a code example, I'd be much interested.

        1 Reply Last reply
        0
        • mfalkviddM Offline
          mfalkviddM Offline
          mfalkvidd
          Mod
          wrote on last edited by mfalkvidd
          #4
          Attachinterrupt(...)
          Gw.sleep(SLEEPTIME)
          Delay(1000)
          
          1 Reply Last reply
          0
          • L Offline
            L Offline
            lafleur
            wrote on last edited by
            #5

            For something that slow, try a MAX6816... cheap, sot-4 case

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            13

            Online

            11.7k

            Users

            11.2k

            Topics

            113.1k

            Posts


            Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • MySensors
            • OpenHardware.io
            • Categories
            • Recent
            • Tags
            • Popular