Communication Bridge Pro¶
The app allows different communication technologies to talk to each other. The smartphone running it acts as a converter: it connects to remote devices that cannot communicate directly and builds a communication bridge between them, so that they can exchange data.
You can download it straight from the Play Store at this link
Hint
A practical use case is splitting the GNSS data stream to use raw data and RTK data on two channels at the same time
Supported devices¶
- Classic Bluetooth devices:
- Bluetooth modules (HC-05, HC-06)
- other smartphones with a Bluetooth terminal app
- PCs or any other device able to open a Bluetooth port (Serial Port Profile / SPP)
- The app can also create a listening port that remote Bluetooth devices can connect to.
- BLE (Bluetooth low energy) / Bluetooth 4.0 devices: devices such as BLE Bluetooth modules (HM-10, MLT-BT05) and smart sensors (heart rate monitors, thermostats and so on)
- USB serial devices: CP210x, CDC, FTDI, PL2303 and CH34x chips are supported
- TCP server: the app can create a listening TCP server socket that up to 3 clients can connect to
- TCP client
- UDP socket
- MQTT client
At start-up a simple screen offers the possible connections between the various devices.
You can then choose the task that suits you best.
The app has a built-in terminal: you can watch the traffic in a log and send data to the connected devices straight from the app. See the user guide for a detailed description of the app, the supported protocols and help with the connections.
Warning
- Bluetooth speakers and headphones are not supported
- Variants of the serial devices listed with a suffix in their name (such as PL2303G, PL2303A and so on) may not be supported
Video
Here you can watch an example of splitting the Bluetooth port.
Tutorial
Here you will find a very detailed step-by-step guide.


