From 640c47e257ad71eabd12101eda8c4b7e5fd92a59 Mon Sep 17 00:00:00 2001 From: Martin Chlebovec Date: Sun, 31 Mar 2024 19:37:37 +0200 Subject: [PATCH] Update README.md --- firmware/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/firmware/README.md b/firmware/README.md index 9237f07..34351b2 100644 --- a/firmware/README.md +++ b/firmware/README.md @@ -2,8 +2,9 @@ * Open link: https://github.com/martinius96/Airsoft-DOMINATOR-RFID/blob/master/firmware/RFID_DOMINATOR.hex * Click on ... then, Download ![image](https://github.com/martinius96/Airsoft-DOMINATOR-RFID/assets/14253034/fa148ef1-d3ce-43cc-b4db-3a2ba0c95624) -* Download firmware is DEMO application - executable .hex for ATmega328P. It will test your display and mainly RFID reader -* Compatible with Arduino Uno, Nano, connect everything based on schematics: +* Downloaded firmware is DEMO application - executable .hex for ATmega328P. It will test your display and mainly RFID reader +* Using this firmware you can read RFID card UID (unique identifier) that can be used in RFID Domination Timer full app +* Compatible with Arduino Uno, Nano, wiring diagram (LEDs, buzzer not required): ![RFID_DOMINATOR_2 0_Schematics](https://github.com/martinius96/Airsoft-DOMINATOR-RFID/assets/14253034/b89e8991-9109-4cb8-963a-dc8c8cafa119) * You will see basic output on LCD screen to check if it supports current library * **Via DEMO firmware you can read UID of your RFID card and print them in Serial monitor**