Last updated
Last updated
This Android App is a necessary research tool in the field of RFID. It includes Proxmark3 universal client. The client comes from the latest RRG Iceman repo. You can use it to connect your Proxmark 3 RDV4.0 via Bluetooth or USB-OTG.
Download the RFID Tools -
Termux App is a super powerful client for running Proxmark3 code with latest built. You can download the sourcecode and do all things just like on PC.
Download the Termux -
The factory firmware of Proxmark3 X with RDV4.0 firmware. If you need to re-flash the default firmware, download it from Google Drive below.
Download the latest source code from and config device info.
Copy the file Makefile.platform.sample to Makefile.platform
Open the file Makefile.platform
Uncommit PLATFORM=PM3GENERIC and PLATFORM_EXTRAS=BTADDON
Run make clean; make -j
to compile the firmware and client for Proxmark3 X
Run ./pm3-flash-bootrom
to flash the firmwrae to Proxmark3X
The OTG adapter is required if there is no USB A Socket on your Android device.
This app works as a bridge to transfer the communication between the UDP and USB serial port. So you can turn UDP connection from Proxmark3 USB to the Proxmark3 Client in Termux.
Device Name: Proxmark3 X
Bluetooth Version: SPP 3.0
Authentication Code: 1234
You need to pair the Proxmark3 X in the Android settings. In the app, select TCP server as 'Device A' and choose the port(eg, 8080). Choose Proxmark3 X device as 'Device B' -> 'Connect to classic Bluetooth device'. Ensure 'Retransmission' is set to 'both ways'. It is possible to record the config as autostart, cf 'Settings' -> 'Autostart setting'.
Learn how to use Proxmark3 X with Android phone with USB and Bluetooth Connection.