Difference between revisions of "Workshops/ChipCardDiaries"
Jump to navigation
Jump to search
(Created page with "=Chipcard Diaries Workshop= Category:Workshop") |
|||
Line 1: | Line 1: | ||
− | =Chipcard Diaries Workshop= | + | ==Chipcard Diaries Workshop== |
+ | === Goal === | ||
+ | * Trigger images and/or movies with OV-Card, WdKA pass, other cards... | ||
+ | * Document the process in such a way you can reproduce the result | ||
+ | * Update this page | ||
+ | <br/> | ||
+ | === Techniques used === | ||
+ | * [http://en.wikipedia.org/wiki/Radio-frequency_identification RFID] | ||
+ | * [http://en.wikipedia.org/wiki/MIFARE MIFARE compatible RFID cards] | ||
+ | * [http://www.stronglink-rfid.com/en/rfid-modules/sl030.html Stronglink SL030 RFID Reader] | ||
+ | * [http://arduino.cc/en/Main/arduinoBoardUno Arduino UNO] | ||
+ | * [http://processing.org/ Processing] | ||
− | [[Category: | + | === Links === |
+ | |||
+ | * [http://arduino.cc/en/Main/Software Arduino IDE] | ||
+ | * [https://processing.org/download/ Processing IDE] | ||
+ | * Arduino ''Blink'' example http://arduino.cc/en/Tutorial/Blink | ||
+ | * Processing ''Load and Display image'' example http://processing.org/examples/loaddisplayimage.html | ||
+ | * [https://gist.github.com/sdbakker/72ea70e02b06ac2cf69f stronglink_sl030 Arduino sketch] | ||
+ | * [https://gist.github.com/sdbakker/51bfe5e9677f4aae380c RFID image trigger Processing sketch] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | [[Category:Workshops]] |
Revision as of 22:11, 1 September 2014
Chipcard Diaries Workshop
Goal
- Trigger images and/or movies with OV-Card, WdKA pass, other cards...
- Document the process in such a way you can reproduce the result
- Update this page
Techniques used
Links
- Arduino IDE
- Processing IDE
- Arduino Blink example http://arduino.cc/en/Tutorial/Blink
- Processing Load and Display image example http://processing.org/examples/loaddisplayimage.html
- stronglink_sl030 Arduino sketch
- RFID image trigger Processing sketch