mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
some notes on termux
This commit is contained in:
parent
7d0910a5ac
commit
ad79e84334
1 changed files with 11 additions and 11 deletions
|
@ -18,10 +18,8 @@
|
||||||
* [ TCP bridge method ](#tcp-bridge-method)
|
* [ TCP bridge method ](#tcp-bridge-method)
|
||||||
* [ USB connection ](#usb-connection)
|
* [ USB connection ](#usb-connection)
|
||||||
* [ USB-UART bridge application ](#usb-uart-bridge-application)
|
* [ USB-UART bridge application ](#usb-uart-bridge-application)
|
||||||
* [ Setting up usb socket ](#setting-up-usb-socket)
|
|
||||||
* [ Bluetooth connection ](#bluetooth-connection)
|
* [ Bluetooth connection ](#bluetooth-connection)
|
||||||
* [ BT-UART bridge application ](#bt-uart-bridge-application)
|
* [ BT-UART bridge application ](#bt-uart-bridge-application)
|
||||||
* [ Setting up bt socket ](#setting-up-bt-socket)
|
|
||||||
* [ Termux connection ](#termux-connection)
|
* [ Termux connection ](#termux-connection)
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
@ -133,15 +131,19 @@ However, it is fully integrated with phone's network, so we need to talk to the
|
||||||
### USB-UART Bridge Application
|
### USB-UART Bridge Application
|
||||||
^[Top](#top)
|
^[Top](#top)
|
||||||
|
|
||||||
Install [this free app](https://play.google.com/store/apps/details?id=com.hardcodedjoy.tcpuart) on the Play Store
|
Install [this free TCPUART app](https://play.google.com/store/apps/details?id=com.hardcodedjoy.tcpuart) on the Play Store
|
||||||
|
|
||||||
### Setting up usb socket
|
|
||||||
^[Top](#top)
|
|
||||||
|
|
||||||
The app lets you choose the baudrate. Default value (115 200 baud) is fine.
|
The app lets you choose the baudrate. Default value (115 200 baud) is fine.
|
||||||
Plug the PM3 in and click connect.
|
Plug the PM3 in and click connect.
|
||||||
Set the toggle in server mode and choose a random port not used by system (e.g. 4321) and start the server.
|
Set the toggle in server mode and choose a random port not used by system (e.g. 4321) and start the server.
|
||||||
|
|
||||||
|
Alternatively, use the [paid version of the BT/USB/TCP Bridge app](https://play.google.com/store/apps/details?id=masar.bluetoothbridge.pro) which includes USB bridge as well.
|
||||||
|
|
||||||
|
In this app, select TCP server as 'Device A' and choose an unused port (e.g. 4321).
|
||||||
|
Choose your registered PM3 device as 'Device B' -> 'Connect to USB device'.
|
||||||
|
Ensure 'Retransmission' is set to 'both ways'.
|
||||||
|
It is possible to record the config as autostart, cf 'Settings' -> 'Autostart setting'.
|
||||||
|
|
||||||
### Bluetooth connection
|
### Bluetooth connection
|
||||||
^[Top](#top)
|
^[Top](#top)
|
||||||
|
|
||||||
|
@ -150,13 +152,11 @@ Set the toggle in server mode and choose a random port not used by system (e.g.
|
||||||
|
|
||||||
Install [this free app](https://play.google.com/store/apps/details?id=masar.bb) or [the paid version](https://play.google.com/store/apps/details?id=masar.bluetoothbridge.pro) (which includes usb bridge)
|
Install [this free app](https://play.google.com/store/apps/details?id=masar.bb) or [the paid version](https://play.google.com/store/apps/details?id=masar.bluetoothbridge.pro) (which includes usb bridge)
|
||||||
|
|
||||||
### Setting up bt socket
|
|
||||||
^[Top](#top)
|
|
||||||
|
|
||||||
You need to pair the proxmark3 in the Android settings.
|
You need to pair the proxmark3 in the Android settings.
|
||||||
In the app choose your registered PM3 device as 'device A'.
|
In the app, select TCP server as 'Device A' and choose an unused port (e.g. 4321).
|
||||||
Select TCP server as 'Device B' and choose an unused port (e.g. 4321).
|
Choose your registered PM3 device as 'Device B' -> 'Connect to classic Bluetooth device'.
|
||||||
Ensure 'Retransmission' is set to 'both ways'.
|
Ensure 'Retransmission' is set to 'both ways'.
|
||||||
|
It is possible to record the config as autostart, cf 'Settings' -> 'Autostart setting'.
|
||||||
|
|
||||||
### Termux connection
|
### Termux connection
|
||||||
^[Top](#top)
|
^[Top](#top)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue