Arduino-RFID | Arduino RFID reader with computer serial client

 by   mattwilliamson Python Version: Current License: No License

kandi X-RAY | Arduino-RFID Summary

kandi X-RAY | Arduino-RFID Summary

Arduino-RFID is a Python library. Arduino-RFID has no bugs, it has no vulnerabilities and it has low support. However Arduino-RFID build file is not available. You can download it from GitHub.

This is an RFID authentication system. It allows a person to place an RFID tag within proximity of the reader device (usually 5-6 inches with this reader) and it will look up the tag in an SQLite database to check if it should grant access. If authorization is granted, the hardware device will turn a servo motor into a second position. The primary application of this being the unlocking of a door. This implementation also speaks aloud "Access Granted" or "Access Denied" if you are running the server on OS X. You can modify the source to use something like flite on other OSes. This project is very easily modified to do any sort of task. Some ideas are:. Here it is in action. .
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              Arduino-RFID has a low active ecosystem.
              It has 23 star(s) with 4 fork(s). There are 6 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 1 open issues and 0 have been closed. On average issues are closed in 1613 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of Arduino-RFID is current.

            kandi-Quality Quality

              Arduino-RFID has 0 bugs and 0 code smells.

            kandi-Security Security

              Arduino-RFID has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              Arduino-RFID code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              Arduino-RFID does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              Arduino-RFID releases are not available. You will need to build from source code and install.
              Arduino-RFID has no build file. You will be need to create the build yourself to build the component from source.
              Installation instructions are not available. Examples and code snippets are available.
              Arduino-RFID saves you 39 person hours of effort in developing the same functionality from scratch.
              It has 104 lines of code, 6 functions and 1 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed Arduino-RFID and discovered the below as its top functions. This is intended to give you an instant insight into Arduino-RFID implemented functionality, and help decide if they suit your requirements.
            • Start the serial server .
            • Main entry point .
            • Print usage report .
            • Called when a tag is added
            • Called when a card has been denied .
            • Say text .
            Get all kandi verified functions for this library.

            Arduino-RFID Key Features

            No Key Features are available at this moment for Arduino-RFID.

            Arduino-RFID Examples and Code Snippets

            No Code Snippets are available at this moment for Arduino-RFID.

            Community Discussions

            Trending Discussions on Arduino-RFID

            QUESTION

            How to stop multiple reads of an RFID card
            Asked 2019-Jan-18 at 19:30

            I'm using an 125Khz RFID module RDM6300 with arduino nano. While the card is near the RFID reader the loop will read the card multiple times. I want it to read only once while the card is near the reader then read it again if a new connection is being made. *This code is not writen by me, this is the source: https://github.com/Wookai/arduino-rfid

            ...

            ANSWER

            Answered 2018-Feb-13 at 07:18

            You can set a delay (e.g. delay(2000)) after reading the (end of tag). A delay of (say) 2 seconds will allow the user to move the card far enough away from the reader. Note that delay is a blocking command which might not suit your purposes, in which case you could be looking at using the millis count to activate/deactivate the Serial.read.

            Another option is to accept the multiple reads, but keep a state of which card has been read. If the new card number is the same as the old card number (within a reasonable timeframe) then just ignore.

            Source https://stackoverflow.com/questions/48760502

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install Arduino-RFID

            You can download it from GitHub.
            You can use Arduino-RFID like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/mattwilliamson/Arduino-RFID.git

          • CLI

            gh repo clone mattwilliamson/Arduino-RFID

          • sshUrl

            git@github.com:mattwilliamson/Arduino-RFID.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link