
Bluetooth Terminal/Graphics
This is a kind of Bluetooth Terminal application that contains some graphics.
Emrecan ÇETİN · com.emrctn.BluetoothGraphics
UpdatedApr 20, 2026
PublishedJun 9, 2023
Packagecom.emrctn.BluetoothGraphics
MD5b69e53ad097ccf1ee60623c87ef5239e
SHA1 (signer)8C:22:4E:44:39:D6:48:A9:BC:1F:8C:A4:45:80:39:86:AE:D0:DE:5B
Signed byCN=Emrecan ?etin
Malware scanTRUSTED
Contact[email protected]
What's new
bug fix
Description
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.
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.
Required features
- Bluetooth android.hardware.bluetooth
- Faketouch android.hardware.faketouch
- Location android.hardware.location
Permissions (18)
Bluetooth Terminal/Graphics requests the following Android permissions:
- Access Adservices Ad Id android.permission.ACCESS_ADSERVICES_AD_ID
- Access Adservices Attribution android.permission.ACCESS_ADSERVICES_ATTRIBUTION
- Access Adservices Topics android.permission.ACCESS_ADSERVICES_TOPICS
- Access Coarse Location android.permission.ACCESS_COARSE_LOCATION
- Access Fine Location android.permission.ACCESS_FINE_LOCATION
- Access Network State android.permission.ACCESS_NETWORK_STATE
- Bluetooth android.permission.BLUETOOTH
- Bluetooth Admin android.permission.BLUETOOTH_ADMIN
- Bluetooth Advertise android.permission.BLUETOOTH_ADVERTISE
- Bluetooth Connect android.permission.BLUETOOTH_CONNECT
- Bluetooth Scan android.permission.BLUETOOTH_SCAN
- Foreground Service android.permission.FOREGROUND_SERVICE
- Internet android.permission.INTERNET
- Read External Storage android.permission.READ_EXTERNAL_STORAGE
- Wake Lock android.permission.WAKE_LOCK
- Write External Storage android.permission.WRITE_EXTERNAL_STORAGE
- Com Emrctn Bluetoothgraphics Dynamic Receiver Not Exported Permission com.emrctn.BluetoothGraphics.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
- Gms Permission Ad Id com.google.android.gms.permission.AD_ID