Table des matières:
2025 Auteur: John Day | [email protected]. Dernière modifié: 2025-01-13 06:57
Tutoriel de base sur la configuration d'un lecteur/enregistreur RFID (RC522) avec le Raspberry Pi.
Étape 1: Pièces
RPI 3 -
Adaptateur secteur 4 ampères -
Micro SD de 16 Go -
120 câbles de démarrage:
Capteur RFID -
Étape 2: configuration
ADD 24
SCK 23
MOSI 19
MISO 21
IRQ NON UTILISE
TERRE 6
RST 22
3.3V 1
1. Activer l'interface SPI
sudo raspi-config
2. Redémarrez
redémarrage sudo
3. Vérifiez si spi_bcm2835 est chargé
lsmod | grep spi
4. Installez python2.7-dev
sudo apt-get installer python2.7-dev
5. Téléchargez Git Project, changez de répertoire et installez
git clone
cd SPI-Py
sudo python setup.py installer
6. Installez MFRC522-python
git clone
cd MFRC522-python
7. Exécuter le script
python Lire.py
Étape 3: Coder
github.com/mxgxw/MFRC522-python.git
Lecture de la carte RFID:
github.com/mxgxw/MFRC522-python/blob/maste…
Écriture sur carte RFID:
github.com/mxgxw/MFRC522-python/blob/maste…
Étape 4: Informations supplémentaires
Site officiel:
www.piddlerintheroot.com/rfid-rc522-raspbe…