9
9
952042016-08-25 11:30:53
MySQL
95204, 2016-08-25 11:30:53

How to get a unique RFID phone?

The essence of the problem
RFID-RC522
Adruino reader
The RFID
library normally reads uid cards, but the phone is different every time.
Am I reading the wrong code? Or do I not understand something?
mfrc522.uid.uidByte
code from the example.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Rsa97, 2016-06-04
@FMars

SELECT `u`.`id`, `u`.`name`
  FROM `article_subject` AS `as`
  JOIN `user_subject` AS `us` 
    ON `as`.`article_id` = :article_id AND `us`.`subject_id` = `as`.`subject_id`
  JOIN `users` AS `u` 
    ON `u`.`id` = `us`.`user_id`

S
Spetros, 2016-08-25
@Spetros

phone is different every time

That's the way it should be.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question