-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
333624c
commit caf6705
Showing
2 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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
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! |