Bluetooth Terminal/Graphics

Bluetooth Terminal/Graphics Free App

Rated 4.17/5 (109) —  Free Android application by Emrecan ÇETİN

Advertisements

About Bluetooth Terminal/Graphics

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,982n" or "E902,1235,10,23,-325,-1240,90n" 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.

How to Download / Install

Download and install Bluetooth Terminal/Graphics version 2.02 on your Android device!
Downloaded 10,000+ times, content rating: Everyone
Android package: com.emrctn.BluetoothGraphics, download Bluetooth Terminal/Graphics.apk

All Application Badges

Free
downl.
Android
2.0.1+
Bug
buster
For everyone
Android app

App History & Updates

What's Changed
2.02:
*Log issue solved
*New sliding menu style
*Data separator settings
*Optimization improved
*Some minor issues solved
More downloads  Bluetooth Terminal/Graphics reached 10 000 - 50 000 downloads
More downloads  Bluetooth Terminal/Graphics reached 5 000 - 10 000 downloads
Version update Bluetooth Terminal/Graphics was updated to version 2.02
Version update Bluetooth Terminal/Graphics was updated to version 1.11

What are users saying about Bluetooth Terminal/Graphics

M70%
by M####:

This is a great app got it running very easily even the graph part flawless. All i wanted to ask is if u could add date and time stamps to the terminal or at least the log as this makes it possible to then also use this data on the pc! Also actual time on the graphs would be excellent! Thank u for this great app! Good luck

A70%
by A####:

Hi! I can open the serial monitor and display my values. However I cannot view any graph. Can anyone help me please? Will be grateful. Thanks :)

M70%
by M####:

Wish such a thing had existed years ago would never have believed it was possible to monitor live graph's whilst out on the bike and log data. I'm using it to monitor and log data on how my automatic bicycle shifter is performing. Save's having to have a data logger Arduino shield and SD cards. Until I remembered that I could lock the screen rotation the graphs refreshing with orientation changes was annoying, would do it when cornering sometimes.

M70%
by M####:

Hello, can autoscaling be switched off? I need fixed scaling.

C70%
by C####:

..and yet it can't connect.

X70%
by X####:

Exactly what I was looking for.

S70%
by S####:

Hi there, i have the same problem as Muaz Muttalib, i can't get the data to be represented in the chart, however in the terminal it appears properly. I am also using a xiaomi Mi3. The data i receive is ranged from 0-5 or 0-1023. Integers or floats. If you could help it would be nice! Thanks for this app, it is really useful!

Q70%
by Q####:

Hi! I can open the serial monitor and display my values. However I cannot view any graph. Can anyone help me please? Will be grateful. Thanks :)

S70%
by S####:

We are analyzing lower back posture by measuring the angle of the spine in two points. The graphs and data logger are very useful. I wish there was a way to save the graphs and analyze data on this app.

N70%
by N####:

As with others below everything seems to be working except the graph is not displayed on my Nexus 5 running 5.1. Terminal works fine. This is a shame - would otherwise be perfect for my project.

S70%
by S####:

can anyone tell me that what type of data has to fed to the application via bluetooth so that the waveform gets displayed. -thank you

S70%
by S####:

Im using arduino mini pro and hc-05. Terminal seems to work just fine, but in graph there is no data at all. Im using mi3

S70%
by S####:

This is a great app got it running very easily even the graph part flawless. All i wanted to ask is if u could add date and time stamps to the terminal or at least the log as this makes it possible to then also use this data on the pc! Also actual time on the graphs would be excellent! Thank u for this great app! Good luck

S70%
by S####:

cant get the chart working, any help ??

F70%
by F####:

Good application.To display graph on screen use 0x0A at last instead of "n". Then it work properly. Thanks for this app. This may be very useful for robot calibration /PI control loop parameter setting using terminal mode and verify action/effect of with graph.

S70%
by S####:

The only problem is font are too small in terminal and graph . font size

J70%
by J####:

Getting data base but no graph tried. A lot

S70%
by S####:

puwdi puwdi piro dipindi

Y70%
by Y####:

Now I can analyze my room temperature very easily.

S70%
by S####:

I love this app, it's a very nice to improve my phone, to connect external to transfer my video download,"I love it"

B70%
by B####:

/* Receives from the Analog Pin Sends to HC05 The circuit: * RX is digital pin 0 (connect to TX of other device) * TX is digital pin 1 (connect to RX of other device) * 3.3 Vtg of Arduino UNO to VCC of HC05 * Gnd of HC05 to Ground of Arduino UNO * Analog data to pin A0 */ #include int sensor = A0; SoftwareSerial mySerial(0, 1); // RX, TX of Arduino UNO float a=55.0; // Initial FLoat Value void setup() { // Open serial communications and wait for port to open: pinMode(sensor, INPUT); // read sensor value Serial.begin(38400); //begin serial Data Rate at 38400 bits per second while (!Serial) { ; // wait for serial port to connect. Needed for Leonardo only } // set the data rate for the SoftwareSerial port mySerial.begin(38400); } void loop() // run over and over { a = 0; // Initial variable value for(;a

R70%
by R####:

very good program. The only thing that worth improving is very small font size on graphics.

M70%
by M####:

Exactly what I was looking for.

M70%
by M####:

Congratulations on turning out a SERIOUSLY USEFUL programme. If I can just make some suggestions: 1 The input string display at the bottom is utterly redundant, particularly when a terminal screen is included. 2. The output and send section is also redundant, for the same reason 3. Much the same can be said for the value in the graph header, or at least have the ability to omit it. 4. It would be nice to show the maxs as strings i.e. to display a temperature as 40.00 degrees max, multiply by 100 and send the integer but have the max show as "40", not 4000. 5. I would like to be able to configure it to show one, or two, graphs as well. Thank you very much


Share The Word!


Rating Distribution

RATING
4.25
109 users

5

4

3

2

1