ondryaso / pi-rc522

Raspberry Pi Python library for SPI RFID RC522 module
MIT License
411 stars 150 forks source link

Read faster? #40

Closed Ogg3l closed 6 years ago

Ogg3l commented 6 years ago

Hi,

first of all thank you for you rc bib. It works fine :) Do you have any idea to read faster? We have the RFID reader under remote-controlled cars and the Tags lie on the ground. The problem is, that the cars drive too fast over the tags, so that the reader can't read.

We have no idea to improve that. Maybe you have an idea? :)

Thank you :)

Divyank95 commented 6 years ago

This problem may be solved by increase the range of rfid reader by using ACTIVE RFID TAGS that lies on ground.

On Thu, Mar 8, 2018, 12:36 AM Ogg3l notifications@github.com wrote:

Hi,

first of all thank you for you rc bib. It works fine :) Do you have any idea to read faster? We have the RFID reader under remote-controlled cars and the Tags lie on the ground. The problem is, that the cars drive too fast over the tags, so that the reader can't read.

We have no idea to improve that. Maybe you have an idea? :)

Thank you :)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ondryaso/pi-rc522/issues/40, or mute the thread https://github.com/notifications/unsubscribe-auth/Af75WpS3connHo-CRwaiHrrlHXCKS8jbks5tcCuEgaJpZM4Sg94r .

Ogg3l commented 6 years ago

Ahh okay thank you for the info. We thought that there is maybe an option to improve the read rate or something like that. Is there an option we could test without Active Tags? Do you have an idea?

The only option we found was the antenna gain. We set this to the value 7. It seems that 7 is the highest value.

Divyank95 commented 6 years ago

since mfrc522 works on spi protocol, you can increase the data transfer rate by increasing the serial clock sck of master device.

And if you do not want to use active tags then you can also connect a long range antenna, which is able to transmit more power, to mfrc522 module.

On Thu, Mar 8, 2018, 12:13 PM Ogg3l notifications@github.com wrote:

Ahh okay thank you for the info. We thought that there is maybe an option to improve the read rate or something like that. Is there an option we could test without Active Tags? Do you have an idea?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ondryaso/pi-rc522/issues/40#issuecomment-371395436, or mute the thread https://github.com/notifications/unsubscribe-auth/Af75WhoJQtZxY-19Ovkx6Z-fyExu6QOHks5tcNMGgaJpZM4Sg94r .

Ogg3l commented 6 years ago

Can you explain how to increase the clock rate? We are newbies on this issue.

Edit: We are working on a raspberry pi