Serial Bluetooth Terminal
Download ApkSerial Bluetooth Terminal Application Screenshots




Serial Bluetooth Terminal AI Editor's Review
Serial Bluetooth Terminal is a straightforward Android app for serial communication via Bluetooth. It's ideal for debugging, configuring, and controlling Bluetooth-enabled devices. Simple interface, easy to use, and perfect for hobbyists and professionals alike.
Comprehensive Analysis
Serial Bluetooth Terminal provides a basic yet functional interface for interacting with Bluetooth serial devices. The app allows users to send and receive data, configure baud rates, and monitor communication logs. While lacking advanced features like scripting or data visualization found in more comprehensive (and often paid) apps, it offers a user-friendly experience for basic serial communication tasks. Connection stability can vary depending on the Android device and Bluetooth module used, but overall, it’s a dependable tool for debugging and controlling Bluetooth-enabled hardware.
Key Advantages
- Simple and intuitive user interface
- Reliable Bluetooth serial communication
- Supports various baud rates and settings
Areas for Improvement
- Limited advanced features compared to paid alternatives
- Occasional connection stability issues on some devices
The description of Serial Bluetooth Terminal
Site Editorial Commentary:Terminal for serial devices connected with Bluetooth Classic / LE
Serial Bluetooth Terminal is a versatile line-oriented terminal and console application designed for seamless communication between your Android device and microconTrollers, Arduinos, and other devices utilizing a serial/UART interface connected via Bluetooth. It acts as a bridge, allowing you to send and receive data effortlessly.This application offers comprehensive support for various Bluetooth versions, ensuring compatibility with a wide range of hardware:
- **Bluetooth Classic:** Supports devices implementing the standard Bluetooth SPP (Serial Port Profile).
- **Bluetooth LE / Bluetooth Low Energy / BLE / Bluetooth Smart:** Supports low-energy Bluetooth connections.
The app is compatible with a diverse array of Bluetooth devices:
**Bluetooth Classic (SPP profile):**
- HC-05, HC-06 modules, and similar devices.
- Raspberry Pi 3 and later models.
- Other devices implementing standard Bluetooth SPP.
**Bluetooth LE (vendor-specific GATT services):**
- **Predefined Profiles:**
* Nordic Semiconductor nRF51822 series (e.g., BBC micro:bit).
* Texas Instruments CC254x series (e.g., HM-10, CC41-A modules).
* Microchip RN4870/71, BM70/71 'transparent UART service'.
* Telit Bluemod.
- **Custom Profiles:**
* Texas Instruments CC2640 serial service (excluding config characteristics).
* Silabls BLE113.
* uConnect BLE serial adapter.
* And many more.
All features within this application are provided completely free of charge. The in-app purchase option is solely for users who wish to support the developer through a voluntary donation.
Interested in the source code? You can find simplified versions of this application on GitHub:
https://github.com/kai-morich/SimpleBluetoothTerminal
https://github.com/kai-morich/SimpleBluetoothLeTerminal
What's New
1.36 2021-09-24
FIX double send with external keyboard
1.35 2021-03-06
FIX more responsive UI when reading a lot of data or when resuming from background with a lot of new data
FIX file upload in raw mode + character delay
1.34 2021-01-03
NEW show hints again with Settings->Misc->Hints
FIX discard old data exceeding buffer size already in background service to avoid high memory usage when doing long term logging