• homura1650
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 month ago

    The annoying thing is that fixing the double click is stupidly easy. Years ago, I got frustrated with that exact problem (after a string of 3 mice that each lasted only a few months); so I opened one up and soldered on a random capacitor I had lieing around.

    Capacitors like that cost literally less than a penny, and are no more complicated to install at production time than any other component already on the circuit board.

    • Underwaterbob
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 month ago

      I didn’t know it was a capacitor. I thought it was bent springs. I managed to fix one once by opening up the switches and bending the springs back, but it went back to double clicking within a month, and the process was not easy. I’ve got huge hands, and those switches are tiny.

      • homura1650
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 month ago

        The actual difference between a working new mouse and a failing double click mouse is in the button itself (mechanical parts are almost always the problem).

        However, it is not some exotic failure mode. All mechanical switches have a “bounce”, where the contact makes and breaks a few times before settling into the connected position. Switches are typically designed to make the actual contact spring loaded (which is the origin of the click sound you here). As they age, this mechanism degrades, making the bouncing problem worse.

        However, this is a well understood problem that any electrical engineer should be familiar with. One solution is to install a filter capacitor. Now it takes longer to switch between the on and off state, so the inherent bounce in the switch is smoothed out to the point where you cannot detect it.

        They probably did testing with a new switch, and decided that they didn’t need to include any explicit debounce component, ignoring the fact that the switch would degrade over its lifetime.

        • Underwaterbob
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 month ago

          So, the capacitor can mitigate the spring weakening. Good to know. Replacing a cap is probably much easier than taking the switches apart and bending the springs.