Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wh201906/pm3-modding
Moddings for Proxmark3
https://github.com/wh201906/pm3-modding
esp32-s3 hardware proxmark3 rfid
Last synced: 2 months ago
JSON representation
Moddings for Proxmark3
- Host: GitHub
- URL: https://github.com/wh201906/pm3-modding
- Owner: wh201906
- License: cern-ohl-w-2.0
- Created: 2023-07-06T02:54:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-21T07:07:10.000Z (11 months ago)
- Last Synced: 2024-04-23T03:38:17.442Z (8 months ago)
- Topics: esp32-s3, hardware, proxmark3, rfid
- Language: C
- Homepage:
- Size: 776 KB
- Stars: 14
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.CERN-OHL-W
Awesome Lists containing this project
README
# PM3 Modding
## PM3_Flash
Add the external SPI flash to the PM3 Easy
[README](/PM3_Flash/README.md)
[Schematic](./PM3_Flash/hardware/PM3_Flash-schematic.pdf)
## PM3_ISO7816
Add the smartcard module to the PM3 Easy
[README](/PM3_ISO7816/README.md)
[Schematic](./PM3_ISO7816/hardware/PM3_ISO7816-schematic.pdf)
## PM3_USB2TCP
[README](/PM3_USB2TCP/README.md)
Connect to PM3 hardware with TCP, using ESP32-S3/S2 as a USB to TCP bridge
No need to jumping any wires to the MCU directly. It works with most of the ESP32-S3/S2 dev boards## PM3_USB2UDP
[README](/PM3_USB2UDP/README.md)
Connect to PM3 hardware with UDP, like `PM3_USB2TCP` but faster## License
All hardware projects in this repository are licensed under [CERN Open Hardware Licence Version 2 - Weakly Reciprocal](LICENSE.CERN-OHL-W).
All software(firmware) projects in this repository are licensed under [GNU General Public License v3.0](LICENSE.GPL).