RfidResearchGroup / proxmark3

Iceman Fork - Proxmark3
http://www.icedev.se
GNU General Public License v3.0
3.81k stars 1.01k forks source link

Add alternative chip ID #2157

Closed jmichelp closed 10 months ago

jmichelp commented 10 months ago

I couldn't find this exact chip ID on any datasheet but that's the ID I have on my genuine PM3 RDV4 and I was tired of seeing Unknown :)

The last 5 bits of the chip ID only indicate the version of the chip (Section 26.5.10 page 235 of the datasheet from 2012) so I arbitrarily merge the 0xE version with the 0xF and identify them as rev B.

github-actions[bot] commented 10 months ago

You are welcome to add an entry to the CHANGELOG.md as well

iceman1001 commented 10 months ago

annoying but I couldn't find that Chip ID either... So your solution is good enough.