Serial Bluetooth Terminal

In-app purchases
4.7
2.8K reviews
500K+
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
Nov 25, 2023

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
2.67K 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+
70 people found this review helpful
Did you find this helpful?
Keith Hudson
August 7, 2023
The App is great and very easy to use. The customisable keys are a real bonus for frequently used command strings. The only problem is the "auto scroll to end of buffer" feature does not seem to work. Whether of not the box is checked, when new data arrives the start of the buffer is displayed. It makes it really difficult to watch what data is arriving.
3 people found this review helpful
Did you find this helpful?
A Google user
December 7, 2019
I have donated as this App is ideal for what I wanted - remote control stepper motors to drive camera tripod head. The only improvement would be to only show some of the buttons and increase their size. I only want 5 and would be easier to pick. Not only that my Android One mobile would not connect to the HC-06 Bluetooth module but this App did! I suspect because there is an LTE option my mobile is trying to use that and the module is not compatible. Great job
36 people found this review helpful
Did you find this helpful?

What's new

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
1.44 2023-05-05
FIX connection handling in custom characteristics dialog
1.43 2023-05-01
NEW macros with repeat option
1.42 2023-04-21
NEW support Microchip devices with combined or separate tx/rx characteristics
1.41 2023-03-11
FIX improve handling of large SCAN results to prevent lagging UI