Arduino
EC
Electronics Tutorials
EngTech
MI Lab
arduino 2 rfid, arduino 2 rfid reader, arduino 2560 rfid, arduino and parallax rfid, arduino and parallax rfid reader, arduino and rfid, arduino and rfid reader, arduino badge rfid, arduino based rfid, arduino based rfid reader, arduino bluetooth rfid reader, arduino build rfid reader, arduino e rfid, arduino for rfid, arduino forum rfid et portée, arduino gps rfid, arduino hf rfid reader, arduino hid rfid reader, arduino nano rfid, arduino nfc rfid shield, arduino nxp rfid, arduino rfid 1 meter, arduino rfid 10 feet, arduino rfid 12, arduino rfid 125, arduino rfid 125khz, arduino rfid 125khz writer, arduino rfid 13.56, arduino rfid 13.56 mhz, arduino rfid 13.56 mhz shield, arduino rfid 134.2, arduino rfid 134.2 khz, arduino rfid 2.4 ghz, arduino rfid 5 meters, arduino rfid 522, arduino rfid 522 library, arduino rfid 630, arduino rfid 868, arduino rfid 900mhz, arduino rfid access control, arduino rfid access control system, arduino rfid active tag, arduino rfid adafruit, arduino rfid alarm, arduino rfid and ethernet, arduino rfid and lcd, arduino rfid android, arduino rfid antenna, arduino rfid attendance, arduino rfid attendance system, arduino rfid authentication, arduino rfid bluetooth, arduino rfid board, arduino rfid book, arduino rfid buy, arduino rfid buzzer, arduino rfid car starter, arduino rfid card, arduino rfid card reader, arduino rfid cat door, arduino rfid cat feeder, arduino rfid chip, arduino rfid clone, arduino rfid cloner, arduino rfid code, arduino rfid copier, arduino rfid data logger, arduino rfid database, arduino rfid distance, arduino rfid distance sensor, arduino rfid diy, arduino rfid dog door, arduino rfid door lock, arduino rfid door lock code, arduino rfid door lock database, arduino rfid duplicator, arduino rfid ebay, arduino rfid eeprom, arduino rfid em4100, arduino rfid emitter, arduino rfid emulator, arduino rfid ethernet shield, arduino rfid example, arduino rfid example code, arduino rfid external antenna, arduino rfid facebook, arduino rfid flash, arduino rfid forum, arduino rfid fsk, arduino rfid funduino, arduino rfid game, arduino rfid garage door, arduino rfid garage door opener, arduino rfid github, arduino rfid grove, arduino rfid gsm, arduino rfid h, arduino rfid h library, arduino rfid hack, arduino rfid hacker, arduino rfid hf, arduino rfid hid, arduino rfid how to, arduino rfid i2c, arduino rfid id, arduino rfid id-12, arduino rfid ideas, arduino rfid ignition, arduino rfid instructables, arduino rfid interrupt, arduino rfid inventory, arduino rfid iphone, arduino rfid kaufen, arduino rfid key, arduino rfid keypad, arduino rfid kit, arduino rfid lap counter, arduino rfid learning kit, arduino rfid led, arduino rfid library, arduino rfid library for mfrc522, arduino rfid locator, arduino rfid lock, arduino rfid logger, arduino rfid long range, arduino rfid mf522-an, arduino rfid mifare, arduino rfid mifare rc522 module, arduino rfid module, arduino rfid module kit, arduino rfid mosi miso, arduino rfid motor, arduino rfid multiple tags, arduino rfid music, arduino rfid mysql, arduino rfid nfc, arduino rfid open door, arduino rfid pdf, arduino rfid pet door, arduino rfid pet feeder, arduino rfid php, arduino rfid php mysql, arduino rfid processing, arduino rfid projects, arduino rfid proximity, arduino rfid proximity sensor, arduino rfid range, arduino rfid rc522, arduino rfid rdm6300, arduino rfid reader 125khz, arduino rfid reader project, arduino rfid reader tutorial, arduino rfid reader writer, arduino rfid reader writer mifare, arduino rfid scanner, arduino rfid sd card, arduino rfid sensor, arduino rfid shield, arduino rfid shield 125khz, arduino rfid sketch, arduino rfid sniffer, arduino rfid sparkfun, arduino rfid spoofer, arduino rfid starter kit, arduino rfid tag, arduino rfid tag emulator, arduino rfid time clock, arduino rfid toy, arduino rfid tracker, arduino rfid tracking, arduino rfid transmitter, arduino rfid transponder, arduino rfid tutorial, arduino rfid uart, arduino rfid uart example, arduino rfid uhf, arduino rfid uhf reader, arduino rfid uk, arduino rfid usb, arduino rfid vb, arduino rfid video, arduino rfid visual basic, arduino rfid web, arduino rfid web server, arduino rfid wiegand, arduino rfid wiegand 26, arduino rfid wiegand interface, arduino rfid wifi, arduino rfid with lcd, arduino rfid writer, arduino rfid writer 125khz, arduino rfid writer shield, arduino rfid xbee, arduino rfid youtube, arduino rfid zeiterfassung, arduino rfid zigbee, arduino rfid zugangskontrolle, arduino uno rfid, arduino uno rfid door lock, arduino uno rfid reader, arduino uno rfid shield, arduino y rfid, arduino yun rfid, rfid id20 arduino
Amisha
0 Comments
Arduino and RFID
Introduction:
Communication through RFID is today one of the most used communications, from business cards to stickers income work that go into the products to be registered in logistics centers or market stores.
RFID (Radio Frequency IDentification) is a technology that allows you to store and deliver information and is generally implemented in labels, cards, coins, or RFID adhesive, and it is permitted to provide identification to an object, this system can identify wireless way all the information concerning the product or article containing the card or RFID tag is definitely an automatic identification that does not require direct contact to be scanned.
RFID systems are made of small antennas that allow them to receive and transmit information from a device or RFID device. There are two types of RFID cards, one call active and one passive, which means that the tags or passive RFID tags require no power source, whereas active if required. This technology has a great advantage over infrared system, because no line of sight is required for the card or tag is read.
This time we made a test with the RFID module in version 1.2 Elechouse card and Arduino Mega 2560 This module operates at a frequency RFID 13.56Mhz in read-write within its features are the following:
1 highly integrated to demodulate and decode the information analog circuit
2 ISO / IEC14443A Support / MIFARE
3 Typical operating distance in Read / Write ISO / IEC14443A / MIFARE mode 40 ~ 50 mm
4 Supports MIFARE Classic encryption in Read / Write mode.
5 Supports high-speed transfer ISO / IEC14443A communication to 848kbit / s
6 Control through UART interface: Your rat will transfer from 2400bps ~ 115200bps, default is 9600 baud.
7 ISO14443 The chip supports MIFARE encryption standard algorithm.
8 EEPROM settings are preserved without power
9 contains 8K EEPROM, easy to access through command
10 Easy to use user sending simple commands, you can control the writing and reading of cards.
11 Free voltage: 4.5V ~ 5.5V, typically 5V.
12 Interface: UART (5V TTL) and SPI (TTL 3.3V)
13 Dimensions: 40mm x 50mm
Test of RFID card module and Arduino Mega 2560
If you’re working with the Arduino Uno, you can work the code like the one provided by the manufacturer, but if you should be working with the Arduino Mega 2560 card you must change the pin numbers 2 and 3, by pins 10 and 11 respectively, because in this web site that describe Arduino using the library “SoftwareSerial.h” with an Arduino Mega, the serial configuration does not work with all pins, only the following pins can be configured are SoftwareSerial library .h: RX: 10, 11, 12, 13, 14, 15, 50, 51, 52, 53, A8 (62), A9 (63), A10 (64), A11 (65), A12 (66), A13 (67), A14 (68), A15 (69).
Post Comment
You must be logged in to post a comment.