Difference between revisions of "Workshops/ChipCardDiaries"

From DigitalCraft_Wiki
Jump to navigation Jump to search
Line 28: Line 28:
 
=== Links ===
 
=== Links ===
 
* [http://arduino.cc/en/Main/Software Arduino IDE]
 
* [http://arduino.cc/en/Main/Software Arduino IDE]
* [Arduino ''Blink'' example http://arduino.cc/en/Tutorial/Blink
+
* [http://arduino.cc/en/Tutorial/Blink Arduino ''Blink'' example]
 
* [http://arduino.cc/en/Reference/HomePage Arduino Reference]
 
* [http://arduino.cc/en/Reference/HomePage Arduino Reference]
 
* [https://processing.org/download/ Processing IDE]
 
* [https://processing.org/download/ Processing IDE]

Revision as of 08:00, 2 September 2014

Chipcard Diaries Workshop

SL030 to Arduino UNO mapping

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