Bluetooth Terminal

🇺🇸 United States
Lukas Pistrol  | 
51
ASO score
Text
73/100
Reviews
0/100
Graphic
60/100
Other
0/100
rating
App Rating
3.3
rating
Votes
139
rating
App Age
10y 1m
rating
Last Update
Jun 05, 2023
rating
iAP
$0.99 - 8.99

Compare with Category Top Apps

Metrics
Current App
Category Top Average
Difference
Rating
3.42
4.67
-27%
Number of Ratings (Voted)
78
3.2M
-100%
App Age
10y 0m
7y 11m
+26%
In-app Purchases Price
$5
$72
-93 %
Update Frequency
920d
27d
+3 268%
Title Length
18
23
-22%
Subtitle Length
30
28
+7%
Description Length
995
3 064
-68%
Number of Screenshots
1053
1384
-24 %
Size
11MB
286MB
-96 %

Category Ranking in United States

All
New
Trending Up
Trending Down
Top Dec 03, 2025 Dec 10, 2025
No results were found!
Top Dec 03, 2025 Dec 10, 2025
No results were found!
Top Dec 03, 2025 Dec 10, 2025
No results were found!
Top Dec 03, 2025 Dec 10, 2025
No results were found!

Ranking Keywords in United States

Keywords App Rank
Illustration
Analyze this and other apps using Asolytics tools

Text ASO

Title (
Characters: 18 of 30
)
Bluetooth Terminal
Subtitle (
Characters: 30 of 30
)
Bluetooth LE Smart Prototyping
Description (
Characters: 995 of 4000
)
## Version 3 is now available ## With Bluetooth LE Terminal you can easily prototype your Bluetooth Smart enabled hardware. Send individual bytes encoded as ASCII, HEX or Decimal numbers and receive data from your hardware accessory. Test your data transfers even before having your own app! # More Features: • Send bytes as ASCII, HEX or Decimal • See device's services and characteristics and their associated values • Get information about your device such as name, UUID, and RSSI readings • Setup a button matrix (game controller) to send different data with just a tap. • Apple Watch support for button matrix • Send the current time as a unix timestamp (seconds since 1970) • Export current session as CSV • Use the app in split-view or slide-over on iPad If you have any questions about the app, or requests for features you would like to see, just write a short review or use the button inside the app to contact me! * Some features may require an optional one-time in app purchase.}
Read more

Visual ASO

Screenshots

Rating & Reviews

Reviews Overview
🧐 Coming Soon…
Rating
3.3
139 voters

Some Latest Reviews

Pat.de
19 Nov, 2025
3
Es wird kein echtes Bluetooth unterstützt sondern nur BLE.
OMAR.6.4
16 Aug, 2025
4
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
Marcpouliot
29 Apr, 2025
1
it does not name some devices, does not recognize others.. tried on ipad 12.9
EAltay
14 Mar, 2025
2
Pico ile çalışmıyor. Gönderdiğiniz her komut harf harf iletiliyor. Sorun kodunuzda değil bu uygulamada. Bluefruit Connect kullanın.
Magnatauren
23 Feb, 2025
4
In the search dialog one google add is still showing before any hits in the search. This is after paying for add removal and restarting the app. Otherwise best app for LE so far.
fixer187
21 Nov, 2024
1
Diese App hat nicht nur mein Leben ruiniert, sondern auch meine Zukunft. Bevor Sie diese App herunterladen, sollten Sie sich gedanken über wichtigere Dinge im Leben machen.
Mike "The" Hood
02 Nov, 2024
5
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()
🛏️uț
22 Oct, 2024
5
One of my earbuds fell out during a concert and I used this to find it, the signal readout was really really handy, even though I looked like a goober with a metal detector for about 5 minutes. Definitely a good use case
MasonStix
05 Apr, 2024
2
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.

Other

Additional Information
Rating:
3.33
Voted: 139
App Store Link:
Website:
Email: -
Privacy Policy:
Categories: Productivity, Utilities
Size: 11MB
iAP: 0.99 - 8.99 $
App Age: 10 years 1 month
Release Date: Nov 20, 2015
Last Update: Jun 05, 2023
Version: 3.4.1
Version history
3.4.1
Jun 05, 2023
Minor performance improvements
3.4.0
Apr 20, 2023
- Updated app icon. - Added setting to manage how long the app discovers devices & how long to wait until it will discover more devices. - Should services change when connected to a device, the changes will be displayed automatically. - Minor UI adjustments. - Preparations for version 4.0.0
Version history