Adding a keypad

Store Forums Defusable Clock General Discussion Adding a keypad

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #769
    monkeyman3024
    Participant

    Hello all,

    I’ve been looking into one of these for a scenario paintball game and was wondering how I could work in a keypad for an alternate path of disarming the prop. I didn’t see enough open pins to connect one. Anyone have any suggestions?

    Looking at some of the keypads out there I would need anywhere from 4 to 7 pins.

    Thanks!

    #2266
    Michael
    Keymaster

    Sorry, there’s only one pin left on the microcontroller, so keypad is not possible.

    #2267
    monkeyman3024
    Participant

    Would it be possible to re-purpose some of the buttons? I was thinking alarm, hour and minute buttons as ones that I won’t need.

    #2272
    Michael
    Keymaster

    Unfortunately, you need a LOT of pins to read a keypad.
    http://nootropicdesign.com/projectlab/2010/04/03/keypad-tutorial/

    • This reply was modified 8 years, 6 months ago by Michael.
    • This reply was modified 8 years, 5 months ago by Michael.
    #2289
    IChop
    Member

    A quick google search shows there are ways to do this…
    http://www.youtube.com/watch?v=URO042VrCKU
    http://forum.arduino.cc/index.php?topic=13178.0

    #2292
    Michael
    Keymaster

    Thanks for those links, IChop. Yes with some cleverness and additional components, it could be possible.

    #2293
    monkeyman3024
    Participant

    Thank you for that info. I was considering using a second arduino for keypad entry and then pass the information serially but this should help eliminate extra components and power needs!

    #2356
    monkeyman3024
    Participant

    This wasn’t difficult at all. I’ll see about posting my results, pictures, and more links tonight.

    I used the diagram and schematic to determine which pins I wanted to use then removed the alarm button and soldered a wire to 5V, the 3/4 pin for the keypad input, and 1/2 for the ground.
    From there it was just applying one of the single pin guides to create a voltage divider.

    After that was completed it was just a matter of modifying the code as to take the keypad input where desired and how to handle it.

    If you needed to add more features than just a keypad you could use another micro controller or your preference on hardware and communicate over some communication protocol to allow for many more features to be added. At some point though I feel like it would be beneficial to just make something from scratch than trying to re-purpose the board.

    #8282
    monkeyman3024
    Participant

    So the basic information is all here on the Arduino website: http://playground.arduino.cc/Code/OneWireKeyPad

    Keypad and resistors on breadboard with an Artuino as a Test

    Keypad and resistors soldered to board.

    #8289
    Michael
    Keymaster

    Just FYI, we are currently working on a new version of the Defusable Clock that will support a keypad without any extra components. This will be available later this year.

    #8418
    TDG_BullDog
    Participant

    Just now saw your response Michael. Looking forward to building another using the new kit when it’s available.

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.