Home  /  Tools Apps  / Bluetooth Terminal/Graphics on Windows Pc

Bluetooth Terminal/Graphics on Windows Pc

Developed By: Emrecan ÇETİN

License: Free

Rating: 4,2/5 - 136 votes

Last Updated: April 16, 2024

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 2.06
Size 5.4 MB
Release Date September 24, 20
Category Tools Apps

App Permissions:
Allows applications to discover and pair bluetooth devices. [see more (9)]

What's New:
*Bug fix [see more]

Description from Developer:
This is a kind of Bluetooth Terminal application that contains some graphics.
Also there is a serial monitor in it.
You can use this app with Arduino or another microcontroller for... [read more]

App preview ([see all 12 screenshots])

App preview

About this app

On this page you can download Bluetooth Terminal/Graphics and install on Windows PC. Bluetooth Terminal/Graphics is free Tools app, developed by Emrecan ÇETİN. Latest version of Bluetooth Terminal/Graphics is 2.06, was released on 2020-09-24 (updated on 2024-04-16). Estimated number of the downloads is more than 10,000. Overall rating of Bluetooth Terminal/Graphics is 4,2. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 136 users, 10 users had rated it 5*, 78 users had rated it 1*.

How to install Bluetooth Terminal/Graphics on Windows?

Instruction on how to install Bluetooth Terminal/Graphics on Windows 10 Windows 11 PC & Laptop

In this post, I am going to show you how to install Bluetooth Terminal/Graphics on Windows PC by using Android App Player such as BlueStacks, LDPlayer, Nox, KOPlayer, ...

Before you start, you will need to download the APK/XAPK installer file, you can find download button on top of this page. Save it to easy-to-find location.

[Note] You can also download older versions of this app on bottom of this page.

Below you will find a detailed step-by-step guide, but I want to give you a fast overview of how it works. All you need is an emulator that will emulate an Android device on your Windows PC and then you can install applications and use it - you see you're playing it on Android, but this runs not on a smartphone or tablet, it runs on a PC.

If this doesn't work on your PC, or you cannot install, comment here and we will help you!

Step By Step Guide To Install Bluetooth Terminal/Graphics using BlueStacks

  1. Download and Install BlueStacks at: https://www.bluestacks.com. The installation procedure is quite simple. After successful installation, open the Bluestacks emulator. It may take some time to load the Bluestacks app initially. Once it is opened, you should be able to see the Home screen of Bluestacks.
  2. Open the APK/XAPK file: Double-click the APK/XAPK file to launch BlueStacks and install the application. If your APK/XAPK file doesn't automatically open BlueStacks, right-click on it and select Open with... Browse to the BlueStacks. You can also drag-and-drop the APK/XAPK file onto the BlueStacks home screen
  3. Once installed, click "Bluetooth Terminal/Graphics" icon on the home screen to start using, it'll work like a charm :D

[Note 1] For better performance and compatibility, choose BlueStacks 5 Nougat 64-bit read more

[Note 2] about Bluetooth: At the moment, support for Bluetooth is not available on BlueStacks. Hence, apps that require control of Bluetooth may not work on BlueStacks.

How to install Bluetooth Terminal/Graphics on Windows PC using NoxPlayer

  1. Download & Install NoxPlayer at: https://www.bignox.com. The installation is easy to carry out.
  2. Drag the APK/XAPK file to the NoxPlayer interface and drop it to install
  3. The installation process will take place quickly. After successful installation, you can find "Bluetooth Terminal/Graphics" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

This is a kind of Bluetooth Terminal application that contains some graphics.
Also there is a serial monitor in it.
You can use this app with Arduino or another microcontroller for your robotics projects and etc.
You can see real time 3 graphics of some values.
This values must be sent in a sequence.

This sequence must be like that: Evalue1,value2,value3...\n

For example: "E256,-321,982\n" or "E902,1235,10,23,-325,-1240,90\n" etc.

***In Full version, you can see 7 graphs and there are no ads***

Warning: Do not send data too much frequently. If there is lag and freezing in the app when there is data traffic, decrease incoming data frequency.

*This application supports up to 7 variables.
*You can set graphics' maximum and minimum values.
*Autoscaled graphs.
*Values are ordered in the order of sending in application.
*Each graph can show a value that is selected.
*You can set number of graphics that is shown.
*Multiple lines can be shown in a graph.
*Pinch to zoom both axes in graphs.
*Sliding and refreshing graphs.
*Data logs can be saved at *ExternalStorage*/BluetoothGraphics/*CurrentTime* directory
*Up to 7 lines in multiple line graph for Full version

MPAndroidChart library is used.

Arduino usage example for serial printing part for 2 values (adc1 and adc2 are example variables):
...
Serial.print("E");
Serial.print(adc1);
Serial.print(",");
Serial.print(adc2);
Serial.print("\n");
...

Coming Soon: USB Serial Communication Support for Full version
For full application: BT Terminal/Graphics Full

Note: If you want a full apk of this application, you can send mail to me. Also, I can make a custom GUI for your projects or works.
*Bug fix
Allows applications to discover and pair bluetooth devices.
Allows applications to connect to paired bluetooth devices.
Allows an application to read from external storage.
Allows an application to write to external storage.
Allows applications to open network sockets.
Allows an app to access precise location.
Allows an app to access approximate location.
Allows applications to access information about networks.
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.