Difference between revisions of "Workshops/ChipCardDiaries"
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Chipcard Diaries Workshop== | ==Chipcard Diaries Workshop== | ||
− | + | [[File:Stronglink_sl030_annotated.jpg|thumb|SL030 to Arduino UNO mapping]] | |
=== Goal === | === Goal === | ||
* Trigger images and/or movies with OV-Card, WdKA pass, other cards... | * Trigger images and/or movies with OV-Card, WdKA pass, other cards... | ||
Line 12: | Line 12: | ||
* [http://arduino.cc/en/Main/arduinoBoardUno Arduino UNO] | * [http://arduino.cc/en/Main/arduinoBoardUno Arduino UNO] | ||
* [http://processing.org/ Processing] | * [http://processing.org/ Processing] | ||
+ | <br/> | ||
+ | === Steps === | ||
+ | * Get the arduino IDE installed and running | ||
+ | * Execute the arduino Blink example | ||
+ | * Load and run the RFID code | ||
+ | * Attach the RFID reader and test it with your cards | ||
+ | <br/> | ||
+ | * Get the Processing IDE installed and running | ||
+ | * Execute the load and display image example | ||
+ | * Load and rund the RFID trigger code | ||
+ | * Try it out with the RFID reader and Arduino | ||
+ | <br/> | ||
+ | * Adapt the code for playing movies instead of displaying static images! | ||
<br/> | <br/> | ||
=== Links === | === Links === | ||
* [http://arduino.cc/en/Main/Software Arduino IDE] | * [http://arduino.cc/en/Main/Software Arduino IDE] | ||
+ | * [http://arduino.cc/en/Tutorial/Blink Arduino ''Blink'' example] | ||
+ | * [http://arduino.cc/en/Reference/HomePage Arduino Reference] | ||
* [https://processing.org/download/ Processing IDE] | * [https://processing.org/download/ Processing IDE] | ||
− | * | + | * [http://processing.org/reference/ Processing Reference] |
+ | * [http://processing.org/reference/libraries/video/index.html Processing video library reference] | ||
* Processing ''Load and Display image'' example http://processing.org/examples/loaddisplayimage.html | * 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/72ea70e02b06ac2cf69f stronglink_sl030 Arduino sketch] | ||
* [https://gist.github.com/sdbakker/51bfe5e9677f4aae380c RFID image trigger Processing sketch] | * [https://gist.github.com/sdbakker/51bfe5e9677f4aae380c RFID image trigger Processing sketch] | ||
− | + | * [https://gist.github.com/sdbakker/f89b8ca735c6d7b023bd RFID movie trigger Processing sketch] | |
− | + | * [https://gist.github.com/sdbakker/4d8b4b68be367f268fe0 Simpler movie trigger Processing sketch] | |
[[Category:Workshops]] | [[Category:Workshops]] |
Latest revision as of 13:17, 2 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
Steps
- Get the arduino IDE installed and running
- Execute the arduino Blink example
- Load and run the RFID code
- Attach the RFID reader and test it with your cards
- Get the Processing IDE installed and running
- Execute the load and display image example
- Load and rund the RFID trigger code
- Try it out with the RFID reader and Arduino
- Adapt the code for playing movies instead of displaying static images!
Links
- Arduino IDE
- Arduino Blink example
- Arduino Reference
- Processing IDE
- Processing Reference
- Processing video library reference
- Processing Load and Display image example http://processing.org/examples/loaddisplayimage.html
- stronglink_sl030 Arduino sketch
- RFID image trigger Processing sketch
- RFID movie trigger Processing sketch
- Simpler movie trigger Processing sketch