PiicoDev RFID Module | Guide for Raspberry Pi Pico

PiicoDev RFID Module | Guide for Raspberry Pi Pico

Core Electronics

2 года назад

12,065 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@Drip_Or_Slip
@Drip_Or_Slip - 24.04.2023 21:55

Is it possible to give it a longer reading range?

Ответить
@blazkristan3237
@blazkristan3237 - 15.03.2023 20:56

can i rewrite id with this module

Ответить
@rajanbaraiya6
@rajanbaraiya6 - 09.02.2023 23:06

Hello how compatilble this expansion/RFID , if I wish to do this same project but using Wiznet pico with eithernet?

Ответить
@yi6able
@yi6able - 06.02.2023 21:48

Hello, are we able to change the RFID's ID so we can set up an automatic generation of random ID numbers for each use to make it more secure?

Ответить
@MrThermike
@MrThermike - 27.01.2023 19:53

Very cool and informative video! I am trying to troubleshoot my setup. Can I ask you a question here or elsewhere? Thank you.

Ответить
@joshuarowe8410
@joshuarowe8410 - 02.01.2023 03:30

How easy is it to use these without Python and the provided library? I assume since you can connect them on a bus they're basically wrapping i2c around the RFID chips driver so if I use C and i2c I can control the RFID chip easily?

Ответить
@billlynch3400
@billlynch3400 - 28.12.2022 04:32

Do you have a version that does not include the additional PICO attachments, but just the PICO and the RC522 board?

I also was wondering as a simple test of the sensor board, would the following work?
from machine import Pin, I2C
sda1=Pin(0)
scl1=Pin(1)
id1=0
i2c1=I2C(id=id1,sda=sda1,scl=scl1)
print(i2c1.scan())

Thanks.

Ответить
@ntzrmtthihu777
@ntzrmtthihu777 - 04.12.2022 15:42

Hypothetical question. Could one make a handheld device making use of this, which could be used to 'fake' being an ntag213 card/fob/whatever?
The theory is to replicate the sort of card locks hotels might have, which in my experience are programmed (room number, public gate, etc) with a
series of cards (these are specifically t5577 125k(?)hz cards if memory serves), but able to be programmed with a simple handheld device instead
of either batch programming the cards for a floor ahead of time and doing them in one go or reusing the same card in between each room/door.

Ответить
@caiosaraiva8839
@caiosaraiva8839 - 26.08.2022 19:29

Very well made! Amazing video!
One question: Can I achieve the same results using a standard/common RFID and those libraries that you used in your video?

Ответить
@rickharold7884
@rickharold7884 - 26.05.2022 20:23

Cool

Ответить
@johng3792
@johng3792 - 31.03.2022 17:55

Super well made video. Thank you for the help and bomb resource

Ответить