Arduino Tutorial for Beginners 16 - RFID Tutorial RC522 with Arduino Uno

preview_player
Показать описание
Welcome to this video on Arduino Tutorial for Beginners. This video about RFID module. So we will see How to use Arduino and RFID.
This video shows how to use RFID module, and check RFID card to turn LED on/off

RFID MODULE PINS ARDUINO PINS
* RST/Reset RST 9
* SPI SS SDA(SS) 10
* SPI MOSI MOSI 11
* SPI MISO MISO 12
* SPI SCK SCK 13

Code to turn led on/off:

Create a empty string
String _yourString = "";

put _yourString += buffer[i]; in the function as the video

if( _yourString == "This is Decimal RF card number ")
turn led on;
else turn led off;


put _yourString = ""; at the end of loop function as the video



Arduino programs, called “sketches”, are written in a programming language similar to C and C++. Many sensors and other hardware devices come with prewritten software – look on-line for sample code, libraries (of functions), and tutorials. Learn the Arduino platform and programming language to create robots, interactive art displays, electronic gadgets and much more.

#ProgrammingKnowledge #Arduino #ArduinoTutorial

★★★Top Online Courses From ProgrammingKnowledge ★★★

★★★ Online Courses to learn ★★★

★★★ Follow ★★★

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!
Рекомендации по теме
Комментарии
Автор

what should I do when the test result is "Defect or unknown"

szymonsobota
Автор

Thankyou for this, my was not originally working then when I downloaded the library, it had a diagram of various boards which required different pins, and I also had to change the speed of the serial port, and it tested fine.

nathancook
Автор

Hi,
line number 137 (time "11:10") you closed IF statement using semicolon; then how it is turning LED on & off. I am new to programming and Arduino. I could not get that point. Please correct me if i am wrong.

amaldev
Автор

Sir when i upload rfid_default_keys code and take tag near to reader, it is not displaying anything on the serial monitor. Plz help!

anujaS
Автор

What to do if the firmware upadate says unkown or defected?

sulantro
Автор

I really like your videos. Keep up the good work. Can you also bring a tutorials series on raspberry pi 3 ?

shauryashrivastava
Автор

Is it possible to code URLs with this device? How do you do so?

johnsharpe
Автор

this code is giving an error in line 139.

Unlocking_Quotes
Автор

after you add the zip how to open a project ?

daniellepat
Автор

When I apply the (firmware_check). It says Result: DEFECT or UNKNOWN when I apply the ( rfid_default_keys) .. I approached the card from the reader but it didn't read it

محمدبنماضي-ثغ
Автор

No any programmer in India who can interface this card with 8051 or pic12f629. All are on Arduino that provides a pre written program simply download load in library and run.

goodfood
Автор

can i use arduino mega in this prooject bro?

kevinsolera