Arduino Based RFID Door Lock - Make Your Own

  Переглядів 317,126

Michael Klements

Michael Klements

4 роки тому

In this video, I’ll be showing you how to build your own RFID door lock using an Arduino, an RFID sensor and a few other small components. This RFID lock will enable you to load a list of accepted tags to provide limited access through the door.
For a detailed write-up on the build and further description of the code and the circuit diagram, have a look at the full build through this link - www.the-diy-life.com/arduino-...
Parts List and Purchase Links:
Arduino Uno - amzn.to/2XwmXAa
Arduino Power Supply - amzn.to/2FJ8PcW
Breadboard & Jumpers (Optional) - amzn.to/2sKI7Oj
RC522 RFID Sensor - amzn.to/2vrQzD0
Micro Servo - amzn.to/380rddp
LEDs - amzn.to/3aJtEDg
Resistors - amzn.to/2O4s0SU
3D Printer & Filament (Optional for Lock) - amzn.to/2T07MgA
If you’ve got any suggestions for Arduino projects or tutorials, let me know in the comments section below.

КОМЕНТАРІ: 471
@ShedOfDreams
@ShedOfDreams 3 роки тому
at last! thank you. too many people show unluck but never how to relock! Awesome. thank you. subscribed
@sanukarathnayake8910
@sanukarathnayake8910 2 роки тому
this is what i needed exactly to use my rfid and i searched many tutorials this is best and suitable. thanks a lot and keep it up!
@MichaelKlements
@MichaelKlements 2 роки тому
Thanks Sanuka, glad it helped you out!
@DhruvDange1
@DhruvDange1 3 роки тому
This is exactly what i wanted! Thanks a lot for adding the access feature for certain specific cards! Amazing video
@ajyoutubesto
@ajyoutubesto 2 роки тому
cool pfp
@geogaddi84
@geogaddi84 Рік тому
It works Great! Awesome instructions!
@theelectromaker6215
@theelectromaker6215 3 роки тому
thanks a lot it worked after a lot of try thank you once again !!!!!!!!!!!!!!!!!
@angelix9760
@angelix9760 2 роки тому
Hi! I'm new to this and will be making this in the hopefully near future! If you could please make a video on the card itself and how to set your own ID code and make it yourself that would be amazing!
@lydian4454
@lydian4454 Рік тому
Hey . Did you manage to do that?
@FireBoyYT
@FireBoyYT 3 роки тому
You deserve a sub thank you alot!!
@Abdelrahman_Hosny
@Abdelrahman_Hosny Рік тому
Thank you This was very helpful
@sunnysideup2881
@sunnysideup2881 2 роки тому
nice project!
@yakinwissem8665
@yakinwissem8665 2 роки тому
Great video brother! I wanna program a turnstile gate, any idea where i can find more info or help or...? Am really lost and idk what to do or where i should start looking
@bluestratos1901
@bluestratos1901 2 роки тому
Code and 3d print files no longer available? I've started to tinker around with projects like these and would love to play with this, please help 🙏 🙂 scratch that I should've read the description better you sir are a Saint.
@lokidoki123
@lokidoki123 4 роки тому
a very helpful video very good.
@kroome8
@kroome8 3 роки тому
great!!! thank you for posting...
@tayfourcontrols
@tayfourcontrols 2 роки тому
Thank you soo much
@TheDJCAMERO2012
@TheDJCAMERO2012 3 роки тому
I'm new to this. i have watched some instructional videos including yours. this one was perfect. from what i have picked up, I'm a little stumped here now. how would one go about adding a push button to this circuit to cycle the servo motor separate from the RFID reader control?
@MichaelKlements
@MichaelKlements 3 роки тому
You'd just need to add a pushbutton onto one of the Arduinos digital inputs and add a condition to the main loop in the code to move the servo if the pushbutton is on or off. The Arduino can choose to override the RFID input.
@tromboneguy92
@tromboneguy92 2 роки тому
@@MichaelKlements could you also put a delay and re-lock the device after a set amount of time? I am looking at using this to keep my dog out but allow the cat to go through a door.
@erickmarin
@erickmarin 8 днів тому
hi! thank you so much for the tutorial, however im having trouble getting the serial monitor to read and show the numbers of my cards
@Chimel31
@Chimel31 Рік тому
Great video. A different setup with 3 LEDs would be useful too, with the third LED flashing when something that is not a RFID tag is detected.
@MichaelKlements
@MichaelKlements Рік тому
I don't think the RFID sensor can detect anything other than an RFID tag, so anything that is an RFID tag that isn't registered flashes red but anything else will just go undetected.
@Chimel31
@Chimel31 Рік тому
@@MichaelKlements Quite right, it would need a different setup with a presence sensor or something. I thought it could also help debug the setup, as I see that some people who tried it got zero LED or feedback, but then, there is no limit on improving this kind of setup, people who add a presence sensor would then want to add a camera to snap the unchipped intruder, then a buzzer to scare them away, etc. 😁
@rockorbonk2713
@rockorbonk2713 2 роки тому
To who ever is using an arduino uno r3 and is experiencing problems with the card reader. Plug the rst pin which is on the sensor to the 5th pin on the arduino
@RDog1732
@RDog1732 11 місяців тому
I need to know how to get the medal rod to connect servo. Can You Add a Link? TY
@iyzy_8236
@iyzy_8236 2 роки тому
loved it i wish i could do this for my garden gate but i am a kid :(
@tymumm3744
@tymumm3744 Рік тому
Skill issue
@sassoldat8260
@sassoldat8260 3 роки тому
Mejn you make good tutorials and its beatiful that you put the zip files and the code in the description can you make a video with the wemos d1 the homeautomation? I would like it to try it myself but im a beginner
@MichaelKlements
@MichaelKlements 3 роки тому
I’ve never tried making anything with the Wemos D1, but I’ll look into it. On board WiFi would definitely make for some interesting home automation projects.
@PyroRob69
@PyroRob69 3 роки тому
I like your design. Have you considered adding a keypad to this? A concept in security is 'something you have - the RFID tag, and something you know - a passcode'
@MichaelKlements
@MichaelKlements 3 роки тому
Thanks PyroRob69. Yes, a keypad would be a nice addition. You'd have to get rid of the LEDs then though as there aren't enough IO pins for both. There are only 6 spare and you'd need 8 for the keypad.
@PyroRob69
@PyroRob69 3 роки тому
@@MichaelKlements Unless the LCD was using I2C. Also, with the LCD, you could use single char's to do the same thing as your LED's do. You can place any char you want, in any place you want on that display.
@MichaelKlements
@MichaelKlements 3 роки тому
Yes, an I2C LCD display would be a nice addition as well. You could then add the card/tag owners name to be displayed when a valid card/tag is read as well.
@PyroRob69
@PyroRob69 3 роки тому
@@MichaelKlements I have found two I2C devices that would allow you to use a standard keypad with. One already has a keypad library written for it, but the other would require you to use bit banging and the Wire library. On the upside, the one that requires the Wire library can handle 16 pins instead of just 8, therefore you could control both the keypad and the RFID scanner with one I2C adapter.
@PyroRob69
@PyroRob69 3 роки тому
Here is the one for 16 pins, and it uses the standard MCP23017 chip - www.amazon.com/Waveshare-MCP23017-Expansion-Interface-Expands/dp/B07P2H1NZG/ The other that someone has already written a library for is www.amazon.com/gp/product/B01ICN5JB6/
@advertaCS
@advertaCS Рік тому
great project... is there any chanse to use this code for more than 44 tags... I need it for like 100 tags... your can work with maximum 44 tags
@soggytoast3111
@soggytoast3111 3 роки тому
Hi, where did you get the metal arm to attach to the servo? Or did you make it yourself? If so, do you have any resources that you could point me towards for making one? Thanks, video was super helpful!
@MichaelKlements
@MichaelKlements 3 роки тому
It's just a standard servo push-rod and ball from Hobbyking, they're used to actuate the control surfaces on RC aircraft. Glad it helped!
@soggytoast3111
@soggytoast3111 3 роки тому
@@MichaelKlements Thanks! New to this stuff so wasn't sure of the term.
@MichaelKlements
@MichaelKlements 3 роки тому
No problem. You should be able to buy one off eBay, Hobbyking or a local hobby shop for quite cheap.
@rednasky6252
@rednasky6252 8 місяців тому
How can I get the RFID.h library?
@Drip_Or_Slip
@Drip_Or_Slip Рік тому
Can you make it read from a longer range?
@gibsonnowak9017
@gibsonnowak9017 3 роки тому
ok got it
@jonaslan5134
@jonaslan5134 2 роки тому
what Resistor did you used
@Adermayer
@Adermayer Рік тому
Can also open with Apple Watch or iphone?
@extrabuilder606
@extrabuilder606 2 роки тому
hi Micheal clementswhen I put the card in front of the rfid so that he reads it there is nothing happening help me please
@jackngrill1758
@jackngrill1758 Рік тому
will it require for another library for arduino?
@filmproducentje
@filmproducentje Рік тому
Hi, great video! But i have an issue with reading the card. I checked the wiring so many times, I bought six of those RC522's, and none of them work. When I connect the Arduino to the RC522 and open the Serial Monitor, I get the message: "Firmware Version: 0x92 = v2.0" When I unplug the RC522 and run the serial monitor, I get the message: "Firmware Version: 0x0 = (unknown) WARNING: Communication failure, is the MFRC522 properly connected?" So this means the connection between the Arduino and the RC522 works, but still, with 6 different RC522's, I get absolutely nothing out of it. Maybe the code is not relevant anymore? I don't know what to do, I've already struggled for three days with this problem...
@veeraveeramachaneni8770
@veeraveeramachaneni8770 2 роки тому
I added the .ZIP to the library but it said it had no existing library. Can you please tell how to fix?
@physicsmadeeasybygurudutts4986
@physicsmadeeasybygurudutts4986 4 роки тому
Thanks for it
@chimichangacom6198
@chimichangacom6198 2 роки тому
How I can edit your stl file to solidwork?
@eggxecution
@eggxecution Рік тому
I leave my mark here: I did not use this code but use this video as a reference
@MTaha-vd7yk
@MTaha-vd7yk 3 роки тому
Br the rfid reader is upside down in the diagram can you correct it and send it too me
@MitoFLMW
@MitoFLMW Рік тому
how can you make it when it detects, it opens. but when the detection ended it closes back automatically ?
@Rusty10speed
@Rusty10speed Рік тому
When I open the Serial monitor and place the card near the scanner, nothing comes up as if the card isn't there. I'm using the cards that came with my RFID scanner and everything is hooked up correctly. Not sure why it isn't working.
@dorinsandu8012
@dorinsandu8012 4 роки тому
Hello Michael , I would like to use this for one of my private lockers. The thing is that I want just the RFID board to be visible and on the outside of the door. How can i make sure that once the battery runs out it will not lock itself and that's it? Can i do it somehow?
@MichaelKlements
@MichaelKlements 4 роки тому
I presume that it would be locked most of the time? Meaning that the battery would most likely run out while it is locked? You could either program in a voltage monitor which automatically unlocks and won’t re-lock if the battery gets low. Or a better option would be to put a tiny switch or push button on the outside as well which connects a backup battery when turned on. This backup battery only needs to be big enough to power up and unlock the door once. Some smart door locks which require power to actuate have small terminals for a 9V battery on the outside under a cover plate which can be accessed if the battery dies while locked.
@ajaykalsi6007
@ajaykalsi6007 3 роки тому
I reccomend you make the samething but with a relay instead of servo
@MichaelKlements
@MichaelKlements 3 роки тому
Thanks Ajay, I'll have a look at doing this in a future video.
@nisheshfernando4352
@nisheshfernando4352 2 роки тому
can i use a 9v battery?
@tofii12345
@tofii12345 2 роки тому
Can u help me please I’m getting an error code for the rfid part iv done everything I’m supposed I just can’t figure out why it won’t work I plug it all in the rfid chip thing lights up an nothing happends then I try to upload an it saying failed any help or suggestions would be amazing
@odinconnor-randomvideos5267
@odinconnor-randomvideos5267 2 роки тому
Nice video, a piezo sounder would have been even better
@durvankurchavan6997
@durvankurchavan6997 2 роки тому
What ohm of resistor u used
@student-lb3xh
@student-lb3xh Рік тому
Communication failure is the MFRC522 connected properly how to fix this error
@milicentt8465
@milicentt8465 2 роки тому
Hi again! I just bought a similar Rfid module, should the pins be soldered? It seems firm in the video, I tried to do this project and it did not work in my 1st try.
@MichaelKlements
@MichaelKlements 2 роки тому
Yes it works best to solder them
@milicentt8465
@milicentt8465 2 роки тому
@@MichaelKlements Alright, thanks!
@emmanuellldejarme5659
@emmanuellldejarme5659 11 місяців тому
where can i download the library
@stephenmaguire938
@stephenmaguire938 2 роки тому
can you help it keeps on saying it has no thing called findcard what does that mean
@riofloramaep.4200
@riofloramaep.4200 Рік тому
Can you give me of what does do i put or on how i connect may arduino kit ?
@riofloramaep.4200
@riofloramaep.4200 Рік тому
How i supposed to connect it
@DoeRayMe
@DoeRayMe 6 місяців тому
Are the leds necessary and is there a premade lock design like the one used that could just be loaded onto the build plate? Also what kind of filament would be recommended? This is for a school project so if anybody has answers that would be great if you could share them 🫶 thank you
@davide_sr3701
@davide_sr3701 2 роки тому
Whats the name of the arm thath connects the servo to the look
@MichaelKlements
@MichaelKlements 2 роки тому
It's an RC aircraft pushrod or servo connection rod.
@rimmike
@rimmike 2 роки тому
Can you use this to access or download other cards info? Like there are cards with certain info on them. Like name etc
@MichaelKlements
@MichaelKlements 2 роки тому
As far as I know, these sensors will only pick up the ID number of the tag.
@michaelcw6792
@michaelcw6792 6 місяців тому
How would I replace the servo for an Electromagnetic
@MichaelKlements
@MichaelKlements 6 місяців тому
You would need to add a relay to switch the circuit on and off.
@onkarlalmenaria3283
@onkarlalmenaria3283 Рік тому
Can you please tell me which RFID sketch we need to install from the library manager?
@onkarlalmenaria3283
@onkarlalmenaria3283 Рік тому
Please tell me quickly. As I have to make it as early as possible.
@KitsuneBelle93
@KitsuneBelle93 4 роки тому
I'm wondering if I can use this to diy a pet door so it will lock when my cat goes near it? How close does the tag need to be to the sensor for it to read? And is there a way to make it so the lock stays open but when the tag is within a specific distance it will stay locked until the tag leaves the sensor range? Of course, making the locked position the default would also work if I put the tag on the dog, but that still leaves the question of how close it has to be to the sensor?
@MichaelKlements
@MichaelKlements 4 роки тому
Hi Elizabeth, You could certainly do what you’ve described with an RFID tag, but these particular ones need to be quite close to be read. Probably closer than what a pet would be able to get it unless you could figure out how to hang it so that it came within about 2-3cm from the read when the cat tries to go through the door. Different tags work on different frequencies and offer longer or shorter reading distances. The ones on credit cards for example need to be really close while ones used in vehicle tags can be read from around 5-10m away.
@KitsuneBelle93
@KitsuneBelle93 4 роки тому
@@MichaelKlements awesome! I was starting to lose hope after doing some more research (I don't have any kind of experiencewith this kind of thing, but I do research for a living so I'm pretty determined to figure it out lol), but I'll look into the other types you mentioned! Thanks!
@gerymanuel747
@gerymanuel747 2 роки тому
How to connect it with battery in case black out occurs?
@Shalfatk01
@Shalfatk01 2 роки тому
Do have every card it unique code, or can you set you custome code to those cards?
@MichaelKlements
@MichaelKlements 2 роки тому
Each card has a unique ID. There is a way to reflash their ID numbers, but it is quite complicated. It’s preferred to be able to identify which of the cards unlocked the system.
@rlalbn9545
@rlalbn9545 Рік тому
do i need to download a library for this to work?
@MichaelKlements
@MichaelKlements Рік тому
The library is packaged with the code download from my blog
@theheado5562
@theheado5562 Рік тому
I can not install the .ZIP Library. It says multiple files found in the zip file top level.
@endrijon9518
@endrijon9518 2 роки тому
Do i need 2 RFID sensors for both sides of the room (for example getting in my room and then closing the door the sensor would be outside)
@MichaelKlements
@MichaelKlements 2 роки тому
You would usually just add a pushbutton to lock/unlock the door from the inside, unless you have a reason to restrict access in both directions.
@endrijon9518
@endrijon9518 2 роки тому
@@MichaelKlements thanks
@panteliscyberrr7530
@panteliscyberrr7530 7 місяців тому
Don't need it Arduino code or already had it?
@marclawrencetiglaoll6091
@marclawrencetiglaoll6091 11 місяців тому
my servo motors doesn't work, pls reply ASAP
@shepherdmukamo7948
@shepherdmukamo7948 2 роки тому
How does the system identify the cards. Does the cards have a code in them
@MichaelKlements
@MichaelKlements 2 роки тому
Each card has a digital "ID" which is identified by the tag reader.
@HIAOA
@HIAOA 2 місяці тому
how do i attach my RFID??
@supermarcman
@supermarcman 2 роки тому
libraries\RFID\RFID.cpp.o (symbol from plugin): In function `RFID::RFID(int, int)': (.text+0x0): multiple definition of `RFID::RFID(int, int) How do i fix?
@raflinsundjojo536
@raflinsundjojo536 Рік тому
i was wondering, what library do you use for the RFID?
@MichaelKlements
@MichaelKlements Рік тому
The library is packaged with the code download
@teddosftw
@teddosftw Рік тому
@@MichaelKlements what code download?
@milicentt8465
@milicentt8465 2 роки тому
It finally worked, i just soldered the pins with the rfid module. Last question, is it okay to connect it with a 9volts external battery through DC?
@MichaelKlements
@MichaelKlements 2 роки тому
Yes you can use a 9V battery, but it must be connected to the barrel jack on the Arduino so that it is regulated.
@milicentt8465
@milicentt8465 2 роки тому
@@MichaelKlements Thank you! is it always safe to use 9V battery and connect it to the barrel jack of the arduino? I sometimes worry that some components might burn. Sorry I am new to this.
@milicentt8465
@milicentt8465 2 роки тому
@@MichaelKlements And how would I know if it is not safe. I always worry that some parts such as led or rfid scanner would broke if I do a wrong power supply voltage.
@MichaelKlements
@MichaelKlements 2 роки тому
As long as it's a 7-12V battery it'll be fine to connect to your Arduino's barrel jack. The Arduino regulates the voltage to 3.3V and 5V, just make sure that your sensor is connected to the correct supply voltage. Most (almost all) sensors that are made for tinkering with electronics are 5V compatible, there are however a few that run on 3.3V but will say so in the datasheet.
@milicentt8465
@milicentt8465 2 роки тому
@@MichaelKlements Update: I tried connecting to to a 9V through the arduino jack but weird stuff keeps happening. When I scan the rfid with access, the led lights keeps on flashing and servo motor keeps on moving. But all seems well if it is connected to the computer.
@ownerofmemories
@ownerofmemories 2 роки тому
HEY THIS IS TRUE BUT IN THE CODE HOW DO YOU TRANSFER THE CODE AND THE RFID IS NOT ORANGE
@shuttyskenzin9237
@shuttyskenzin9237 2 роки тому
what resister is that? like what OHM...
@timlehnhardt6980
@timlehnhardt6980 2 роки тому
Hello can you upload please the code because youtube make an update and now you cant read the descripton thanks!
@jakeclearwater8065
@jakeclearwater8065 Рік тому
Any updated links for code, doesnt work for me
@phunny114
@phunny114 Рік тому
dude i have this same problem where in the code, it says that on the " //Wait for a tag to be placed near the reader: section, exit status 1 'class RFID' has no member named 'findCard'; did you mean 'isCard'? and if i change it to isCard, it still gives me errors, bro please update the code or give a fix cos its soooo annoying.
@mohamadramzi3030
@mohamadramzi3030 2 роки тому
Can you teach me for my final year project
@gaboo1037
@gaboo1037 3 роки тому
Place card/tag near reader...
@marijngrashoff30
@marijngrashoff30 3 роки тому
Because phones have they're own NFC tags can I make this work with my phone by just finding its tag and adding it as the verified tag?
@MichaelKlements
@MichaelKlements 3 роки тому
There are a number of different RFID frequencies and protocols and they're not all compatible with one and other. You could probably find a sensor which would enable you to read NFC tags from your phone, but its quite unlikely that you'd be able to do that with this sensor.
@davide_sr3701
@davide_sr3701 2 роки тому
the link for the download of the code dont work for me, it open a pege end next it colsed
@ravimoonen
@ravimoonen 3 роки тому
Thx for the video, mine gives an error.... 'class MFRC522' has no member named 'PCD_Init' what have i done wrong?
@MichaelKlements
@MichaelKlements 3 роки тому
Have you used the same library I've used?
@rab8338
@rab8338 3 роки тому
How easy would it be to add the 16*2 Lcd module as a visual improvement?
@MichaelKlements
@MichaelKlements 3 роки тому
That should be quite easy to do, there is enough IO available. I’d maybe suggest an I2C oled display rather?
@rab8338
@rab8338 3 роки тому
@@MichaelKlements thanks, ill give it a try, looks more impressive than the lcd, great project.
@ms5452
@ms5452 Рік тому
Hello im trying to add lcd i2c to the code but i couldn't can someone help me asap pls ?
@Totalrandomness2011
@Totalrandomness2011 3 роки тому
Where did you get the metal bar to connect the lock to the actuator?
@MichaelKlements
@MichaelKlements 3 роки тому
It’s just an RC aircraft pushrod from and old aeroplane. They’re often on RC cars, boats, aeroplanes or helicopters.
@RDog1732
@RDog1732 11 місяців тому
@@MichaelKlements HELP
@joshsarka6358
@joshsarka6358 Рік тому
WHERE DO WE FIND THE SERIAL NUMBER FOR OUR RFID?
@samikshyasapkota2505
@samikshyasapkota2505 Рік тому
Hi can you send me flowchart of this project ?
@davide_sr3701
@davide_sr3701 2 роки тому
what do you feed everything with?
@MichaelKlements
@MichaelKlements 2 роки тому
With 12V through the Arduino's power input
@ardhimudaariska6572
@ardhimudaariska6572 3 роки тому
how to access the lock from the other side of the door? like locking or unlocking from the inside
@MichaelKlements
@MichaelKlements 3 роки тому
It depends on whether you want it to be secure on the inside as well. Most places would just have a push button on the inside to open the lock again. This lock stays open until you scan the tag again and then locks. So you lock and unlock it from the outside.
@alvin.p191
@alvin.p191 3 роки тому
Is there any different between arduino uno? And also if I used different arduino can the code be use? The arduino in your link has sold out, I’m not sure if i found the same one.
@MichaelKlements
@MichaelKlements 3 роки тому
Generally speaking, all Arduino Uno's are made to the same specification, so should be compatible with each other. Some companies do add or remove features, but the pin numbers, layout and general functionality should be the same. Yes, you can use a different Arduino, just make sure that it still has enough IO pins and operates at the same voltage. Thank you, I've updated the link to one which is still available.
@alvin.p191
@alvin.p191 3 роки тому
@@MichaelKlements hi thanks for your reply, do you have the schematic diagram of this circuit? I'm doing this as my school project, but I don't know how to create a schematic diagram.
@MichaelKlements
@MichaelKlements 3 роки тому
I haven't gotten around to drawing up a schematic, I've only done the breadboard layout. You could probably put something together quite quickly using Fritzing
@Richie_
@Richie_ Рік тому
I get this error when uploading sketch. exit status 1 'class RFID' has no member named 'findCard'; did you mean 'isCard'?
@MichaelKlements
@MichaelKlements Рік тому
You need to use the RFID library that is bundled with the code, not a different one.
@Richie_
@Richie_ Рік тому
@@MichaelKlements I have that library
@jesuszamora8408
@jesuszamora8408 3 роки тому
hello Michael i have been trying to do this project but i only keep getting the place card/tag near reader message. The card and tag came with the kit I have the elegoo mega2560.how can i solve this problem pls reply.
@MichaelKlements
@MichaelKlements 3 роки тому
Hi Jesus, If you're not getting any response on the serial monitor then there's most likely a communication problem with the reader. Check your connections again and make sure that they're connected to the correct pins. Is the LED on the reader coming on?
@jesuszamora8408
@jesuszamora8408 3 роки тому
@@MichaelKlements yes
@jovenianomadrid9565
@jovenianomadrid9565 3 роки тому
I triedy RFID card but can't work properly access denied.
@Art_Raunak
@Art_Raunak Рік тому
Sir serial moniter ???? Marks coming problem plz help sir
@bradenpryor7442
@bradenpryor7442 2 роки тому
i downloaded your code but when i try and run it, it says, "(library file) RFID/RFID.h:22:10: fatal error: 'SoftwareSerial.h' file not found #include ".
@stemrealm993
@stemrealm993 2 роки тому
can i use this for selling
@nishtafernando4077
@nishtafernando4077 2 роки тому
Hello, i dont know which rfid library im supposed to include, do i need to change the code?
@MichaelKlements
@MichaelKlements 2 роки тому
The rfid library is bundled with the sketch download, you just need to paste it into your Arduino IDE's libraries folder.
@wenhanpro123
@wenhanpro123 3 роки тому
Hi Nice video ! subscribed! but i got a question, ( is the rfid.h & rfid.cpp file coded by you ? or I can download it anywhere also. if its codded by u , can u do some //comments for me to understand better )
@MichaelKlements
@MichaelKlements 3 роки тому
Thanks Wenhan Xiao! No it wasn't coded by me, there are some credits in the top of the library which list the source, creator and rework done to it. I agree, it's not very well commented, so it's difficult to make changes or adjustments to.
@Gmansalberg9
@Gmansalberg9 Місяць тому
Heyy I put in the code and I am getting complication error: rfid.h no such file or directory
@GamePlay-sm7sh
@GamePlay-sm7sh Рік тому
Hello sir I want this program
@mohammadmukthad5160
@mohammadmukthad5160 Рік тому
How can I make coin operated door lock for toilets can you please explain?
@kanchana946
@kanchana946 2 роки тому
superrrrr
@akhileshkodukula6463
@akhileshkodukula6463 4 роки тому
Can you tell me how to download the RFID library in Arduino IDE.
@MichaelKlements
@MichaelKlements 4 роки тому
www.arduino.cc/en/guide/libraries
@ahmedmaruf7213
@ahmedmaruf7213 2 роки тому
hi, i want to develop the locking system in the laptop trolley for our college . So, department get update who's are using it and what time they are using it. So is it possible to do with our stuff ID card. Thanks
@MichaelKlements
@MichaelKlements 2 роки тому
If you can find an RFID module that works with your staff ID card then you could probably make something similar. Some RFID systems are open source and some aren't.
@ahmedmaruf7213
@ahmedmaruf7213 2 роки тому
@@MichaelKlements how about the implementing tracking or update in the system
@linde1670
@linde1670 4 роки тому
Hi, thanks for making this video. I have a question, the tag doesn't seem to work, and I'm pretty sure the wires are correct because I checked a lot. Also there is a light on the RFID sensor so I think that's connected good too. And the code doesn't give any errors. The LED's don't do anything, but I don't know if that is just because the tag isn't working. Maybe I am really stupid and there is something obvious I was supposed to change in the code or in the wires to adjust it for a reason I don't know. I'm still pretty new to arduino so I still really hope there is an obvious solution. Hope you have time to help.
@MichaelKlements
@MichaelKlements 4 роки тому
Hi Linde, You shouldn't need to change anything in the code if you've wired it as per the diagram and you're using the same component. The LEDs should come on sequentially like in the video when you power it up, if this isn't happening then you've either got wiring problems to the LEDs or the SPI communication to the RFID sensor is failing - most likely because it's not connected correctly. Also try opening up the Serial monitor, does it display "Place card/tag near reader...", indicating that it's run through the setup function?
@linde1670
@linde1670 4 роки тому
@@MichaelKlements Hi, I think the hardware is now correct, because when I open the SerialNumberRead he does recognise my tag and I can read the serial number. But then when I open the serial monitor in the final code, and I scan my tag it doesn't seem to recognise it at all. I am still a beginner so if there is an obvious thing I was suppossed to do that you didn't say I had to change in the code, I probably haven't done it. The only thing I now have changed are the serial numbers to grant acces to and I have added the library. Any idea why he does recognise the tag in the SerialNumberRead but not in the final RFID code? I also don't get a green LED light and nothing moves or happenes when I scan the tag.
@phoenixtrimpe961
@phoenixtrimpe961 3 роки тому
@@linde1670 Me to, can you help please
@linde1670
@linde1670 3 роки тому
@@phoenixtrimpe961 It still didn't work, I don't know what is wrong, I kind of gave up, I will look at it again next week, if I find something I'll let you know
@bhw_msq
@bhw_msq 2 роки тому
@@linde1670 This was the exact same problem I too encounter .If you find out any solution let me know . I am too new to arduino
RFID Locks are way too easy to "Hack"! Let me show you!
11:41
GreatScott!
Переглядів 1,3 млн
🐩🐕
00:25
Янчик
Переглядів 2,4 млн
Kitten has a slime in her diaper?! 🙀 #cat #kitten #cute
00:28
I PUT MY ARMOR ON (Creeper) (PG Version)
00:19
Sam Green
Переглядів 5 млн
Rfid door lock using arduino | RFID projects
5:47
Mr ProjectsoPedia
Переглядів 12 тис.
How RFID Works and How To Make an Arduino based RFID Door Lock
7:59
How To Mechatronics
Переглядів 516 тис.
inventor aw - This Device is very helpful ,, you can make at home
6:47
Solenoid Door Lock Contol RFID Arduino
2:31
Maker 101
Переглядів 117 тис.
How RFID Works? and How to Design RFID Chips?
9:07
easyELAB
Переглядів 214 тис.
RFID DOOR LOCK -  with 3D printed case
15:12
Electronoobs
Переглядів 86 тис.
DIY Cheap and easy SMART DOOR lock.
9:10
xamuel
Переглядів 9 тис.
How safe is contactless payment? || How does RFID & NFC work? || EB#40
8:51
How to Make Fingerprint Door Lock at Home
4:15
Creativity Buzz
Переглядів 1,9 млн
Лучший телефон на андроиде?
0:25
Опросный
Переглядів 123 тис.
Я Создал Новый Айфон!
0:59
FLV
Переглядів 1,7 млн
Vortex Cannon vs Drone
20:44
Mark Rober
Переглядів 12 млн
Как открыть дверь в Jaecoo J8? Удобно?🤔😊
0:27
Суворкин Сергей
Переглядів 921 тис.