Skip to content

Add PN532Killer support via UART #1067

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

Merged
merged 9 commits into from
Apr 15, 2025
Merged

Add PN532Killer support via UART #1067

merged 9 commits into from
Apr 15, 2025

Conversation

whywilson
Copy link
Contributor

Proposed Changes

Control PN532Killer via UART via Grove socket or PIN.

  • Switch between 8 slots of Emulation of Mifare Classic, ISO15693 and EM4100
  • Enter MFKey32v2 or MFKey64 sniffer mode
  • Make PN532Killer as a BLE Reader for other Apps or Bruce to connect with.
  • Quick scan Tag ID under different protocols

Best Fit Devices

M5StickC Plus 1.1 - Via PIN
M5StickC Plus 2 - Via PIN
CardPuter - Via Grove

tft.drawWideLine(8 + x, 8 + y, 4 + x, 13 + y, 2, bruceConfig.priColor, bruceConfig.bgColor);
tft.drawTriangle(8 + x, 8 + y, 8 + x, 0 + y, 13 + x, 4 + y, bruceConfig.priColor);
tft.drawTriangle(8 + x, 8 + y, 8 + x, 16 + y, 13 + x, 12 + y, bruceConfig.priColor);
tft.fillRect(x, y + 2, 17, 13, bruceConfig.bgColor);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why did you change those Y values? Like you've changed 8 + y to 6 + y + 2. Is there a reason for that?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The originla icon of Bluetooth is on the border edge, when make it small er, it fits well.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

screenshot

@rennancockles rennancockles merged commit ce2b2df into pr3y:main Apr 15, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants