Lesson 21 - RC522 RFID Module

  Рет қаралды 33,789

Ricardo Moreno

Ricardo Moreno

Күн бұрын

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 жыл бұрын
This is great!! I'm going through the lessons in this exact kit form Amazon right now!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@nikolaidalemilde
@nikolaidalemilde 5 жыл бұрын
My module dosent register any tags it dosent detect any tags either
@heavybladevideo
@heavybladevideo 8 ай бұрын
The red light turns on on the module, but nothing else happens
@eddie6584
@eddie6584 4 жыл бұрын
Your code doesn’t register my tags, when it prompts to add master tag, nothing comes up
@CaptainChainsaw2
@CaptainChainsaw2 Жыл бұрын
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?
@ahmadshamim3289
@ahmadshamim3289 4 жыл бұрын
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 8 ай бұрын
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.
@hunterbeachcow8155
@hunterbeachcow8155 5 жыл бұрын
Very good 👍
@mustafagak2852
@mustafagak2852 Жыл бұрын
Get the dump info to upload keep getting exit error 1... Any idea?
@sudhamishra4643
@sudhamishra4643 4 жыл бұрын
How to keep value in tag ( like balance, or any number)
@joumanaalhaj6582
@joumanaalhaj6582 3 жыл бұрын
what is the name of the app that reads the code????
@gooierhorizon6766
@gooierhorizon6766 Жыл бұрын
arduino ide
@gloryjaw4327
@gloryjaw4327 11 ай бұрын
Not working
@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.
@ceoofpoonis3668
@ceoofpoonis3668 3 жыл бұрын
Good explanation but I can't stand the music.
@ceoofpoonis3668
@ceoofpoonis3668 3 жыл бұрын
Good point
@ceoofpoonis3668
@ceoofpoonis3668 3 жыл бұрын
i agree
@ceoofpoonis3668
@ceoofpoonis3668 3 жыл бұрын
same
@gloryjaw4327
@gloryjaw4327 11 ай бұрын
Lol
How to use RFID  (RC522) with Arduino - Easy Tutorial
13:38
Enjoy Mechatronics
Рет қаралды 67 М.
Dad Makes Daughter Clean Up Spilled Chips #shorts
00:16
Fabiosa Stories
Рет қаралды 3,6 МЛН
what will you choose? #tiktok
00:14
Анастасия Тарасова
Рет қаралды 7 МЛН
Incredible Dog Rescues Kittens from Bus - Inspiring Story #shorts
00:18
Fabiosa Best Lifehacks
Рет қаралды 29 МЛН
Schoolboy Runaway в реальной жизни🤣@onLI_gAmeS
00:31
МишАня
Рет қаралды 4,1 МЛН
Lesson 20 - Sound Sensor Module KY-038
26:46
Ricardo Moreno
Рет қаралды 128 М.
First Look: RC522 RFID Reader/Writer ($4 on eBay)
18:35
Julian Ilett
Рет қаралды 1,1 МЛН
How RFID Works? and How to Design RFID Chips?
9:07
easyELAB
Рет қаралды 234 М.
RFID Arduino Tutorial - Elegoo The Most Complete Starter Kit
20:39
Hamed Adefuwa
Рет қаралды 10 М.
RFID Roundup!
21:32
Playful Technology
Рет қаралды 66 М.
#223 RFID How-To: Not only for Arduino (only legal Stuff!)
15:45
Andreas Spiess
Рет қаралды 137 М.
Getting Started with A9G Board | GSM + GPRS + GPS 🔥🔥
25:49
Lesson 22 - 1602A LCD Module
19:49
Ricardo Moreno
Рет қаралды 32 М.
RC522 module with STM32
29:12
self-study electronic engineer
Рет қаралды 11 М.
Dad Makes Daughter Clean Up Spilled Chips #shorts
00:16
Fabiosa Stories
Рет қаралды 3,6 МЛН