Build a PS/2 Keyboard From Scratch

Поделиться
HTML-код
  • Опубликовано: 13 сен 2024

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

  • @npc_test
    @npc_test 5 месяцев назад +2

    Thank you so much, your video helped a lot to create your project and debug it!

  • @mandcali7613
    @mandcali7613 9 месяцев назад +1

    Thanks for sharing…

  • @varshneydevansh
    @varshneydevansh 9 месяцев назад

    keep continuing this

  • @WzArray
    @WzArray 10 месяцев назад +2

    Good Job !!

  • @info283
    @info283 10 месяцев назад +2

    Really good. I am waiting your new videos

  • @Why.Not.07
    @Why.Not.07 10 месяцев назад +1

    I loved it and I'd love to continue seeing videos of your journey.

  • @tenij000
    @tenij000 3 месяца назад +1

    made somthing whit a arduino can do type abc etc not even working as good as your cool keyboard :) realy love it
    be cool if can use it like old acorn keyboards whit words under the keys hold button then 1 then prints PRINT for example

  • @domingos8214
    @domingos8214 8 месяцев назад

    wich are the key specs of the microcontrolers you would need for this jobs?
    i was looking fowards to build one for high-performance gaming, but i couldn't find much information over how to build one, and i fear that the teensy wouldn't do it

    • @HuffmanCS
      @HuffmanCS  8 месяцев назад

      As far as creating this project with another MCU, you'd need to make sure it has enough I/O pins to cover the columns and rows of the key-matrix. The MCU will also need to have a fast enough clock to bit-bang the PS/2 protocol. And the MCU should tolerate 5v logic (or at the very least, a logic level shifter for the PS/2 clock & data lines).
      At a glance, the Teensy 4.0 may work fine in this project so long as you have a logic level shifter from 3.3v to 5v and vice-versa between the MCU and Host.

    • @domingos8214
      @domingos8214 8 месяцев назад

      Thanks, also@@HuffmanCS
      would a MCU like the AT90USB82 or AT90USB162 do the trick?
      in this case is specially to try to find a cheaper option to a tensy

    • @HuffmanCS
      @HuffmanCS  8 месяцев назад +1

      Yes! As a matter of fact, the AT90USB82/162 MCU even contains built-in hardware to specifically help with implementing the PS/2 protocol.
      (Although I assume you're aware it is a SMD and contains the AVR architecture, so ensure you're equipped for that should you use it!)

  • @TVPiles
    @TVPiles 7 месяцев назад

    Good effort... now, you could have had that easier: just exchange the USB plug for a PS/2 plug on the keyboard. Instructions for that can be found all over the internet.