Skip to content

BadgeReader is a Python project that interfaces an RFID reader with a Raspberry Pi. It reads RFID tags and processes the data for applications like access control, logging, or automation. The project is designed for easy integration and customization, leveraging the GPIO capabilities of the Raspberry Pi.

Notifications You must be signed in to change notification settings

justeozan/BadgeReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

BadgeReader

Contrôle d'accès RFID avec ESP32 et Raspberry Pi

Ce projet vise à créer une solution de contrôle d'accès à base de badges RFID en utilisant un microcontrôleur ESP32 et un Raspberry Pi. La solution permet de lire des badges RFID, de les comparer à une liste autorisée, et de signaler l'accès autorisé ou refusé.

Prérequis

Configuration matérielle

  • ESP32-C3
  • Module RFID MFRC522
  • Raspberry Pi
  • ...

Installation et Configuration

  1. Clonez ce dépôt : git clone https://github.com/votre-utilisateur/controle-acces-rfid.git
  2. Ouvrez le code Arduino avec l'IDE Arduino.
  3. Installez les bibliothèques nécessaires.
  4. Téléchargez le code sur l'ESP32.
  5. Copiez le script Python sur le Raspberry Pi.
  6. Assurez-vous que le Raspberry Pi est configuré avec les bonnes dépendances.

Utilisation

  1. Connectez l'ESP32 et le Raspberry Pi au réseau Wi-Fi.
  2. Exécutez le script Python sur le Raspberry Pi : python raspberry_pi_code.py
  3. Alimentez l'ESP32.
  4. Présentez un badge RFID au lecteur de l'ESP32.

Auteur: Alix WILMART, Lucas FERRAND, Ethan PETIT-JEAN, Ozan SAHIN, Amandine VIALLE-GUERIN Projet réalisé dans le cadre de: Cours d'Hardware - GUARDIA 2

About

BadgeReader is a Python project that interfaces an RFID reader with a Raspberry Pi. It reads RFID tags and processes the data for applications like access control, logging, or automation. The project is designed for easy integration and customization, leveraging the GPIO capabilities of the Raspberry Pi.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published