vault backup: 2026-07-11 16:59:05

This commit is contained in:
John Lyon-Smith
2026-07-11 16:59:05 -07:00
parent b0318f13ae
commit ecb462a16b
82 changed files with 1970 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
## Goal
Create a handheld RFID reader.
## To Do
- [x] Connect LCD screen and get working 2024-06-02 ✅ 2024-06-02
- [x] Connect RFID reader and get working 2024-06-02 ✅ 2024-06-02
- [x] Connect RFID reader and LCD screen 2024-06-02 ✅ 2024-06-02
## References
- [LCD Display](https://pimylifeup.com/raspberry-pi-lcd-16x2/)
- [2 mfrc522 in one arduino](https://forum.arduino.cc/t/2-mfrc522-in-one-arduino-solved/416925/3)
- [Arduino - LCD I2C | Arduino Tutorial](https://arduinogetstarted.com/tutorials/arduino-lcd-i2c)