element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum PiFace and RFID for Garage Door Opener
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 26 replies
  • Answers 2 answers
  • Subscribers 664 subscribers
  • Views 2761 views
  • Users 0 members are here
  • raspberry_pi
Related

PiFace and RFID for Garage Door Opener

Former Member
Former Member over 11 years ago

Hello community -

 

I have an idea for a project and need a few pointers. Let me preface by saying that my background does not include wiring or physics of any kind - NOOB image

 

That being said I have a Model B RasPi, a Wiegand RFID Reader and associated Fob(s) and a PiFace.

 

I am looking to attach the PiFace to the RFID reader and when there is swipe of a RF fob that matches a database of approved fobs - that the garage door opens. Cool right?

 

I have one of those keypads - but the buttons stick and its a general pain in the rear.

 

The RFID reader has the following wires hanging off of it with the descriptions right on the reader -

 

Red - 5.0-16.0 VDC

Blk-Gnd

Grn-Data0/Data

Wht - Data1/Clock

Drain - Shielded Gnd

Org - Green LED

Brn - Red LED

Yel - Beep

Blu - Hold


So I would obviously need to attach some of these wires to the PiFace - as well as the wires that are currently attached to the keypad to get this working.


Like I said - totally clueless - I am sure I can figure out the Wiegand and code stuff - the wiring itself is where I have no clue image


Anyone have any pointers? This is my first real foray into wiring up things like this.


Thanks community.

  • Sign in to reply
  • Cancel
Parents
  • Robert Peter Oakes
    0 Robert Peter Oakes over 11 years ago

    If you can link in the actual part number I may be able to provide some help

     

    I have been developing a cat flap using RFID

     

    not much difference between a flap and a garage door (Aside from Size)

     

    Peter

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • Problemchild
    0 Problemchild over 11 years ago in reply to Robert Peter Oakes

    One issue I was considering Peter is that for a Flap you are right up close to the sensor.

    However if you are in the car you need to be at least a couple of bonnets away from the door and I assume pickup sensor.

    Only way around that is to have some sort of post with the RFID pick up on which you place your rfid fob/card

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Robert Peter Oakes
    0 Robert Peter Oakes over 11 years ago in reply to Problemchild

    Yes I agree but Mike was referring to replacing a keypad rather than a remote

     

    and yes It is possible to have a reader down the drive way a bit on a post or wall depending on surrounding architecture, hopefully Mike has considered this or will now at least.

     

    RFID will only work to a few CM normally unless you go to great expense and install one like they have in stores to detect people stealing goods as they walk through the doors (About 4feet high and 2 - 3 feet wide... ) image

     

    Another option would be to use an RF transmitter maybe NRF24L01 attached to Arduino look alike or custom board to transmit the code, this is actually quite easy and would solve the range issue and still be cheap to implement

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago in reply to Problemchild

    Well this is the start of something bigger I hope. I have car openers. What I eventually want to build is a Siri proxy into this setup. I want to build a home automation setup where I can say Siri lock the house - then it makes sure all lights are off garage is closed and doors are locked. This is just the first step.

     

    Sent from my iPhone

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Robert Peter Oakes
    0 Robert Peter Oakes over 11 years ago in reply to Former Member

    Well then you may want to either add WIFI or a Bluetooth to the garage door end of the system, making it easy to interface to the phone

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • Robert Peter Oakes
    0 Robert Peter Oakes over 11 years ago in reply to Former Member

    Well then you may want to either add WIFI or a Bluetooth to the garage door end of the system, making it easy to interface to the phone

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
  • Former Member
    0 Former Member over 11 years ago in reply to Robert Peter Oakes

    I already have a nifty wifi dongle that works quite nicely. It's a leftover from a different project.

     

    Sent from my iPhone

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Problemchild
    0 Problemchild over 11 years ago in reply to Robert Peter Oakes

    Personally Peter I think the WIFI would be much more practical than the RFID in this case as you will not need additional infrastructure.

    The security is in the ownership of the iPhone which becomes a big RFID and you'll need it to interface with everything else any way .

     

    BTW how did you get an helpful answer by basically agreeing to my post image

     

    wearing a mask has definite advantages after all.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube