# Bluetooth Terminal — user reviews

> 75 indexed App Store user reviews of Bluetooth Terminal by Lukas Pistrol, rated 3.30/5 from 18 ratings.

- Source: https://appshunter.io/ios/app/bluetooth-terminal/id1058693037/reviews
- App overview in markdown: https://appshunter.io/ios/app/bluetooth-terminal/id1058693037.md
- Rating breakdown: 5★ 9 · 4★ 0 · 3★ 2 · 2★ 1 · 1★ 6

## Newest reviews (14 of 75)

### 3/5 — Titel ist schon falsch

*2025-11-19, version 3.4.1*

Es wird kein echtes Bluetooth unterstützt sondern nur BLE.

### 4/5 — My opinion

*2025-08-16, version 3.4.1*

I actually liked the app because it was a struggle to find something like that to connect my BLE and control, once I opened the app i was exited that the text command working perfect the when I wanted buttons control I found that i need to pay and I think it’s only buttons no joysticks or something else like that

### 2/5 — Pico ile Çalışmıyor

*2025-03-14, version 3.4.1*

Pico ile çalışmıyor. Gönderdiğiniz her komut harf harf iletiliyor. Sorun kodunuzda değil bu uygulamada. Bluefruit Connect kullanın.

### 2/5 — Controller buttons can’t send integers

*2024-04-05, version 3.4.1*

The controller buttons in the paid version cannot send decimal integers or hex, only ascii. Also cannot send integer zero (0x00, ascii null character) at any time.

### 4/5 — Y I have to get a job

*2023-06-22*

I’m not sure what time I’m doing

### 4/5 — Job in your job and I’m doing

*2023-06-22*

We will be doing the

### 4/5 — He is a great kid I don’t

*2023-06-20*

Going back to the house in about an

### 4/5 — Have a great day and

*2023-06-20*

I’m going to get the house

### 4/5 — Me in my car I’m in

*2023-06-12*

Can you bring a bottle

### 2/5 — Error

*2022-11-15, version 3.3.1*

Dialog said“Reading is not permitted.”  When I send any character to BLE decice.

### 5/5 — Brilliant app

*2021-12-24, version 3.2.0*

This is about the only free BLE serial terminal that supports slide-over, which is essential for my use.
I paid the minimal amount to remove ads and have the customisable commands, and it works brilliantly.
Highly recommended!

### 2/5 — لايوجد احترام اللغات☹

*2021-10-06, version 2.2.2*

لماذ ليس مدعوم باللغة العربية ولا عرفت كيف اقترن بلوتوث الايفون غير واضح الاعدادات حاولت اترجمها لم استطيع 

افضل وجود تحديث يدعم اللغة العربية برائس الصفحة الترجمة للعربية….☹
☆☆✢★★

### 3/5 — Meh

*2021-04-21, version 2.2.2*

Not all functions work
Game controller doesn’t really send the correct text.   
Data that comes back on reads is normally decimal.  Needs a decimal to ascii text decoder feature.  Also needs a method to log read data to a file

### 5/5 — Improved Layout and easy to read

*2021-03-31, version 2.2.2*

I’ve used this to be the master at hide and seek during this modern age! Best app to make your kids think your #1 at hide and seek!

## Most critical reviews (10 lowest-rated)

### 1/5 — does not name.. does not detect some devices

*2025-04-29, version 3.4.1*

it does not name some devices, does not recognize others.. tried on ipad 12.9

### 1/5 — 没中文

*2023-11-23, version 3.4.1*

没中文，

### 1/5 — Pairing

*2023-08-15, version 3.4.1*

Apps is false doesn’t connect to a device as device settings prove that. Absolutely rubbish.

### 1/5 — Customizations and infographics

*2022-05-17, version 3.3.1*

Please allow for selection or deselection of data type listings.

### 1/5 — can't connect to LEGO robot inventor hub

*2022-01-03, version 3.3.1*

When the LEGO hub is bluetooth connected to a Macintosh or PC it is installed as a virtual serial device. I can then connect to it with standard terminal emulation software. However the bluetoothLE app on iOS just shows it as a device with no services. Not useful. Why can off the shelf OS software figure this out but this specialized bluetooth app cannot?

### 1/5 — Cannot evaluate

*2021-03-08, version 2.2.2*

This app fails to provide a simple serial port conversation to easily see hello world kinds of exchanges.  Will not purchase because I cannot discern anything about what it actually does with advertising all over it where I repeatedly acciddny clicked on it, paying the author for views that I did not really wish to...

### 1/5 — Riddled with ads

*2021-01-11, version 2.2.2*

Developer adds multiple ads and pop ups per screen.  Then wants a purchase for every single tiny feature.   Do not bother with this app it’s not worth the frustration.

### 1/5 — Leider nach Kauf der Buttons nutzlos

*2020-12-02, version 2.2.2*

Nach Kauf der Buttons trennt die sich einfach und macht damit alles nutzlos

### 1/5 — Meh

*2020-08-20, version 2.2.2*

Terminal works but the buttons do not.  Paid $2.99 for the buttons, but when I try to use them, the App disconnects from the Bluetooth module.

### 1/5 — Doesn’t see some bluetooth devices

*2020-04-26, version 2.2.2*

It crashes sometimes and doesn’t see all bluetooth devices. Useless

## Most praised reviews (10 highest-rated)

### 5/5 — Bester BT Scanner

*2026-02-16, version 3.4.1*

Mit diesem Scanner konnte ich mein python script anpassen so das der china Messchieber endlich daten sender Danke Top App

### 5/5 — Product:rice                                      My chop

*2025-11-20, version 3.4.1*

Good

### 5/5 — Good

*2025-04-08, version 3.4.1*

Easy and works well

### 5/5 — Andrew Lee Cruz Malea Hood Cash Hood Clair Hood

*2024-11-02, version 3.4.1*

import torch
from transformers import AutoTokenizer, AutoModelForSequenceClassification
from hashlib import sha256
import os

class KingsGuard:
    def __init__(self, password):
        self.password_hash = sha256(password.encode()).hexdigest()
        self.tokenizer = AutoTokenizer.from_pretrained("huggingface/llama")
        self.model = AutoModelForSequenceClassification.from_pretrained("huggingface/llama")

    def authenticate(self, attempt):
        return sha256(attempt.encode()).hexdigest() == self.password_hash

    def check_message(self, message):
        inputs = self.tokenizer(message, return_tensors="pt")
        outputs = self.model(**inputs)
        prediction = torch.argmax(outputs.logits, dim=1).item()
        return "Warning: Possible threat detected." if prediction == 1 else "Message is safe."

class SecureTerminal:
    def __init__(self):
        self.authenticated = False
        self.guard = None
    
    def set_guard(self, password):
        self.guard = KingsGuard(password)
    
    def authenticate_user(self, attempt):
        if self.guard.authenticate(attempt):
            self.authenticated = True
            print("Authentication successful. Welcome!")
        else:
            print("Authentication failed. Access denied.")
    
    def execute_command(self, command):
        if self.authenticated:
            os.system(command)
        else:
            print("Please authenticate first.")

def main():
    terminal = SecureTerminal()
    password = input("Set your King's Guard password: ")
    terminal.set_guard(password)
    
    while True:
        attempt = input("Enter password to authenticate: ")
        terminal.authenticate_user(attempt)
        if terminal.authenticated:
            break

    while True:
        command = input("SecureTerminal#> ")
        if command.lower() == "exit":
            print("Exiting the terminal. Goodbye!")
            break
        if command.startswith("check "):
            message = command[6:]
            result = terminal.guard.check_message(message)
            print(result)
        else:
            terminal.execute_command(command)

if __name__ == '__main__':
    main()

### 5/5 — Thanks 🙏

*2024-06-23, version 3.4.1*

J’ai pas été capable de synchroniser mon casque d’écoute xbox à mon téléphone pendant au moins un ans.

En téléchargeant votre application, j’ai réussi à régler mon problème gratuitement en moins de 3 minutes.

Aujourd’hui , je suis un de vos fans!

### 5/5 — Good morning to my friend

*2023-07-25*

Hello I am sure I’m good for

### 5/5 — I’m sorry to

*2023-06-27*

We are in

### 5/5 — I will Ty

*2023-06-24*

We ooi

### 5/5 — Job for sure it will be a

*2023-06-20*

I don’t know what to tell

### 5/5 — We will be in a meeting

*2023-06-15*

I will be at the shower

---

*Data collected daily from the US App Store and indexed by [AppsHunter](https://appshunter.io/). User reviews are verbatim App Store reviews. Ratings, prices and chart positions refresh continuously; this snapshot is from 2026-09-09.*
