Тёмный
No video :(

Ep. 60 - Arduino RFID Tutorial & Implementation, RC522 Module Read Example Project 

EEEnthusiast
Подписаться 41 тыс.
Просмотров 13 тыс.
50% 1

Опубликовано:

 

28 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 14   
@digihz_data
@digihz_data 5 лет назад
Good example of using the rfid.
@digihz_data
@digihz_data 5 лет назад
When using multiple rfid tags in your example, you must have a break statement in the code. if (strID == RFID_Correct[i]) { scanStateFlag = 1; found = 1; } Should be: if (strID == RFID_Correct[i]) { scanStateFlag = 1; found = 1; break;//(Important to have if we use more than 1 rfid tag) } Defining more than 1 rfid tag: //Using 2 rfid tags #define RFID_AccessCards 2 String RFID_Correct[RFID_AccessCards] = {"2c:d7:c3:a5", "2c:d7:c3:b8"}; //Using 4 rfid tags #define RFID_AccessCards 4 String RFID_Correct[RFID_AccessCards] = {"2c:d7:c3:a5", "2c:d7:c3:b8""1c:d7:c3:a5", "1c:d7:c3:b8"};
@peakvisiontv
@peakvisiontv 5 лет назад
Great tutorial thanks, Its very helpful Just a quick bug-fix I think that the"int found = 0;" needs to be before the "for" loop when using an array with more than one element. In your example code 'found' gets reset on each cycle of the for loop, consequently only the last string in the array is considered.
@digihz_data
@digihz_data 5 лет назад
You can add a break statment to if you use more than 1 rfid tag. Like this: if (strID == RFID_Correct[i]) { scanStateFlag = 1; found = 1; break;//(Important to have if we use more than 1 rfid tag) }
@digihz_data
@digihz_data 5 лет назад
There is a typo on your blog.The link to RFIDScanner.ino. It says...Arduino LCD Menu. Blog site: eeenthusiast.com/arduino-rfid-tutorial-implementation-rc522-module-read-example-project/ Typo: The full program we will be implementing in this project is available here: Arduino LCD Menu. The Arduino IDE used is version 1.6.9.
@DarrenDIY
@DarrenDIY 7 лет назад
very good nice one
@digihz_data
@digihz_data 5 лет назад
What does this line do? What is it supposed to do? MFRC522::MIFARE_Key key; I not see any reference in your code to "key".
@linuxguy1199
@linuxguy1199 7 лет назад
Hey look Java! (On the whiteboard in the background)
@eli1882
@eli1882 6 лет назад
Java is terrible
@iotlabtm8790
@iotlabtm8790 6 лет назад
how to import this data on excel
@josemiguel8162
@josemiguel8162 7 лет назад
Hola amigo, pero tengo un problema al compilar la biblioteca de Miguel Balboa, y me sale este error no sé cómo resolverlo, el agradecimiento a alguien que me ayude MFRC522 clase no tiene un elemento llamado 'PICC_Halta'
@timhawinkels5330
@timhawinkels5330 7 лет назад
Idea, Export the rfid's codes to an EXCEL file with check in and out time.
Далее
Whoa
01:00
Просмотров 46 млн
The Fan’s Fang Skin🔥 | Brawl Stars Sneak Peek
00:16
Lesson 21 - RC522 RFID Module
35:54
Просмотров 33 тыс.
RFID DOOR LOCK -  with 3D printed case
15:12
Просмотров 87 тыс.
Ford RS gauges with Arduino UNO
45:38
Просмотров 234 тыс.
Arduino RFID Sensor (MFRC522) Tutorial
8:14
Просмотров 993 тыс.
Clone your RFID badge - Gain entry in style!
7:32
Просмотров 256 тыс.
Whoa
01:00
Просмотров 46 млн