Serial Bluetooth Terminal

In-app purchases
3.5K reviews
Content rating
Everyone
1M+
Downloads
Content rating
Everyone
Learn more
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
Terminal for serial devices connected with Bluetooth Classic / LE
Updated on
Jun 9, 2026

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

3.33K 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+
93 people found this review helpful
Did you find this helpful?
David Ridgway
August 25, 2026
I found the app easy to use and very useful. one feature i would add is the ability to select where you can save the log files and other saved data. No ads are a hugh bonus!
Did you find this helpful?
JagiChan
August 21, 2026
Simple and to the point of usage. Good app for debugging BT communication. There are no annoying ads. Thanks for the app.
Did you find this helpful?

What’s new

1.52 2026-06-09
NEW scale font with 2-finger pinch
1.51 2026-05-01
NEW macros w/o newline
NEW hex macros with delay
1.50 2025-11-06
FIX copy from main text view with unmodified spaces
INFO Android 5.0 as minimum version
1.49 2025-03-17
FIX single CR handling for newline CR+LF setting