How to use up to 10 push button switch with 1 Arduino input pin ANPB-V1

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

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

  • @OcenaSoft
    @OcenaSoft 3 года назад +4

    Amazing - yet again another very detailed explanation. I had managed to do this but it was a mess. I have learnt a lot from your code and method of programming.
    Thanks.

    • @robojax
      @robojax  3 года назад +1

      Great to hear!

  • @HAMMER_2.2
    @HAMMER_2.2 10 месяцев назад +1

    You are AMAZING! Thank you for this video!
    I want to use this to make some custom steering wheel buttons that control relays for several accessories. However, I can only pass 2 wires through my steering wheel clockspring.
    I can feed my 5v signal and output wires through the clockspring, and get ground inside the steering wheel hub as it is grounded already and where the horn button is grounded.
    This will come in perfectly and will be my first time using Arduino. I will study up very good now.
    Thanks again friend!

  • @electronic7979
    @electronic7979 3 года назад +4

    👏👏👏

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

    Nice tutorial learn again a little more from you

    • @robojax
      @robojax  3 года назад

      Thank you! Cheers!

  • @ohmslaw6856
    @ohmslaw6856 3 года назад +1

    Very smart idea.. ladder switching

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

    Brilliant idea thanks ❤️

    • @robojax
      @robojax  3 года назад

      You’re welcome 😊

  • @1malditoPerro
    @1malditoPerro Год назад

    Thank you. I've been looking for a video like this. I'm interested in extending a button's functionality by long press, double-tap, and maybe double-tap-hold. I know the combinations are many but at least get 3 buttons out of one would be great. Like some handsfree headphones have a single button to take care of prev track(triple-tap, I think),(single-tap) toggle play, next track(double-tap,I think), stop (single-tap toggle), and call/voice command (long press)

  • @TheRainHarvester
    @TheRainHarvester 3 года назад +1

    15:50 you should use a define instead of ...oh you beat me to it.

    • @robojax
      @robojax  3 года назад

      Yes indeed "define" was better option. I am going to remove this video and update it with controlling relay as it helps many people to see the result. it seems this was not enough as how it is used.

  • @IGaming73
    @IGaming73 4 месяца назад +1

    Is it possible to register multiple buttons presses at the same time with this method ?

    • @robojax
      @robojax  4 месяца назад +1

      If you want to read the value bar the same time then you need to use multiple inputs of arduino.

  • @nawinlifehacks9978
    @nawinlifehacks9978 3 года назад +1

    Nice tutorial...👍👍👍 Please do same project with relays.thank you

    • @robojax
      @robojax  3 года назад +1

      this is for relay. Already incorporated. I did not feel the need to connect relay. the code is already included controlling relay.

    • @nawinlifehacks9978
      @nawinlifehacks9978 3 года назад

      @@robojax oh ok thank you ☺️

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

    Sir how to to control multiple outputs at a one time using this idea

  • @palot18
    @palot18 3 года назад +1

    I would like to see long distance rs485 remote control relay use key board 4x4 master and sleeve arduino.

    • @robojax
      @robojax  3 года назад

      it is on my list. When time permits. God willing I'll make it. But it is at the bottom of the list.

  • @piercer4882
    @piercer4882 3 года назад +1

    Great idea and great explanation! We live in the same region, do you know of any good courses you would recommend for arduino programming?

    • @robojax
      @robojax  3 года назад

      Hello, here is my Arduino course on Udemy from absolute beginner to complicated projects bit.ly/rj-udemy

  • @conradsinsua7415
    @conradsinsua7415 3 года назад +1

    MCP2515 CAN BUS can you do a tutorial on this?

    • @robojax
      @robojax  3 года назад

      Hello, I have added into my "to do list". Thanks for letting me know. I removed the video to update and posted with relay. Once the V2 of this video was posted, I brought back the V1 (this video).

  • @TheRainHarvester
    @TheRainHarvester 3 года назад +1

    30:00 button#6 's lower value is lower than #5's higher value. You may have an int that snuck into the calculations.
    This is a great way to add more buttons. I forgot about this long ago. But I'm glad you reminded me!! You won't be able to press more than 1 button at a time, but if you add resistors and more buttons, you won't need to!
    I'm trying to figure if voltage sag (batteries going lower) would affect the buttons. Vref should stay the same, but actual voltage on the ladder might decrease.

    • @robojax
      @robojax  3 года назад

      Yes you are right. then in that case we will have to set the tolerance to 1% of 5% to increase the gap between voltages. I will try to mention this somewhere or may be update the video. Please comment as I will delete this video and update it with relay as it seems many people did not see how it is used even though I've shown it can turn on digital outputs.

    • @TheRainHarvester
      @TheRainHarvester 3 года назад +1

      @@robojax oh no don't delete this video. The discussion is a great place for people to always learn more! In fact, I find, doing something non perfect in a video generates even more great discussion than a perfect video. (And better info in the end).
      Great video!!

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

    Hi, will this work with 12 buttons with an ESP32 ? Thank's and keep up the good work !!!

  • @yamanidemabildo9724
    @yamanidemabildo9724 3 года назад

    hello sir ahmad... thanks for this informative video it gives me a lot of ideas as a beginner... i would like to ask if you could make a video on 6 pushbutton to control one servo motor.. each button have different programs for the servo to perform.. thank you sir...

    • @robojax
      @robojax  3 года назад +1

      Hello, just search my channel and I am sure you will find something. You will be surprised.

  • @Dijoboo
    @Dijoboo Месяц назад

    i have a question, how can i make it so if i press a button it make a spesifice note sound?

    • @robojax
      @robojax  Месяц назад

      It has two alerts , first condition and second playing tone. Here is video on the condition Lesson 08: Arduino Conditional Statements | Arduino Step By Step Course
      ruclips.net/video/Mky-04NH_CQ/видео.html and here is how you can generate tone ESP32 Tutorial 14 - Playing Custom Music Note Using SunFounder ESP32 IoT Learning kit
      ruclips.net/video/0IFBAF6gSAo/видео.html and generating tone ESP32 Tutorial 14 - Playing Custom Music Note Using SunFounder ESP32 IoT Learning kit
      ruclips.net/video/0IFBAF6gSAo/видео.html

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

    hola Ahmad
    En primer lugar darte las gracias por tus videos y la forma tan didáctica de explicarlos para los que no entendemos.
    Mi pregunta puede funcionar con 32 pulsadores para dos módulos de 16 relés con resistencia de 1K y final de 400K
    gracias por anticipado
    un saludo
    hello ahmad
    First of all, thank you for your videos and the educational way of explaining them for those of us who do not understand.
    My question can work with 32 pushbuttons for two modules of 16 relays with resistance of 1K and final of 400K
    Thanks in advance
    a greeting

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

      Hello, you are welcome. there is V2 of this video which shows relay control. the link is in the description.
      I have explained it and shown what the problem is. The more resistor you put the more error you will have. so I believe 10 seems maximum for one arduino. why don't you use keypad? here 4x4 keypad with 5 wires ruclips.net/video/qIDzzG2LUtg/видео.html or 4x5 keypad ruclips.net/video/sbQ3D1_x_tg/видео.html search my channel for more. Here is how to find Specific RUclips Video in a channel bit.ly/findRUclipsVideo or 8 channel relay ruclips.net/video/dkESWpdDBYk/видео.html

  • @GuilhermedaSilvaCaetano0095
    @GuilhermedaSilvaCaetano0095 4 месяца назад

    Hello, if I put 14 push-buttons in one code and 2 push-buttons in the other code to turn on a led, what will it look like? Can you help me, if it works, send the code to Arduino

    • @robojax
      @robojax  4 месяца назад

      This video is for learning. Please watch and learn. I have three full course if you want to learn certain or all topics. Just click on Robojax logo under the video and look at the playlists.

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

    Thanks for this great info., but my micro controller is esp32...will this works?

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

      See the principal of reading voltage with esp32 from this video ruclips.net/video/COssWn4Pcm4/видео.html

  • @stlo0309
    @stlo0309 3 года назад

    Thanks a lot!

    • @robojax
      @robojax  3 года назад +1

      You're welcome!

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

    hello, is there a way to cancel the channels except one, if multiple buttons are pressed, keeping all resistors output?

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

      Hello, do you want not use other resistors? (1) or when it one key is pressed, you want the others to be deactivated?(2), 1-you can used 2 or more, (2) then how are you going to implement it? as long as a key is pressed, it should not accept other key-press.? if so you need to use conditional statement to check that. It needs some work.

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

    The code on your site will not compile
    Line 66 “voltage_minimum” not defined
    Line 77 “ ‘else’ without previous ‘if’ “

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

      Hello, thank you for letting me know. We've migrated our website to new Content Management System and used automated data transfer. this process have missed up some of the pages. I just fixed this manually. this should work now. Please let me know.

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

      Here is Version 2 of this video:
      Control 10 output pins or relay using 10 push button switch with 1 Arduino input pin ANPB-V2
      ruclips.net/video/AI-zzmSZVfw/видео.html

  • @DoTheDiy
    @DoTheDiy 3 года назад

    Better approach is to use 2 pins one analog and one external interrupt and using a transistor send signal to interrupt pin. With this no polling is needed

    • @robojax
      @robojax  3 года назад +1

      this is the easiest. In my opinion. one resistor for each push button.

  • @maxlindstrom5435
    @maxlindstrom5435 3 года назад

    Hi, I would like to know how to use a Keypad (4x4) with I2C to set 16 outputs on a PCF8575. I would like to use PCF8574 for the keypad and for a display (2x16) with PCF8574 on the same I2C bus line. Read from Keypad, show on display and action on PCF 8575 to set the corresponding output. That should be a nice project for you to handle a lots of outputs, from one keypad with a minimum of wiring. I use Arduino NANO so it will be as cheap as possible. Thank you in advance!

    • @robojax
      @robojax  3 года назад

      Hi, Yes indeed it is very interesting project. I just added it to my "to do list".

  • @mani5004
    @mani5004 6 месяцев назад

    but it cant be used for latching switches

    • @robojax
      @robojax  6 месяцев назад

      I am having problem with word latch in this context.

  • @aarontaylor7150
    @aarontaylor7150 3 года назад

    Hi Robojax can this be done with vibration sensors instead of push button?

    • @robojax
      @robojax  3 года назад +1

      It just needs connection ground . If your sensor can bring the connection to GNS level or zero volts, it should work

    • @aarontaylor7150
      @aarontaylor7150 3 года назад

      @@robojax What is GNS?

    • @robojax
      @robojax  3 года назад +1

      Sorry 😂 typo , GND

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

    Using 2 ports with the same concept can we have 20 buttons?

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

      Yes the same methods can apply to all analog pins to get more push buttons inputs

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

      @@robojax thanks so much!

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

    Works with arduino micro?

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

      Yes it will.

  • @zakaryaafa702
    @zakaryaafa702 3 года назад

    ty man

    • @robojax
      @robojax  3 года назад

      You are welcome.

  • @glenngarrett8785
    @glenngarrett8785 3 года назад

    I don't see the code on your website - have you not uploaded it yet?

    • @robojax
      @robojax  3 года назад +1

      OMG. thank you for letting me know. so much to do for a video and I forgot it. Just activated the link.

    • @FindLiberty
      @FindLiberty 3 года назад

      @@robojax should be 341 not 292

  • @richardkleihorst1304
    @richardkleihorst1304 3 года назад

    why do you put r5 and not leave it out and make r99 smaller. In that way you save power.

    • @robojax
      @robojax  3 года назад

      didn't get it? r99?

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

      @@robojax at 3:19 if you remove r5 from the schematic, you do not have the constant power draw by 5kOhm. Then make r99 (at the IC) smaller in value to get the correct voltage drop if you press a button.

  • @NoOne.--_.--..._--_..l--l
    @NoOne.--_.--..._--_..l--l Год назад

    Can I do 12 push buttons in one pin ?

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

      Please watch as I have answered that question

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

    More simple way can can handle this. No need write biggest code

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

      Please share here. Just make sure to use one input pin. 📍

  • @kkelectronics831
    @kkelectronics831 3 года назад

    Hi sir how to use it as a switch?

    • @kkelectronics831
      @kkelectronics831 3 года назад

      As a on off switch?

    • @robojax
      @robojax  3 года назад

      Hi, video will be updated demonstrating controlling relays.