Serial Bluetooth Terminal

In-app purchases
4.6
3.17K reviews
1M+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

'Serial Bluetooth Terminal' is a line-oriented terminal / console app for microcontrollers, arduinos and other devices with a serial / UART interface connected with a bluetooth to serial converter to your android device.

This app supports different bluetooth versions:
- Bluetooth Classic
- Bluetooth LE / Bluetooth Low Energy / BLE / Bluetooth Smart

This app supports different bluetooth devices:
Bluetooth Classic (implementing standard Bluetooth SPP profile):
- HC-05, HC-06, ...
- Raspberry Pi 3
- ...
Bluetooth LE (implementing vendor specific Bluetooth GATT services):
- predefined:
* Nordic Semiconductor nRF51822, … (e.g. BBC micro:bit)
* Texas Instruments CC254x (e.g. HM-10, CC41-A, … modules)
* Microchip RN4870/71, BM70/71 'transparent UART service'
* Telit Bluemod
- custom profile:
* Texas Instruments CC2640 serial service, except config characteristics
* Silabls BLE113
* uConnect BLE serial adapter
* ...

All features in this app are free. In-App purchase is only used for the 'Donate' option.

Looking for source code? Here you find simplified variants of this app:
https://github.com/kai-morich/SimpleBluetoothTerminal
https://github.com/kai-morich/SimpleBluetoothLeTerminal
Updated on
Mar 18, 2025

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

Ratings and reviews

4.6
3.02K reviews
Jeff Bensen
December 16, 2020
An excellent app with a simple interface that I found to be very intuitive. I had it up and running in minutes just by exploring the menus. The macro functionality is especially useful when debugging custom Bluetooth protocols, allowing complex command strings and control characters to be entered quickly. I've only used it for single connections (this terminal to one Bluetooth widget) so I cannot comment on how it behaves in a more complicated environment. But for HC-05 / HC-06 development it is an essential tool for me. No ads. No crashes or glitches. It just works. I liked it so much that I made a donation to the developer. A+
86 people found this review helpful
Did you find this helpful?
Peter Charles -Jones
June 8, 2025
It worked really well to an HM-10 modem. The PIN entry worked, auto rotate worked, the received text stayed on screen after the modem disconnected. It correctly decoded and displayed the extended ASCII character I needed to send (⁰)
Did you find this helpful?
Akash Kalghatgi
May 31, 2025
urgent!!! please include a pause button for the data being displayed, the transfer and logging must continue in the background, just the displaying needs to be paused for analysis.
Did you find this helpful?

What’s new

1.49 2025-03-17
FIX single CR handling for newline CR+LF setting
1.48 2024-09-29
NEW "Settings > Misc. > Show notification when connected" because not shown in notification bar by default on Android 14
NEW support nRF style BLE devices having PROPERTY_WRITE_NO_RESPONSE, before supported only PROPERTY_WRITE
1.47 2023-11-25
FIX configuration import of custom characteristics
1.46 2023-10-05
NEW sort BLE devices by name or RSSI
1.45 2023-06-18
NEW show active logging in toolbar