026 - ESP32 MicroPython: MFRC522 RFID

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024
  • In this video, I will demonstrate how to use the MFRC522 RFID module with ESP32 using MicroPython.
    For more details, visit:
    techtotinker.c...
    Please do Like, Comment, Share, and Subscribe.
    Thank you.
    George Bantique | tech.to.tinker@gmail.com
    #TechToTinker
    #MicroPython #ESP32
    #MicroPythonTutorials
    ---
    MicroPython Tutorials
    How to use RFID in MicroPython
    How to ESP32 MFRC522 RFID in MicroPython
    ESP32 RFID in MicroPython
    ESP8266 RFID in MicroPython
    Raspberry Pi Pico RFID in MicroPython

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

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

    Thanks. After trying it on an esp8622 without success I could only get it to work using this video!

  • @Taki7o7
    @Taki7o7 2 года назад +2

    it just does nothing than stucking in the loop after "Place card" in test :/ tried all different libs already but none works, my RC522 board looks like yours but it wont read/write anything :(

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

    using n in lcd.putstr(" scan rfid") function it gives next line. In driver putchar == 'n' gives newline, but i wonder how you got the Output. Nice Tutorial!!!

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

    Amazing video!!! Thank you so much!!

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

    Nice project. Very Very interesting. Thanks for sharing

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

      It's my pleasure brother. Thank you.

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

    Thanks you!

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

    as usual,great video very informative.

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

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

    First of all, thank you for all your videos, I just know how to program in Python and these ones are really helpful to get into applied electronics. I just wanted to ask if there is a way of modify/write the information of the cards? I've been looking through the libraries but none of them let me modify the info when tried eventhough there are some that have a "writing function". Thank you!

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

      Hi Miguel, thank you for the appreciation.
      With regards to your concern, you may go to the github source and under the folder there are 2 files 1 for reading the mfrc522 and another for writing to it github.com/cefn/micropython-mfrc522
      I haven't fully tried it but it's working with me as far as I can remember. Cheers, George.

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

      @@TechToTinker Thank you so much for the quick reply, I will try because I couldn't even with this so sure I'm doing something wrong. Thanks!

  • @ImnotChuck.
    @ImnotChuck. 3 года назад

    Should the LEDs have current-limiting resistors?

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

      Hi @I'm not Chuck, yes you can add a current limiting resistor. I just added the led indicator when I am about to record the video, my bad :). Thanks for correcting. Cheers.

    • @ImnotChuck.
      @ImnotChuck. 3 года назад +2

      @@TechToTinker I watched the entire video, and learned about RFID, although I don't have a use for it. In fact, I have watched all of your ESP32/Micropython videos, and learned quite a lot.

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

      @@ImnotChuck. wow, that's great. Really appreciated and thank you for the support.

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

      @@TechToTinker The current is limited by ESP32. Each port is limited at 25mA. It 's ok for the led.

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

    hi! thanks for your videos on ESP32 in python. Are there plans to show how MQ series gas sensors work with ESP32 with Python?

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

      Hi @Background Music, yes there will be. I just need to finish some more other modules then the MQ gas sensors. Thanks.

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

      @@TechToTinker Many thanks

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

      @@backgroundmusic3152 it's my pleasure. Cheers.