Recycling a Mouse Scroll Wheel Rotary Encoder and Testing it with Arduino Nano

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024
  • Recycling a Mouse Scroll Wheel Rotary Encoder and Testing it with Arduino Nano
    Thanks for watching.

Комментарии • 20

  • @unrelatedactivities
    @unrelatedactivities  2 года назад

    DVD Player LED Display Recycling:
    ruclips.net/video/hpfiHK1Qhog/видео.html

  • @dimaryk11
    @dimaryk11 Год назад +1

    For people who have stiff scrolling wheel problem: remove the wheel, input a toothpick into the encoder slot rotate and see if it gets stuck. If not, it's the wheel that is the problem. You can try either replacing the scrolling wheel completely or removing the outer rubber part from the plastic. The rubber expands and degrades over time and gets stuck. That way you can at least have a usable scrolling wheel

  • @katanacosmatic
    @katanacosmatic 2 года назад +3

    do you know what the materials of construction are for this device?

    • @unrelatedactivities
      @unrelatedactivities  2 года назад +1

      I don't know the exact materials, some kind of thermoplastic and conductive metals.

    • @tedysamsi8488
      @tedysamsi8488 Год назад

      Can you share scetc and code please

  • @adiyogi453
    @adiyogi453 10 месяцев назад +5

    Durty noise,🫳

  • @yottakm3764
    @yottakm3764 Год назад +4

    Alien music
    Nice

  • @fabianernestopacheco
    @fabianernestopacheco 10 месяцев назад

    Why do encoders break down in such a short time? In a few months while you browse the internet the scroll jumps or returns, it is very imprecise. What can I do to fix it if I don't have tools? Can I apply a circuit cleaner without having to disassemble the encoder?
    .
    .
    Very creepy music!! hahaha

    • @himanshrasal
      @himanshrasal 25 дней назад

      they don't break. just get dirty most of the time, similar to the video. are able to clean it up and put it back in , they are as good as new.

  • @keegandsu5493
    @keegandsu5493 Год назад +1

    bonjour vidéo très intéressante, serais t'il possible d'avoir le schéma de cablage ainsi que le code afin que je puisse experimenter cela pour mon projet electronique car je fais une souris optique. et merci pour ce contenu incroyablement educatif.

    • @unrelatedactivities
      @unrelatedactivities  Год назад

      Merci. Tout est dans la vidéo, la plupart des broches de roue de défilement sont comme ça (tout ce que j'ai testé était C, B, A,), la broche C (commune) est connectée à la broche arduino GND, A et B aux broches Arduino 2 et 3, respectivement. Le code provient de l'exemple "interruptrotator.ino" présent dans la bibliothèque Rotaryencoder: github.com/mathertel/rotaryencoder, je n'ai inclus que la partie LED.

  • @sermadreda399
    @sermadreda399 2 года назад +1

    someone used it for navigating a robot in a maze and come back surprizengly accurate

  • @Pegasus-uo7rk
    @Pegasus-uo7rk 2 года назад +1

    Very useful. Thanks.

  • @fabriciot4166
    @fabriciot4166 2 года назад +1

    Gracias 👍

  • @michaeljoshuamanallo1742
    @michaeljoshuamanallo1742 2 года назад +1

    awesome bro

  • @miketech811
    @miketech811 2 года назад +1

    hi there, where to get firmware please?

    • @unrelatedactivities
      @unrelatedactivities  Год назад +1

      Hi, it is all in the video, code is from the example "InterruptRotator.ino" present in the RotaryEncoder library: github.com/mathertel/RotaryEncoder , I only included the LED portion.