Connect ESP32 with RC522 RFID Card Reader - rfid32.lua

Поделиться
HTML-код
  • Опубликовано: 3 июн 2019
  • I've wrote Lua [NodeMCU] library "rfid32" for easy way of interfacing ESP32 with MFRC522 RFID card reader. Check it out!
    In this video I will try to demonstrate how easily is to interface ESP32 with MFRC522 RFID card reader - using "rfid32.lua" library that I've wrote recently. I hope this library will be useful in your projects.
    Support me by Like | Share | Subscribe :)
    Library GitHub repo:
    bit.ly/2Zeb1kv
    Background music:
    bit.ly/2Tl6gmP
    #esp32 #rc522 #rfid
  • НаукаНаука

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

  • @mohammedaljubran9280
    @mohammedaljubran9280 2 года назад +1

    Can i do with nfc ?which chip should i use?

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

    Please i need your help in getting mine done

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

    Hi, does this require the card_write function and how is it run? (what needs to be specified as command, data).
    Thanks.

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

      Hi. You can see the code, of this example, in the video. And the code of the library you can find in the description of this video. Thanks for comment.

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

    How can I use 3.3V for RST when the library requires a pin number: MFRC522 mfrc522(SS_PIN, RST_PIN);

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

      Library does not requires RST gpio pin. Check this example code on the official "rfid32" github repo: github.com/abobija/rfid32#usage

  • @mohammednauman6571
    @mohammednauman6571 4 года назад +2

    Have you used Python as coding language and what is the IDE you have used here?

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

    Good evening, thank you very much for your video, I have a question, how can I use your code with the arduous IDE environment? I want to read RFID cards using the arduino IDE.
    Thanks a lot

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

      Hi, thanks for the comment. There is a lot of tutorials on youtube for using RFID with Arduino. You can search for "Arduino Esp32 RFID", and I'm sure you will find what you are looking for.

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

    Hi friend.
    Tell me please, how can I clone a card?
    What commands do you need to enter?

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

      Hi. This library does not support cloning card.

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

    the code can work on the NodeMCU ESP-12E ?

  • @ahmednajah
    @ahmednajah 2 года назад +1

    hi sir
    can i use EM-18 instead of RC522

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

      hm to be honest with you, i'm not sure but you can check in datasheet

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

    I wish this was done in Arduino

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

    Bro can u give the link to download the ide you are using

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

    can this code read block 0?

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

      currently this library is intended only for reading rfid card serial number, and does not support card data read/write.. maybe in future that will be implemented, but for now this is only for quick serial number reading

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

    How can I log the data In google sheets

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

      you will need some communication with Google services.. check on net if there is any available library for that job