Open Khalifla opened 2 years ago
Bro work on it. 9 months later and no progress
Sure, just make sure it gets to the top of the list first
Yep boss. For that 1100 points top "feature" hasn't been implemented for more than year, when it was on first position. Let people send you more money and maybe at 10000 points u start doing on it.
Maybe :)
+1
Looks like you were priced out of the market. That's life.
-jim lee
Is that actually going to happen ?
No, because u need to pay at least 500 USD to have any chance of implementing this feature in next year or two.
+1
come on guy ,we neeed the rfid module , after all this time with no progress ,i think the dev guys are sleeping
From time to time I browse Google for RFID Wokwi projects. There are some, also compilation is running, custom module for RFID RC522 is there, but I don't know how to use it. There is no guide on "How to attach a tag". Maybe it works in some way that I haven't found yet.
Examples I found: https://wokwi.com/projects/389180983211282433
Hi @martinius96, I reviewed the links you presented, none of these projects have functional implementation of the chip.
The first link started implementing, but didn't complete the SPI communication on the chip. Maybe someone can help with that. Mfrc522 uses SPI communication. Here's the documentation for customizing chips with SPI: https://docs.wokwi.com/chips-api/spi
The second link, the chip code doesn't do anything.
As an alternative to CHIP RC522
, I made my own CHIP RDM6300
, you can use it
In the past I had the need to emulate an RFID reader, and I did a basic simulation of the RDM6300 Chip https://github.com/djedu28/wokwi-rdm6300-custom-chip
The RDM6300 chip uses serial communication. I implemented 3 controls.
- Control-1 > "1-Aproximate" or "0-Away" the tag
- Control-2 > Card1: "1-On" and "0-Off" tag 1
- Control-3 > Card2: "1-On" and "0-Off" tag 2
When Card1=0 and Card2=1, the chip approximates or moves away tag 2 (Card2), any other configuration uses tag 1
Automatically translated.
Original message (pt-BR):
Olá @martinius96, revisei os links que você apresentou, nenhum destes projetos possuem a implementação funcional do chip
O primeiro link iniciou a implementação, contudo não foi realizado a comunicação SPI no chip. Talvez alguém possa dar comunidade. A comunicação do Mfrc522 é SPI. Aqui possui a documentação da personalização de chips com SPI https://docs.wokwi.com/chips-api/spi
O segundo link, o código do chip não faz nada.
Como alternativa ao
CHIP RC522
, fiz o meu próprioCHIP RDM6300
, você pode usá-loNo passado tive a necessidade de emular um leitor de RFID, e fiz uma simulação básica do RDM6300 Chip https://github.com/djedu28/wokwi-rdm6300-custom-chip
o chip RDM6300 usa comunicação serial. implementei 3 controles.
- Controle-1 > "1-aproximar" ou "0-Afastar" a tag
- Controle-2 > Card1: "1-Ativa" e "0-Desativa" a tag 1
- Controle-3 > Card2: "1-Ativa" e "0-Desativa" a tag 2
Quando a Card1=0 e a Card2=1, o chip aproxima ou afasta a tag 2 (Card2), qualquer outra configuração usa a tag1
It would help simulate RFID projects.