The firmware includes internal support for PAC/Stanley, and I’ve successfully added the GUI implementation. While reading PAC/Stanley cards works perfectly, the emulation is not being recognized by the reader.
After comparing the implementation with Flipper Zero's firmware, I noticed a discrepancy in the data structure:
Flipper: Prefixes the UID hex with EE 20 (Works).
Chameleon: Prefixes the UID hex with 20 32 (Does not work).
This difference in the prefix seems to be preventing the PAC/Stanley reader from reacting to the Chameleon's emulation.
The firmware includes internal support for PAC/Stanley, and I’ve successfully added the GUI implementation. While reading PAC/Stanley cards works perfectly, the emulation is not being recognized by the reader.
After comparing the implementation with Flipper Zero's firmware, I noticed a discrepancy in the data structure:
Flipper: Prefixes the UID hex with EE 20 (Works).
Chameleon: Prefixes the UID hex with 20 32 (Does not work).
This difference in the prefix seems to be preventing the PAC/Stanley reader from reacting to the Chameleon's emulation.