Skip to content

Commit

Permalink
project update
Browse files Browse the repository at this point in the history
  • Loading branch information
ImplFerris committed Jan 21, 2025
1 parent d5d9187 commit f4b242a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions src/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Note: It will contain projects related to all ESP32 families. So may not be exac

## ESP32
- [ESP32 Rex](https://github.com/implferris/esp32-rex): Dinosaur Game for the ESP32 with an OLED display, using the Embassy framework.
- [ESP32 RFID Access Control](https://github.com/implferris/esp32-rfid-access): Smart Door Lock Simulation with Rust and ESP32, using RFID, optional servo motor, and OLED display to simulate and control door access.
- [ESP32 Wi-Fi Tank](https://github.com/jamesmcm/esp32_wifi_tank): A Wifi-controlled tank/rover built with an ESP32 control board and Rust
- [Solar Inverter](https://github.com/Orange-Murker/solar_inverter): Grid-Tie Solar Inverter with MPPT
- [Paper train](https://github.com/vhdirk/papertrain): Displays NMBS train delays on an e-ink display, driven by an esp32
Expand Down
8 changes: 2 additions & 6 deletions src/rfid/project-ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ Build an access control system that displays "Access Granted" or "Access Denied"
- [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).
Expand All @@ -32,9 +29,6 @@ I found an interesting video that demonstrates an automatic garage door system u
- [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!


## 3. Simple Smart Door Lock System with ESP32 and RFID

Expand All @@ -53,3 +47,5 @@ A door model can be built using a cardboard box, where a servo motor opens the d

### 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!

- [ESP32 RFID Access Control](https://github.com/implferris/esp32-rfid-access): Smart Door Lock Simulation with Rust and ESP32, using RFID, optional servo motor, and OLED display to simulate and control door access.

0 comments on commit f4b242a

Please sign in to comment.