Bluetooth Terminal Apple

Bluetooth Terminal

Bluetooth LE Smart Prototyping
xHeader
Modify request and response headers. No ads, no malware.

Overview

Rating:
3.30
(18)
Version:
3.4.1
Last updated: 2023-06-05
Ranking
#348,011 ▼ 10,283
Overall

Features & Capabilities

Prototype Bluetooth Low Energy hardware conveniently from your iPhone or iPad. Inspect Services & Characteristics, send & receive data, save data streams, and more!

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.

User Growth & Download Statistics

App
By:
Lukas Pistrol
Rating:
3.30
(18)
Version:
3.4.1 Last updated: 2023-06-05
Version code:
857573906
Creation date:
2015-11-20
Compatible devices:
Size:
11.04MB
URLs:
Website ,Privacy policy
Full description:
See detailed description
Source:
Apple Apps Store
Data ingested on:
2026-07-19
Compare stats and ranking:

Contact the developer

Chrome-Stats does not own this Apple app. Please use these information below to contact the Apple app developer.
Developed by:
Lukas Pistrol
Apple Apps Store
https://apps.apple.com/us/app/bluetooth-terminal/id1058693037
Website:
https://lukaspistrol.com

User Reviews

Users generally praise the app for solid core Bluetooth terminal functionality and responsive support, with it working on common modules. However, reliability issues are common, especially with controller features causing disconnections. Ad-heavy monetization and paywalls frustrate users, and several features (buttons, controller panel, discovery) can be buggy or unstable. Overall, strong basics but marred by instability and monetization concerns.
Pros
  • Provides basic Bluetooth terminal functionality for sending/receiving data
  • Works as advertised and meets user expectations in many cases
  • Compatible with common Bluetooth modules (e.g., sh-hc-08, HM-10) for data exchange
  • Developer is responsive and helpful when issues arise
Cons
  • Frequent Bluetooth disconnections, especially when using controller features or add-ons
  • Ad-heavy interface with frequent pop-ups and paid upgrades for features
  • Some features are buggy or unreliable (buttons not working, controller mode disconnects, occasional crashes)
  • Device/service discovery and peripheral compatibility can be inconsistent
Recent reviews
Good
by Ab*****, 2025-11-20

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()
by An*****, 2024-11-02
View all user reviews ›

Best Bluetooth Terminal Alternatives

Here are some Apple apps that are similar to Bluetooth Terminal: