Selected articles for topic: parallax rfid reader module arduino
→ 9 articles
No video selected for that topic
32390: Parallax : Serial RFID Reader and 4 Tag Sampler Kit ...
Serial RFID Reader and 4 Tag Sampler Kit
This handy RFID kit (serial version) matches our popular RFID Reader with various assorted tags. Designed in cooperation with Grand Idea Studio , the Parallax Radio Frequency Identification (RFID) Reader Module is the first low-cost solution to read passive RFID transponder tags. The RFID Reader Module can be used in a wide...
Website:
https://www.jameco.com
RFID - NFC projects Archives - Use Arduino for Projects
Making a RFID Card Reader with Arduino Yún
Posted by: arduino engineer Posted date: August 06, 2016 | comment : 0
Surya Mattu is a creative technologist who loves to make things. He's based in NYC and working at ITP, a two-year graduate program exploring the imaginative use of communications technologies. Today he's sharing with us how feasible it could be to build an RFID-controlled entry for...
Website:
http://duino4projects.com
Arduino Playground - ParallaxRFIDreadwritemodule
Code for using the Arduino with the Parallax RFID reader/writer
This page is specifically for help with interfacing the Arduino with the newer, black read/write RFID modules from Parallax. If you need help with the blue, read-only module, please visit its page .
To learn more about the module itself, click here .
For the sample code below, the wiring should be set up as:
VCC -> +5V (Arduino)
SIN...
Website:
playground.arduino.cc
Related topics : parallax rfid read write module / rfid read write module arduino / parallax serial rfid reader / writer module arduino / read write rfid tags / rfid read write module
serial - Arduino with Parallax RFID reader storing ...
I am quite new to electronics and have been tinkering around with this Arduino UNO w/ WiFi Shield and the Parallax RFID R/W Module.
Link to the RFID Module: http://www.parallax.com/Store/Accessories/CommunicationRF/tabid/161/ProductID/688/List/0/Default.aspx?SortField=ProductName,ProductName
Link to it's Data Sheet:...
Website:
electronics.stackexchange.com
Related topics : parallax rfid read write module / rfid read write module arduino / parallax rfid card reader serial arduino / rfid read write module / rfid card reader serial parallax
RFID read/write module beginner help. Not reading anything ...
http://parallax.com/product/32399 - RFID R/W 30 mm round tag
I'm trying to read the tags unique ID using this sample code:
//Code to read data from Parallax RFID reader/writer 28440 via Arduino//Program reads data from the old EM4100-based tags and prints their value in the serial monitor. //Writen by vgrhcp, uberdude, sebflippers and sixeyes #include
#define txPin 2 #define rxPin 5 #define RFID_LEGACY 0x0F SoftwareSerial mySerial(rxPin, txPin); int val = 0; char code[11]; //Note this is 11 for the extra null char? int bytesread = 0; void setup() { Serial.begin(9600); ...
Website:
forums.parallax.com
Related topics : parallax rfid read write module / rfid read write module arduino / rfid read write module / read write rfid tags / parallax serial rfid reader / writer module arduino
RFID read/write module beginner help. Not reading anything ...
//Code to read data from Parallax RFID reader/writer 28440 via Arduino//Program reads data from the old EM4100-based tags and prints their value in the serial monitor. //Writen by vgrhcp, uberdude, sebflippers and sixeyes #include
#define txPin 2 #define rxPin 5 #define RFID_LEGACY 0x0F SoftwareSerial mySerial(rxPin, txPin); int val = 0; char code[11]; //Note this is 11 for the extra null char? int bytesread = 0; void setup() { Serial.begin(9600); mySerial.begin(9600); pinMode(2, OUTPUT); pinMode(4, OUTPUT); pinMode(txPin, OUTPUT); //pin...
Website:
forums.parallax.com
Related topics : parallax rfid read write module / rfid read write module arduino / rfid read write module / read write rfid tags / parallax serial rfid reader / writer module arduino
Interface Arduino to RFID Read/Write — Parallax Forums
After mining the forums I've yet to see a fully working arduino sketch that demonstrates the use of the Parallax RFID Read/Write module. I was hoping that someone on this forum might be able to shed some light onto this issue and help what appear to be a sizable group of people out. For more background please...
Website:
forums.parallax.com
Related topics : parallax rfid read write module / rfid read write module arduino / rfid read write module / read write rfid tags / parallax rfid reader module arduino
Interface Arduino to RFID Read/Write - Parallax Forums
edited December 2011 in Accessories Vote Up 0 Vote Down
After mining the forums I've yet to see a fully working arduino sketch that demonstrates the use of the Parallax RFID Read/Write module. I was hoping that someone on this forum might be able to shed some light onto this issue and help what appear to be a sizable group of people out. For more background please...
Website:
forums.parallax.com
Related topics : parallax rfid read write module / rfid read write module arduino / rfid read write module / read write rfid tags / parallax rfid reader module arduino
DIY RFID Card Lock System - Hacked Gadgets – DIY Tech Blog
DIY RFID Card Lock System for his office. The wiring is a bit quick and dirty but sometimes you just need to get things done. It is based around an ATMega 328 microcontroller and is coded using an Arduino sketch but the controller id hand wired on a breadboard to allow for some customization. Shawn is using the...
Website:
http://hackedgadgets.com
Related topics : rfid door lock system diy / rfid card door lock system / rfid card lock system / diy rfid door lock arduino / diy rfid door lock
9 Resources