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

Показать описание
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!
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!
Комментарии