Arduino RfID read and write Tutorial

Поделиться
HTML-код
  • Опубликовано: 19 окт 2024

Комментарии • 72

  • @theunstoppablefreefall1329
    @theunstoppablefreefall1329 4 года назад +3

    super interesting stuff. i hoping to play around with this in the near future

  • @rianmoore8693
    @rianmoore8693 2 года назад

    nice video is there any smaller rfid reader that you would recommend ?

  • @maxcrosby4805
    @maxcrosby4805 3 года назад +3

    So, theoretically these can be used as reader writers for anything RFID? Including implants?

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

      That depends on the frequency of the rfid tag/implant. But if it is the same frequency than yes.

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

      @@KevinMayerYT Thanks for the quick reply, Kevin.

    • @KevinMayerYT
      @KevinMayerYT  3 года назад

      @@maxcrosby4805 np

  • @user-fo9ce3hr5h
    @user-fo9ce3hr5h 4 года назад +1

    tnx.
    i should tell one point that if u want to write a tag, u should put tag and hold it in front of rfid till u send and write name and family. for read u can hold tag in front of rfid for seconds.

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

      Thanks, that would have been some usefull information indeed to tell.

  • @painrelieverstech
    @painrelieverstech 2 года назад

    Is it possible to install it in a motherboard and use it to unlock the laptop? Example: dell g3 3590

  • @captain_crunchv1145
    @captain_crunchv1145 5 лет назад +2

    What arduino model are you using?
    Thanks

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

      Hey man, i am using the arduino uno, hope this was a good answer. If you have more questions I am happy to help.

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

      @@KevinMayerYT Thanks!!!

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

      Captain_CrunchV1 no problem

    • @captain_crunchv1145
      @captain_crunchv1145 5 лет назад +1

      @@KevinMayerYT alrighty, let's say you've read a card and got the data. What now? Can you put the RFID reader to a sensor? I have no clue, lmao

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

      @@captain_crunchv1145 hello, if you got the data you could use it to identify that card in a program, for example to open a door lock. I don't really uderstand what you mean with the sensor, if you could describe that more detailed to me that would be nice. Kind regards.

  • @KHALIFLA
    @KHALIFLA 2 года назад

    Hi, can u help me plz, I have a variable uint32_t chipId; i want to write its content to an rfid block(for example 60) how can i do that?

  • @ntah98
    @ntah98 5 лет назад +2

    Hello there, just wanna ask..for reading part, my rfid does just fine..but when im trying to write, and i did exactly like you do, putting hashtag at the end of family name, i got "failed" message...i looked up to the connection, and also tried reboot, but it gaves the same error..why is that? is there anything that i miss?

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

      Hey, sorry for late response but had it very bissey, but I don't know for sure what that could be. You have to make sure that you have a good card beacuse there are differents in herz which may cause error, but if that one came with your reader I thing that the chamge is bigger that there still is an error in the code somewere or your reader/arduino is just broken. Hope this was helpfull

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

      @@KevinMayerYT hello there...im sorry for forgotting to tell this earlier..actually i have sort the problem looong ago, day after i posted the question...but i don't remember how i solved it...anyway thanks for the vid, got an A grade for this subject 😃

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

      Hafizuddin Roslan no problem, nice to heart that you got a A

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

      @@ntah98 please tell me how you solved, I'm facing the same problem. I want to add "hello world" in RFID tag.. how do i do it?

  • @KHALIFLA
    @KHALIFLA 2 года назад

    Hi, can u help me please, I wanted to add an additional info beside Family Name and Last Name (like Job, Phone number), I copied the same code used for family name and last name the only thing i did is changing the block numbers, 1 and 2 used for name, 4 and 5 used for last name, I recklesly put 6 and 7 for the additional info and now the rfid card give me this error PCD_Authenticate() failed: Timeout in communication. HELP PLZ how can i correct that!

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

    Cool Video !

  • @noeslc
    @noeslc 4 года назад +1

    very good video my man hehe

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

    How can we use IRQ with this library?

  • @jpcme2002
    @jpcme2002 5 лет назад +1

    Thanks Kevin!!!

    • @jpcme2002
      @jpcme2002 5 лет назад +1

      now we need to learn how put this code inside another sketch... for example store a variable value that we get from a reading og other project... like having a amp sensor thats read 15 amp and store in the card...cheers

    • @KevinMayerYT
      @KevinMayerYT  5 лет назад +1

      @@jpcme2002 hello, thanks a lot i might try somethibg like that soon, gonna make more with rfid reader soon.

  • @celalinkllgobegi723
    @celalinkllgobegi723 5 лет назад +3

    Thanks for the video but I want to write ID code on my tag. Can you help me?

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

      Celal'in Kıllı Göbeği hey, i'm 99% sure that's possible, so I will look into it and I will make a video about it. I'il try to make it within 1/2 weeks, hope this is helpfull.

  • @KakashiHatake-fl7oc
    @KakashiHatake-fl7oc 5 лет назад

    My RFID module is not detecting any cards!!
    in serial monitor it is showing the firmware version: UNKNOWN EEXX...
    please help to sort out this problem THANK YOU.

  • @tanmaybairagi7227
    @tanmaybairagi7227 5 лет назад +2

    Thank you so much☺ now i wanna know how to send this scanned id to other software or cloud. Please demonstrate asap😁 thanks

    • @KevinMayerYT
      @KevinMayerYT  5 лет назад +1

      Hey man, that's something i also wanna do, i'm probably gonna make a video soon where i will combine the rfid reader and excel and maybe a program

  • @DoDoDo880
    @DoDoDo880 5 лет назад +3

    Excuse me, can you share arduino?(include RFID Reader、Write)

    • @KevinMayerYT
      @KevinMayerYT  5 лет назад +1

      Hey, sorry but what do you mean

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

      @@KevinMayerYT Please do me a favor.
      Can you share RFID, Arduino programs, read and make? Thank you.

    • @KevinMayerYT
      @KevinMayerYT  5 лет назад +1

      dodo hey, the rfid reader and tags are bougt from aliexpress, the arduino software is just from the arduino site and the read and write code is in the software it self, bit if you'd like I could send you tomorrow some lonks where to buy and download.

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

      No, thank you so much😃

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

    I'm not getting anything when pressing it on the board. I am using an arduino uno

  • @senurihettiarachchi654
    @senurihettiarachchi654 4 года назад +1

    lassanai

  • @jatinsvideos249
    @jatinsvideos249 5 лет назад +2

    Please sir make a clear step by step video on writing something on tag please

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

      Hey, what is not clear, cause theb I can hp you better probably. At 3:38 I'm exlplaining it but here the steps.
      1. Have the rfid and arduino properly connected
      2. Upload the write sketch
      3. Open serial monitor
      4. Scan card
      5. Tyoe asked information ending with #
      6. Your done
      I hope that thus was helpful, if not please tell why so I can help you further

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

      same here, but figured out after 1 minute, if you don't understand then you can find those sketches in the examples of MFRC522's lib

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

      @@KevinMayerYT actually it's not getting the card id. hence, not able to write.

  • @dmcandar353
    @dmcandar353 5 лет назад +1

    But thisbcode cant enteract with other codes

  • @brina2474
    @brina2474 5 лет назад +1

    Any idea why it reads my card and i can write on it too, but my tag when i want to scan it, it doest say anything on the serial monitor

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

      Hey, that's weird. Have you uploaded the read program to the arduino when you tried read the data from your card? If you did this and it still didn't work I should try a new card. I hope this was helpfull.

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

      @@KevinMayerYT I did yes, i'll do some more research but thank you!

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

      @@brina2474 no problem, hope you find a solution

  • @dmcandar353
    @dmcandar353 5 лет назад +1

    It has something that holds in loop

  • @varunsam9947
    @varunsam9947 4 года назад +1

    How to write "hello would" in RFID tags?

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

      Do you want to write it on a tag as data?

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

      @@KevinMayerYT yes i want it as data.

  • @nicolecastillo4810
    @nicolecastillo4810 5 лет назад +1

    Hello, can I use the arduino rfid card reader to make a storage value card?

    • @KevinMayerYT
      @KevinMayerYT  5 лет назад +1

      Hello Nicole,
      If you mean a gift card for a store, than the answer is yes. That would be possible, you will have to make your own porgram I think but it is possible. Hope this helps.

    • @nicolecastillo4810
      @nicolecastillo4810 5 лет назад +2

      thank u!

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

      @@nicolecastillo4810 no problem

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

    Can i get the code

  • @broodjekaas820
    @broodjekaas820 6 лет назад +2

    4.05 haha r.i.p

  • @amr6657
    @amr6657 3 года назад

    Only name

  • @thegeeksides
    @thegeeksides 5 лет назад +1

    Speak clearly my man.

    • @KevinMayerYT
      @KevinMayerYT  5 лет назад +1

      Hey, I will try, my english is not the best but it's already better. If you need to know what I said somewhere just ask.

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

    Hi Kevin please my i have your contacts

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

      my email is fhuruba@gmail.com

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

      Hi, why do you want them?

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

      @@KevinMayerYT i needed to explain a project i m working on maybe you could help me out

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

      @@faraihuruba7672 hey, I would love to help you out, can't you explain it via youtube comments here?