keypad interfacing

Поділитися
Вставка
  • Опубліковано 13 гру 2024

КОМЕНТАРІ • 29

  • @RVCEET
    @RVCEET  6 років тому +2

    I fixed the link to the handouts. Sorry about that!
    drive.google.com/open?id=1OSH5xolX6hEAUYEoXhaRUl4dmmvYUT8G

  • @1.8millionvolts87
    @1.8millionvolts87 2 роки тому

    Thankyou very much for this vid, you're clearing up 3 days worth of confusion with this knowledge. A true diamond in the rough. 4/10/2022

  • @shreyastare1113
    @shreyastare1113 9 років тому

    You just gained me 10marks more in my exams!
    Thank you so very much!

  • @rraj2095
    @rraj2095 8 років тому +3

    thank you for this simple yet awesome analysis!!

  • @andreagosto5099
    @andreagosto5099 9 років тому

    Can I applied these same principles to an arduino uno project? I need to design and make a 30 keypad with an arduino uno.

  • @joegancher3720
    @joegancher3720 11 років тому

    The problem I have with this remedy or method is that it's polled I/O,,,,, it ties up my micro and even if I allowed it, a substantial interrupt service routine would cause missed keystrokes. Wouldn't an interrupt based solution be better ?

  • @rakeshgupta-nh2hu
    @rakeshgupta-nh2hu 3 роки тому

    We need this type of work engineer which make matrix keypads

  • @rongarza9488
    @rongarza9488 5 років тому

    Great video, Dr. Tom Lombardo. AND, the link to your Google docs is working (4/16/2019). The last line in your keyinterfacing pdf states "The diodes protect the circuit in case someone presses 2 keys in the same row but different columns at the same time". Great advice! Just out of curiosity, WOULD THE DIODES BE NEEDED IF 2 KEYS WERE PRESSED IN THE SAME COLUMN?

    • @RVCEET
      @RVCEET  5 років тому

      Thanks for the kind words, Ron.
      2 keys pressed in the same column would not cause an electrical problem. The idea is to avoid shorting two columns together because the columns are outputs; if one is sending out a 1 while the other sends out a 0, you'd be shorting Vcc to ground by pressing keys in both columns. The diode ensures that current can't flow out of a column when it outputs a 1.

    • @rongarza9488
      @rongarza9488 5 років тому

      @@RVCEET Wow, thanks Dr. Lombardo, good thing I asked. I'll set up a test using only one column at a time.

  • @jeffnay6502
    @jeffnay6502 3 роки тому

    The only thing missing is the coding of the Microprocessor ??? Did I miss something here?

  • @michaelluftenegger7618
    @michaelluftenegger7618 9 років тому +1

    can anybody explain me why the input pins are not pulled up anymore in the last screen?
    Or is there something I missed?
    regards,
    michael

  • @RSuarez66
    @RSuarez66 6 років тому

    The link for the handouts is broken. :(
    GReat video.

  • @yxhankun
    @yxhankun 5 років тому

    where is the sketch in arduino from your google drive?

    • @RVCEET
      @RVCEET  5 років тому

      I don't have any Arduino-specific material. The keypad scan is a generic algorithm - it works with any hardware.

  • @abhishekm1903
    @abhishekm1903 9 років тому

    Excellent video!!.This video cleared all my doubts.Thanks a lot.

  • @alessandrostella664
    @alessandrostella664 5 років тому

    Thank you awesome explanation. Great informative video

  • @lylerodericks
    @lylerodericks 10 років тому

    Thank you!

  • @MDFRESCUER
    @MDFRESCUER 7 років тому

    Nicely explained.

  • @FlavourlessLife
    @FlavourlessLife 11 років тому

    Excellent video! Cheers!

  • @perivesta
    @perivesta 11 років тому +1

    Thanks a lot, you saved my life! Brilliant video :D

  • @muskanprajapati7281
    @muskanprajapati7281 7 років тому +1

    perfect explaination

  • @joegancher3720
    @joegancher3720 11 років тому

    I had to really strain to hear this. we can always turn them down but when our volume is maxed out ..... Seems to be a great vid otherwise.

  • @vikasns4603
    @vikasns4603 6 років тому

    beautiful

  • @asaaprabhat3489
    @asaaprabhat3489 7 років тому

    thanks

  • @nicelifekavi
    @nicelifekavi 3 роки тому

    Nice tech thank you sir

  • @zardouayassir7359
    @zardouayassir7359 9 років тому

    thnkyou ! :)

  • @jasonbrassett8130
    @jasonbrassett8130 8 років тому

    Thank you!