Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoomlmly committed Sep 25, 2021
1 parent 2291c96 commit 1689d0f
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
soton-id-reader
# Soton ID reader

Read University of Southampton ID cards. This only works with the plaintext parts at the moment.

## Circuit

Connect the Arduino to a PN532 breakout board like so:

- 5V -> VCC
- GND -> GND
- A4 -> SDA
- A5 -> SCL
- 2 -> IRQ
- 3 -> RSTO

## Dependencies
- [Adafruit PN532 library](https://github.com/adafruit/Adafruit-PN532) - this is available in the Arduino IDE's library manager

0 comments on commit 1689d0f

Please sign in to comment.