Skip to content

Commit

Permalink
project ideas for rfid
Browse files Browse the repository at this point in the history
  • Loading branch information
ImplFerris committed Jan 19, 2025
1 parent 333624c commit caf6705
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@
- [AccessBits Calc](./rfid/access-bits-calculator.md)
- [Write Data](./rfid/write-data.md)
- [Change Auth Key](./rfid/change-auth-key.md)

- [Project Ideas](./rfid/project-ideas.md)
- [Projects](./projects.md)
36 changes: 36 additions & 0 deletions src/rfid/project-ideas.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Project Ideas

## 1. Access Control with RFID and OLED

Build an access control system that displays "Access Granted" or "Access Denied" on an OLED display when RFID tags are scanned. Optionally, add a buzzer to provide audio feedback based on the access status.

### Components
- MFRC522 (RFID reader module) & RFID Tags/Cards
- 0.96-inch OLED Display (I2C interface)
- \[Optional\] Buzzer (for audio feedback)
- Power Supply (e.g., 5V adapter or battery)

### Related resources to learn
- [OLED Display](../oled/index.md)
- [Buzzer](../buzzer/index.md)

### Showcase
If you create a project based on this idea, feel free to send a pull request with your project link, and we'll feature it here!

## 2. Automatic Garage door using RFID

I found an interesting video that demonstrates an automatic garage door system using RFID with Arduino. You can replicate this project using an ESP32 and Rust. [Watch the video here](https://www.youtube.com/watch?v=ICnYGbvkrpo).

### Components
- MFRC522 (RFID reader module) & RFID Tags/Cards
- Servo motor
- \[Optional\] Buzzer (optional, for audio feedback)
- Power Supply (e.g., 5V adapter or battery)


### Related resources to learn
- [Servo motor](../servo/index.md)


### Showcase
If you create a project based on this idea, feel free to send a pull request with your project link, and we'll feature it here!

0 comments on commit caf6705

Please sign in to comment.