Cute and clicky: BCD Thumbwheel Switches

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 พ.ย. 2024

ความคิดเห็น •

  • @AJB2K3
    @AJB2K3 21 วันที่ผ่านมา

    Cool looking things

  • @thombaz
    @thombaz 2 วันที่ผ่านมา

    I used to watch your chanel, but I forget your name... so here I 'm after about 6 years. :D

  • @matambale
    @matambale 21 วันที่ผ่านมา

    I have a great affection for those switches, and I'm not sure why. I'm convinced they're very clever, even though their construction is straightforward. Once you stare at the switch contact pattern, it all makes sense - a binary counter in metal.

  • @oskimac
    @oskimac 21 วันที่ผ่านมา +3

    Uno de los regresos mas esperados de youtube!

  • @typxxilps
    @typxxilps 21 วันที่ผ่านมา

    good to see that you are back from the renovation or rather restauration project !

  • @ale8oneboy
    @ale8oneboy 21 วันที่ผ่านมา

    Thanks for sharing David! I'm seeing these as an alternative to Doc Brown's key pad for setting time circuits.

  • @jerril42
    @jerril42 21 วันที่ผ่านมา

    Nice, I have something like those in my pile of maybe one day I'll have a reason to use it pile. It will be fun to see some interesting ideas put into practice. Thanks David. Take care.

  • @ChunkySteveo
    @ChunkySteveo 21 วันที่ผ่านมา +2

    Those are cool AF! So if you daisy chain the clickers - do they increment the next one after 9?

    • @TheEmbeddedHobbyist
      @TheEmbeddedHobbyist 21 วันที่ผ่านมา +4

      there is no mechanical connection between then in normal thumb wheel switches.

    • @michaeltempsch5282
      @michaeltempsch5282 21 วันที่ผ่านมา +1

      Not normally, as there are up/down buttons for control of each individual digit (the 1s, 10s, 100s, etc) and usually quicker to set them individually instead of hitting the lower digit repeatedly (spreads the wear too)

  • @romaczech75
    @romaczech75 21 วันที่ผ่านมา +4

    You're too handsome-mansome to not be on camera & we need a house update please. 😁

  • @michaeltempsch5282
    @michaeltempsch5282 21 วันที่ผ่านมา

    Wayyy too long ago I used rotary hex switches (same idea but twist knob instead of buttons, and 0-F) as inputs for an XR2240 programmable timer IC, as base for a darkroom exposure timer.

  • @0x574c
    @0x574c 19 วันที่ผ่านมา

    The janky in-between values (3 -> 1 -> 4) are mechanically inevitable unless they were to use grey codes instead of binary. Even then, the transition from 9 to 0 would still be rough.
    Also a shame the up button is down and the down button is up! Still, very cool devices, and a great clear demonstration.

    • @DavidWatts
      @DavidWatts  9 วันที่ผ่านมา

      Interesting, I should have taken one apart to fully understand the sequence and where the wiper overlap was. Thanks.

    • @0x574c
      @0x574c 8 วันที่ผ่านมา

      Going from 3 (0011) to 4 (0100) requires changing 3 bits. But it’s impossible to build an infinitely precise mechanical device, so it’s impossible to make it truly simultaneous. One of those bits will change first, then another, then the last. If you rotate slooooowly enough, there are actually two undefined states between 3 and 4.
      Not a huge problem here, since the counter jumps thru the undefined states and settles where the signal is reliable. Rotary encoders could stop anywhere, though, so they use a really clever pattern called a Gray code where only one bit changes at a time.

  • @AJB2K3
    @AJB2K3 21 วันที่ผ่านมา +1

    Did you buy them to make a resistor decade box?

    • @DavidWatts
      @DavidWatts  21 วันที่ผ่านมา

      Possibly, I thought that too but not sure why I would have picked the BCD variant.

  • @bernt6500
    @bernt6500 21 วันที่ผ่านมา

    How would i read these out with a microcontroller without wasting a lot of pins? Looking foward to your soltion.

    • @DavidWatts
      @DavidWatts  21 วันที่ผ่านมา +2

      For a single thumbwheel switch? I would use an analog pin on your micro. Add a 1k to the first pin, 2k to the 2nd, 4k the 3rd and 8k to the 4th. Then bring them all together with a 10k to ground. It should create a resistor divider you can read reliably. For multiple you could use the same approach but add a shift register to alternate which common pin is getting power.

    • @bernt6500
      @bernt6500 21 วันที่ผ่านมา

      ​@DavidWatts
      I always forget about this resistor divider technique. It sounds like a cheap and simple solution!
      When having multiple switches I was thinking of some sort of ic like an io expander. I guess that would be kind of overkill.

    • @TheEmbeddedHobbyist
      @TheEmbeddedHobbyist 21 วันที่ผ่านมา +1

      These come from an era where uP had full 8bit ports so you could multiplex quite a few to one port. 4 bits for the switch and 4 bits for the multiplexing. the thing we did before charley.