Created
September 14, 2024 20:03
-
-
Save cristinawithout/ac3dba0e71c54edf584fb6d92b369670 to your computer and use it in GitHub Desktop.
RFID Multiple Sensors on Raspberry Pi Pico - Resources
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
References for using multiple RFID sensors to open a lock with Raspberry Pi Pico | |
Micropython Library for RFID | |
https://github.com/danjperron/micropython-mfrc522 | |
Multi-readers example | |
https://github.com/danjperron/micropython-mfrc522/blob/master/examples/MultiReaders.py | |
Arduino with RFID | |
https://www.youtube.com/watch?v=f_f_5cL0Pd0 | |
https://randomnerdtutorials.com/raspberry-pi-pico-outputs-inputs-micropython | |
https://how2electronics.com/using-rc522-rfid-reader-module-with-raspberry-pi-pico/ | |
https://www.youtube.com/watch?v=LfptYHFc6xU | |
https://how2electronics.com/using-rc522-rfid-reader-module-with-raspberry-pi-pico/ | |
https://how2electronics.com/wp-content/uploads/2022/11/RC522-RFID-Raspberry-Pi-Pico-Connection.jpg | |
Schematic for multiple readers | |
https://raspberrypi.stackexchange.com/questions/137059/how-to-connect-multiple-rfid-readers-rc522-to-a-rpi | |
https://www.electroniclinic.com/raspberry-pi-pico-and-rfid-based-door-lock-control-system/ | |
https://newbiely.com/tutorials/raspberry-pi/raspberry-pi-electromagnetic-lock | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment