Lesson 21 - RC522 RFID Module

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ม.ค. 2019
  • RC522 RFID Module. Demonstrate the Elegoo sketch provided in the tutorial covering the RFID Module and expand the sketch to include a Master and User Tag sketch. A beginner's guide to the Most Complete Starter Kit by Elegoo.
    Hello everyone, I'm Rick the Tech Enthusiast here with the next Elegoo Lesson. This is the next lesson on my Arduino UNO Series covering the Most Complete Starter Kit by Elegoo. I try to follow the included tutorial and will point out any changes or corrections as I find them.
    As mentioned before, I purchased this Elegoo starter kit and Elegoo isn't sponsoring me. I just thought it would be fun to do a video of each Lesson as I was learning the Arduino environment.
    We’ll need a few things from your Elegoo Arduino UNO kit. I’ll list the items below. In this lesson we’re going to check out the RC522 RFID Module. I’ll step through the Elegoo provided tutorial, briefly explain the code, and build and configure a simple circuit that is provided in the tutorial to demonstrate the functionality. Then expand the sketch to include a Master and User Tag scenario sketch that’s inspired by Howtomechatronics. I hope you enjoy it.
    Parts you’ll need for the tutorial:
    * Elegoo Arduino UNO R3 board
    * RC522 RFID Module
    * Keychain Tag
    * Plastic Card Tag
    * Seven female-to-male jumper wires
    The next lesson will be Lesson 22: LCD Display
    Links:
    This lesson’s sketch and associated drawings can be found at [Github](github.com/rmorenojr/ElegooTu...)
    Various Parts can be found: (Note these are Amazon Associates links)
    (Full Disclosure: I get a little credit/$ if you purchase a linked item.)
    * Elenco 350 Piece Pre-formed Jumper Wire Kit on Amazon : amzn.to/2z6sCCw
    * Logitech M510 Wireless Mouse on Amazon: amzn.to/2z4FF7F
    * Elegoo EL-KIT-001 UNO R3 Project Complete Starter Kit with Tutorial for Arduino (63 Items) on Amazon: amzn.to/2KxZ8mA
    * Elegoo’s web site www.elegoo.com/ www.elegoo.com/product/elegoo...
    Software:
    * Fritzing Software: fritzing.org/download/
    * Arduino Language Reference (English): www.arduino.cc/reference/en/
    * Arduino Door Lock Access Control Project by HowToMechatronics: howtomechatronics.com/tutoria...
    * Interfacing RFID with Arduino - How to Read RFID Cards using Arduino: www.circuitstoday.com/interfac...
    * Security Access Using RFID Reader: create.arduino.cc/projecthub/...
    * RFID How-To: Not only for Arduino (only legal Stuff!): • #223 RFID How-To: Not ...
    Affiliate Links that Help my channel:
    * Try Prime Discounted Monthly Offering: amzn.to/2PnVgSA
    * Try Amazon Prime 30-Day Free Trial: amzn.to/2E5Hy4O
    * Prime Student 6-month Trial: amzn.to/2ElxwNE
    * Join Amazon Prime - Watch Thousands of Movies & TV Shows Anytime - Start Free Trial Now: amzn.to/2PsEZvE
    * Give the Gift of Amazon Prime amzn.to/2EkFaYG
    * Kindle Unlimited Membership Plans: amzn.to/2QJl548
    * Try Audible and Get Two Free Audiobooks: amzn.to/2QD2B5v
    * Amazon.com - Read eBooks using the FREE Kindle Reading App on Most Devices: amzn.to/2Ptpdkl
    Sign up and fund an M1 account using the link, and we'll both get $10 to invest: mbsy.co/tsrBR
    ♫♪ Credits ♪♫
    Royalty Free Music from HookSounds.com, by artist Rodrigo Vicente - [FutureBass_Full](www.hooksounds.com)
    This is another video for my Arduino tutorial series. If you like the series, be sure to rate and subscribe.
    Clip used and references:
    * Star Trek 4: The Voyage Home (7/10) Movie CLIP - The Miracle Worker (1986) HD: • Star Trek 4: The Voyag...
    Thanks for watching
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 21

  • @MotorHead9871
    @MotorHead9871 5 ปีที่แล้ว

    THANK YOU SO MUCH!!! YOU ARE SERIOUSLY THE BEST. YOU WILL HAVE MILLIONS OF VIEWS ONE DAY!!! Really enjoy all you lessons!!!!

  • @MotorHead9871
    @MotorHead9871 5 ปีที่แล้ว +1

    This is great!! I'm going through the lessons in this exact kit form Amazon right now!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

  • @nikolaidalemilde
    @nikolaidalemilde 4 ปีที่แล้ว +7

    My module dosent register any tags it dosent detect any tags either

  • @hunterbeachcow8155
    @hunterbeachcow8155 5 ปีที่แล้ว

    Very good 👍

  • @CaptainChainsaw2
    @CaptainChainsaw2 ปีที่แล้ว +1

    Awesome tutorial! Is the RFID card safe to use for access control? Its not encrypted and cloning seems to be easy. Is there a better and safer board that would work instead?

  • @eddie6584
    @eddie6584 4 ปีที่แล้ว +4

    Your code doesn’t register my tags, when it prompts to add master tag, nothing comes up

  • @mustafagak2852
    @mustafagak2852 11 หลายเดือนก่อน

    Get the dump info to upload keep getting exit error 1... Any idea?

  • @sudhamishra4643
    @sudhamishra4643 3 ปีที่แล้ว

    How to keep value in tag ( like balance, or any number)

  • @elmehdi849
    @elmehdi849 4 หลายเดือนก่อน

    there is a slight problem whit the code it allows the addition of the master tag into the char array mytags which to me seem Wrong
    if (tagIndex!=0){
    //Remove existing tag
    myTags[tagIndex] = '\0';
    Serial.println(F(" Tag Removed!"));
    } else {
    //Not existing, add tag
    myTags[tagsCount] = strdup(tagID.c_str());
    Serial.println(F(" Tag Added!"));
    tagsCount++;
    }
    in the else statement which runs if the tagindex is not 0 allows the addition of the master tag.

  • @heavybladevideo
    @heavybladevideo 4 หลายเดือนก่อน +1

    The red light turns on on the module, but nothing else happens

  • @joumanaalhaj6582
    @joumanaalhaj6582 3 ปีที่แล้ว +1

    what is the name of the app that reads the code????

  • @ahmadshamim3289
    @ahmadshamim3289 3 ปีที่แล้ว +3

    Thank you very much for making these videos, they are helpful, but the 16 minute, line by line walk through of the code, which to a beginner (which is the level ostensibly these videos are for) is sophisticated code, was not helpful. There are too many advanced concepts (F macros, pointers, the optional read RFID function parameters, etc.) to follow along.
    It would have also been helpful to include a block logic discussion before the walkthrough. It wasn't clear until the end of the sequence of events.
    Then, there is no mention of what to do with this. Although it was straightfoward to add code inside the checkTagID function to trigger an LED (or whatever you want you to trigger), it would have been really helpful to beginners to spend more time talking about this.
    And, when the COMs port is closed, the sequence resets. You can however reprogram the cards "in the blind," without the coms port open, and therefore can operate this without being connected to a computer. It wouldve been helpful to clarify that.
    All this being said, the elegoo guide on this is useless, and so your video here ultimately was successful and appreciated.
    Hopefully this comment is constructive. Thanks.

  • @posi8718
    @posi8718 3 ปีที่แล้ว

    Can RFID work with LoRa dragino arduino shield

    • @rickmorenojr
      @rickmorenojr  3 ปีที่แล้ว

      Sorry, I don't know. I'm not familiar with that Arduino shield.

  • @gloryjaw4327
    @gloryjaw4327 7 หลายเดือนก่อน

    Not working

  • @ceoofpoonis3668
    @ceoofpoonis3668 3 ปีที่แล้ว +2

    Good explanation but I can't stand the music.