Serial Bluetooth Terminal

In-app purchases
4.6
3.36K 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
Nov 7, 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.2K 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+
89 people found this review helpful
Did you find this helpful?
Circuits World
January 27, 2026
Excellent app. if you can add one more single feature it will be so good. i have seen another app with a macro option that has multiple commands under a single macro button like adding delay between data bytes, mixing text and hex like "Hello" delay-us 100 "world" delay-ms 5 0x0d 0x0A this will make it a complete app. one single macro can send multiple commands sequentially.
4 people found this review helpful
Did you find this helpful?
A
December 31, 2025
I use this app to connect to my JBD battery management system at a low level. It's really very simple to use in combination with a hex decoder. Just make sure you set the baud rate and other settings properly, it took me a little bit to figure out.
3 people found this review helpful
Did you find this helpful?

What’s new

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
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