Bluetooth Terminal

Published by: Lukas Pistrol

Description

## 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.
Hide Show More...

In-Apps

Controller Buttons
€3.99
Remove Ads
€3.99
Show RSSI Values
€0.99
Time Stamp
€0.99
Buy me 1 coffee
€1.99
Buy me 3 coffees
€9.99
Buy me 2 coffees
€4.99

Screenshots

Bluetooth Terminal FAQ

  • Is Bluetooth Terminal free?

    Yes, Bluetooth Terminal is free to download, however it contains in-app purchases or subscription offerings.

  • Is Bluetooth Terminal legit?

    ⚠️ The Bluetooth Terminal app has poor ratings and negative feedback. Users seem unsatisfied with its performance or features.

    Thanks for the vote

  • How much does Bluetooth Terminal cost?

    Bluetooth Terminal has several in-app purchases/subscriptions, the average in-app price is €3.85.

  • What is Bluetooth Terminal revenue?

    To get estimated revenue of Bluetooth Terminal app and other AppStore insights you can sign up to AppTail Mobile Analytics Platform.

User Rating

5 out of 5

2 ratings in Germany

5 star
2
4 star
0
3 star
0
2 star
0
1 star
0
Ratings History

Bluetooth Terminal Reviews

Leider nach Kauf der Buttons nutzlos

Maurice.de on

Germany

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

Controllerbuttons nicht nutzbar

zille9 on

Germany

Terminal funktioniert, die Gamebuttons kann man (nachdem man sie dazu gekauft hat) zwar einrichten jedoch wird beim Aufrufen der Gamebuttons die Bluetooth Verbindung unterbrochen damit sind sie sinnlos. Bitte nachbessern, dann gibts auch mehr Sterne.

Waste of time and money.

iamnoland on

Germany

Does not work properly. Paid for controller buttons feature. App disconnects Bluetooth constantly.

Dank dieser App funktioniert mein Garagentor Antrieb und die Roboter meiner Kinder

Bertis Gernany on

Germany

iPhone Bluetooth funktioniert leider nicht immer. Dank dieser App alles Super. Sehr empfehlenswert!!

Unbrauchbar!

Joe_Dogecity on

Germany

Stürzt beim aktualisieren der BT-Teilnehmer immer ab.

This App is Trash! Don‘t buy anything!

Alex100783 on

Germany

This App is Trash! Don‘t buy anything!

Andrew Lee Cruz Malea Hood Cash Hood Clair Hood

Andrew OmegaT Cruz on

United States

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()

没中文

蘑菇街路口了 on

United States

没中文,

Error

adama119 on

United States

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

Customizations and infographics

titopher8 on

United States

Please allow for selection or deselection of data type listings.

Store Rankings

Ranking History
Category Rankings
Chart
Category
Rank
Top Grossing
4
Top Free
7
Top Free
8
Top Free
9
Top Free
13

Keywords

Bluetooth Terminal Competitors

Bluetooth Terminal Installs

Last 30 days

Bluetooth Terminal Revenue

Last 30 days

Bluetooth Terminal Revenue and Downloads

Gain valuable insights into Bluetooth Terminal performance with our analytics.
Sign up now to access downloads, revenue, and more.
This page includes copyrighted content from third parties, shared solely for commentary and research in accordance with fair use under applicable copyright laws. All trademarks, including product, service, and company names or logos, remain the property of their respective owners. Their use here falls under nominative fair use as outlined by trademark laws and does not suggest any affiliation with or endorsement by the trademark holders.