Lesson 21 - RC522 RFID Module

Поделиться
HTML-код
  • Опубликовано: 7 окт 2024
  • 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/rmo...)
    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...
    Software:
    Fritzing Software: fritzing.org/do...
    Arduino Language Reference (English): www.arduino.cc...
    Arduino Door Lock Access Control Project by HowToMechatronics: howtomechatron...
    Interfacing RFID with Arduino - How to Read RFID Cards using Arduino: www.circuitstod...
    Security Access Using RFID Reader: create.arduino...
    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 5 лет назад +7

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

  • @eddie6584
    @eddie6584 4 года назад +4

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

  • @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?

  • @heavybladevideo
    @heavybladevideo 9 месяцев назад +2

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

  • @hunterbeachcow8155
    @hunterbeachcow8155 5 лет назад

    Very good 👍

  • @ahmadshamim3289
    @ahmadshamim3289 4 года назад +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.

  • @elmehdi849
    @elmehdi849 9 месяцев назад

    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.

  • @sudhamishra4643
    @sudhamishra4643 4 года назад

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

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

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

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

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

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

    Not working

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

    Good explanation but I can't stand the music.

  • @posi8718
    @posi8718 4 года назад

    Can RFID work with LoRa dragino arduino shield

    • @rickmorenojr
      @rickmorenojr  4 года назад

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