PiicoDev RFID Module | Guide for Raspberry Pi Pico

Поделиться
HTML-код
  • Опубликовано: 19 окт 2024
  • The full guide: core-electroni...
    In this tutorial, we'll get started with using a PiicoDev® RFID module by making some starter projects. Once we're done, you'll be able to read the simple ID off a tag, and read or write data to the tag. Depending on the tag type, we can turn the tag into an interactive RFID tag which triggers certain readers (like smartphones) to execute actions such as opening webpages, showing a specific location on a map, and loads more!
    If you have any questions about this content or want to share a project you're working on head over to our maker forum coreelec.io/forum
    Core Electronics is located in the heart of Newcastle, Australia. We're powered by makers, for makers. Drop by if you are looking for:
    • Raspberry Pi core-electroni...
    • Arduino core-electroni...
    • Sparkfun core-electroni...
    • Adafruit core-electroni...
    • Pololu core-electroni...
    • DFRobot core-electroni...
    The following trademarks are owned by Core Electronics Pty Ltd:
    "Core Electronics" and the Core Electronics logo
    "Makerverse" and the Makerverse logo
    "PiicoDev" and the PiicoDev logo
    "GlowBit" and the GlowBit logo

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

  • @LilBigCheetos
    @LilBigCheetos 2 года назад +3

    Very well made! Amazing video!
    One question: Can I achieve the same results using a standard/common RFID and those libraries that you used in your video?

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

    Super well made video. Thank you for the help and bomb resource

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

    Very cool and informative video! I am trying to troubleshoot my setup. Can I ask you a question here or elsewhere? Thank you.

    • @Core-Electronics
      @Core-Electronics  Год назад

      Our forum is the best place to get technical help. there we can share images of your setup and code snippets
      forum.core-electronics.com.au/

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

    Hello how compatilble this expansion/RFID , if I wish to do this same project but using Wiznet pico with eithernet?

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

    Is it possible to give it a longer reading range?

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

    How easy is it to use these without Python and the provided library? I assume since you can connect them on a bus they're basically wrapping i2c around the RFID chips driver so if I use C and i2c I can control the RFID chip easily?

    • @Core-Electronics
      @Core-Electronics  Год назад +1

      You're correct! It's an i2c device with Python driver - you ought to be able to use it in any other development environment (provided you have driver code). We just haven't tried it on anything else!

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

    can i rewrite id with this module

  • @nullreferenceexception4133
    @nullreferenceexception4133 8 месяцев назад

    How can I clone cards using this?

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

    Cool

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

    Hypothetical question. Could one make a handheld device making use of this, which could be used to 'fake' being an ntag213 card/fob/whatever?
    The theory is to replicate the sort of card locks hotels might have, which in my experience are programmed (room number, public gate, etc) with a
    series of cards (these are specifically t5577 125k(?)hz cards if memory serves), but able to be programmed with a simple handheld device instead
    of either batch programming the cards for a floor ahead of time and doing them in one go or reusing the same card in between each room/door.

    • @Core-Electronics
      @Core-Electronics  Год назад

      While the chip on board could possibly be used that way, our driver doesn't handle such functionality.