PiicoDev RFID Module | Guide for Raspberry Pi Pico

The full guide: core-electronics.com.au/tutor...
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-electronics.com.au/raspb...
• Arduino core-electronics.com.au/ardui...
• Sparkfun core-electronics.com.au/brand...
• Adafruit core-electronics.com.au/brand...
• Pololu core-electronics.com.au/brand...
• DFRobot core-electronics.com.au/brand...
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

  • @johng3792
    @johng37922 жыл бұрын

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

  • @LilBigCheetos
    @LilBigCheetos Жыл бұрын

    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?

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

  • @nullreferenceexception4133
    @nullreferenceexception41336 ай бұрын

    How can I clone cards using this?

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

  • @rickharold7884
    @rickharold78842 жыл бұрын

    Cool

  • @blazkristan3237
    @blazkristan3237 Жыл бұрын

    can i rewrite id with this module

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

    Жыл бұрын

    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!

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