Shop OBEX P1 Docs P2 Docs Learn Events
RFID Read/Write with Arduino Robot — Parallax Forums

RFID Read/Write with Arduino Robot

sys2sys2 Posts: 2
edited 2014-09-06 14:13 in Accessories
Hello, we are trying to add the black RFID reader/writer found at http://www.parallax.com/product/28440 to the Arduino Robot from Arduino.cc found at http://arduino.cc/en/Main/Robot

We cannot determine how to add this sensor to the robot. We did find this article however, which has been of some assistance: http://playground.arduino.cc/Learning/ParallaxRFIDreadwritemodule

Thank you for the help.

Comments

  • NWCCTVNWCCTV Posts: 3,629
    edited 2014-09-05 22:49
    It looks like Transmit goes to Pin 6 on Arduino, Receive goes to Pin 8. You then need to connect to 5V and then Ground. Should work after that with the code they provided.
  • GenetixGenetix Posts: 1,747
    edited 2014-09-05 23:43
    It looks like Parallax recently added Arduino code. I am not sure though if the setup is the same as for the BASIC Stamp 2, which is Pin 0 connects to SIN and Pin 1 connects to SOUT.
    http://www.parallax.com/downloads/rfid-readwrite-module-arduino-code-example
  • GordonMcCombGordonMcComb Posts: 3,366
    edited 2014-09-06 13:41
    sys2 wrote: »
    We did find this article however, which has been of some assistance: http://playground.arduino.cc/Learning/ParallaxRFIDreadwritemodule

    Since this article appears to be complete, with wiring instructions and code, what exactly is the issue you are having?
  • sys2sys2 Posts: 2
    edited 2014-09-06 14:13
    Since this article appears to be complete, with wiring instructions and code, what exactly is the issue you are having?

    I am a software engineer, but not a hardware person. I don't know where the pins are supposed to be connected to. Detailed diagrams are typically what is needed; however, I am reviewing the replies I received above and I will see if I can figure it out. Thanks for the help so far, everyone
Sign In or Register to comment.