-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
work on iso15, merging with official, ... #1
Comments
Ok. Got it.So for the iso15 i will try to merge your work with the official one and with mine for the clone/restore and for the simulator. Then i will PR everything to the official and to your fork. |
I suggest you merge against one first. Keeping track of three different versions at the same time is hard. Normally PM3 Offical is the oldest, then comes my fork with adaptations. You make up your mind which you like, and start from there ;) |
Yes. In any case my first step will be checking diff between both versions (only concerning iso15). If every diff in Iceman fork are improvement without any regression then the merging job will be easy ;). |
Another question : it's probably not the right place but : do you know if fully writable (including uid) iso15 tag (like chinese mifare) exist and if : how to get some ? |
There is no magic iso15693 cards on the market to my knowledge. |
have a look a @douniwan5788 He did much of iso15 impl first. |
Oh Yeah ! He did a lot of work on the sim, but the last version on his branch "newWorking15693sim" don't contain a fully working sim and his approach don't seems to be very "clean". But i will definitely grab few things from his code ;). Thanks to you and to him. |
well, I think you have all of the ones that I have found... |
(@iceman1001 or anyone else) : Another question for my work on iso15 : Is there any way/functions to store some none-volatile data on the PM3 ? (Data that stay there after a power loss). |
well.. not directly of the box, but remember there is 512kb flash mem on some boards. |
OK. TY. My PM have a 256k flash, Is there a simple way to write it ? |
You have to look at the atmel specs to sort that out. Remember your 256kb mostly filled with firmware.. You would need to find a place in the end, to write and read... |
waking up an old issue,
Still waiting for you to finish the sim :) |
Yes i restarted working on that. My plan is to have a fully working simulator before the end of the month and to work on merging it on feb. My next job is to implement the support for the FSK mode (aka 2 Subcarrier). But i had never touched to the fpga code yet and i'm not sure of what is the good way to do that. |
Merry Christmas! Two years has passed (more or less) since I commented last. The RRG/Iceman repo is quite a nice place to merge your code into. I see your stuff never got into Official. Hook me up on the RFID Hacking discord ( https://discord.gg/iceman ) or email me, so we can do something with your stuff. One thing is that you don't need to remove trace for fpga, and I would suggest you use a struct instead of having references to offsets in a array as base for the emulator. |
Issue created based on discussion with Iceman1001 in 0ada0e5#comments
last message from lnv42:
Response from Iceman1001:
The text was updated successfully, but these errors were encountered: