You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Additional infos can be found at the homepage of the project initiator's [websit
4
4
5
5
## Main Features:
6
6
- Supported Protocols:
7
-
- Hitag2, Hitag2+EE, Hitag2 Extended, Hitag2 BMW Extention
7
+
- Hitag2, Hitag2+EE, Hitag2 Extended, Hitag2 BMW EE Extention
8
8
- Hitag3
9
9
- Hitag AES
10
10
- Hitag Pro
@@ -24,34 +24,36 @@ AESHitager PC <-------> Arduino <-------> PCF7991 IC <- - - - -> Key Transponder
24
24
25
25
1.**Arduino**
26
26
- Download the latest Hitaguino release from the Github page
27
-
-**Option 1:**
27
+
-**Flash Arduino (Option 1):**
28
28
Use Avrdudess (https://github.com/ZakKemble/AVRDUDESS, ~2MB) for uploading the .hex file only (Select "Arduino" as Programmer, Select proper COM Port, Baud Rate "115200", select .hex file in "Flash" section, click Go, wait until programming finished)
29
29
30
-
-**Option 2:**
30
+
-**Flash Arduino (Option 2):**
31
31
Open the .ino file in your arduino IDE, compile & upload it to the board
32
32
33
33
**Hint:** It might be necessary to press and release the reset button on the araduino board shortly before upload process starts.
34
34
35
35
2.**RFID Reader**
36
36
It is possible to use any available PCB containing a PCF7991 base station IC (ABIC). The cheapest solution seems to be IPROG RFID Adapter (available for ~ 15$)
37
37
38
-
| Arduino Pin | PCF7991 Pin Nr. |ABIC Pin Name | IPROG D-SUB PIN |
38
+
| Arduino Nano Pin | PCF7991 Pin Nr. |PCF7991 Pin Name | IPROG D-SUB PIN |
Connecting D3 is only required if the ABIC is not supplied with clock source (e.g. Crystal Oscillator) on the PCB. In this case, Arduino's clock output can be used.
51
53
**Hint 2:**
52
54
Connecting GND is only required if not connected via USB. In this case connect Arduino GND to PCB GND (not directly at ABIC GND pin)
53
55
54
-
**Variants:**
56
+
**Hardware Variants:**
55
57
-**Hitag2 v3.1, ZedBull Mini** (and others boards with on-board crystal oscillator and µC):
56
58
- Connect Arduino according to table
57
59
- Do not connect D3, as clock source is already present at the PCB
@@ -60,5 +62,6 @@ AESHitager PC <-------> Arduino <-------> PCF7991 IC <- - - - -> Key Transponder
60
62
-**IPROG RFID Adapter**
61
63
- The adapter can be used without any modification on the PCB
62
64
- Connect with arduino according to table column "IPROG D-Sub Pin" <br>
0 commit comments