flipperzero-firmware icon indicating copy to clipboard operation
flipperzero-firmware copied to clipboard

Fix T5577 reset function

Open v0lp3 opened this issue 2 years ago • 2 comments

What's new

In the t5577_write_reset the opcode transmitted was 0b10, according to any T5577 documentation the opcode for reset mode is 0b00. For future implementations I added the possibility to select the page to write.

Verification

Checklist (For Reviewer)

  • [ ] PR has description of feature/bug or link to Confluence/Jira task
  • [ ] Description contains actions to verify feature/bugfix
  • [ ] I've built this code, uploaded it to the device and verified feature/bugfix

v0lp3 avatar Dec 06 '23 19:12 v0lp3

@v0lp3 this PR breaks writing to 5577 completely

Here is simple test set, please ensure that all cards from this set can be written and then read back. After that reopen PR.

RFID Test Files.zip

skotopes avatar Dec 12 '23 16:12 skotopes

@v0lp3 this PR breaks writing to 5577 completely

Here is simple test set, please ensure that all cards from this set can be written and then read back. After that reopen PR.

RFID Test Files.zip

I think this was caused by the problem @DrZlo13 pointed out, now should be ok. Onestly I don't have a T5577 to test read/write at the moment, more than once I bought T5577 rfid tags but every time flipper fails to write them, so if you, or anyone else, could test this code for me I would be grateful.

v0lp3 avatar Dec 13 '23 00:12 v0lp3