Serial Bluetooth Terminal
by Kai Morich
Terminal for serial devices connected with Bluetooth Classic / LE
App Name | Serial Bluetooth Terminal |
---|---|
Developer | Kai Morich |
Category | Tools |
Download Size | 2 MB |
Latest Version | 1.48 |
Average Rating | 4.68 |
Rating Count | 2,834 |
Google Play | Download |
AppBrain | Download Serial Bluetooth Terminal Android 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
Recent changes:
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
1.44 2023-05-05
FIX connection handling in custom characteristics dialog
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
Recent changes:
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
1.44 2023-05-05
FIX connection handling in custom characteristics dialog