1/16
Bluetooth Serial Monitor screenshot 0
Bluetooth Serial Monitor screenshot 1
Bluetooth Serial Monitor screenshot 2
Bluetooth Serial Monitor screenshot 3
Bluetooth Serial Monitor screenshot 4
Bluetooth Serial Monitor screenshot 5
Bluetooth Serial Monitor screenshot 6
Bluetooth Serial Monitor screenshot 7
Bluetooth Serial Monitor screenshot 8
Bluetooth Serial Monitor screenshot 9
Bluetooth Serial Monitor screenshot 10
Bluetooth Serial Monitor screenshot 11
Bluetooth Serial Monitor screenshot 12
Bluetooth Serial Monitor screenshot 13
Bluetooth Serial Monitor screenshot 14
Bluetooth Serial Monitor screenshot 15
Bluetooth Serial Monitor Icon

Bluetooth Serial Monitor

CSA Apps
Trustable Ranking IconTrusted
1K+Downloads
3MBSize
Android Version Icon4.4 - 4.4.4+
Android Version
6.2.5(16-10-2021)Latest version
-
(0 Reviews)
Age ratingPEGI-3
Download
DetailsReviewsVersionsInfo
1/16

Description of Bluetooth Serial Monitor

This is a Bluetooth serial monitor interface for experiments with Arduino & Bluetooth

Can use with Bluetooth modules like HC-05, HC-06

Special Features

★It turns on Bluetooth from app

★It can scan for available devices

★Can select relevant device when more than one device available

★Customizable interface & features

★Auto Connect feature

If this feature enabled app will save the last connected Bluetooth module mac-address and try to connect that module when app starting. You can toggle this feature enable or disable from settings


Sample Code

#include "SoftwareSerial.h"

SoftwareSerial bt(2, 3); // RX | TX (Wiring: RX->TX of BT Module, TX->RX of BT Module, Use level shifter or resistor voltage divider if your BT module use 3.3V Logic level)

void setup(){

Serial.begin(9600);

bt.begin(9600);

}

void loop(){

if (bt.available())

Serial.write(bt.read());

if (Serial.available())

bt.write(Serial.read());

}

/*

This will send your PC serial monitor Input to app and app input to PC

The app will recognize the end of the message from '\r' character.

So select "Carriage return" or "Both NL & CR" in the PC serial monitor.

And also u should use println() instead of print() when make your own code with some commands.

Ex:-

bt.print("Hello");

This doesn't show the msg in the app because doesn't contains '\r' int the end of message.

so u have to code like below

Ex:-

bt.println("Hello"); or bt.print("Hello\r");

Both show the output in the app because both containing '\r'

*/

Bluetooth Serial Monitor - Version 6.2.5

(16-10-2021)
Other versions
What's new-Library updated-Performance Improvement

There are no reviews or ratings yet! To leave the first one please

-
0 Reviews
5
4
3
2
1
Info Trust Icon
Good App GuaranteedThis app passed the security test for virus, malware and other malicious attacks and doesn't contain any threats.

Bluetooth Serial Monitor - APK Information

APK Version: 6.2.5Package: com.csa.btserialmonitor
Android compatability: 4.4 - 4.4.4+ (KitKat)
Developer:CSA AppsPrivacy Policy:https://sites.google.com/view/btserialmonitorprivacypolicy/homePermissions:5
Name: Bluetooth Serial MonitorSize: 3 MBDownloads: 15Version : 6.2.5Release Date: 2024-05-18 10:13:31Min Screen: SMALLSupported CPU:
Package ID: com.csa.btserialmonitorSHA1 Signature: 8E:40:75:09:28:99:D9:98:3F:65:54:27:13:26:96:47:5B:FD:63:FDDeveloper (CN): AndroidOrganization (O): Google Inc.Local (L): Mountain ViewCountry (C): USState/City (ST): California

Latest Version of Bluetooth Serial Monitor

6.2.5Trust Icon Versions
16/10/2021
15 downloads3 MB Size
Download

Other versions

6.1.4Trust Icon Versions
24/8/2021
15 downloads3.5 MB Size
Download
6.1.1Trust Icon Versions
9/8/2021
15 downloads3.5 MB Size
Download
6.0Trust Icon Versions
3/12/2020
15 downloads2.5 MB Size
Download

Apps in the same category

You may also like...