==Introduction==

This is an implementation of the Radboud Reader for the Arduino prototype platform (http://www.cs.ru.nl/~joeri/papers/idman13.pdf). It was build using the following components:
- Arduino Leonardo
- Keypad (https://www.sparkfun.com/products/8653)
- Serial enabled LCD 20x4 (https://www.sparkfun.com/products/9568)
- Breakout board for smart cards (https://www.sparkfun.com/products/9440)


==Requirements==

- Arduino (http://arduino.cc)
- SCLib (https://sourceforge.net/projects/arduinosclib/)
- Keypad library (http://playground.arduino.cc/Code/Keypad)
- Base64 library (https://github.com/adamvr/arduino-base64)


==Acknowledgements==

Thanks to Angus for providing support for the SCLib library.
