We provide Arduino Bluetooth Chat online (apkid: com.lucazanrosso.bluetoothchat) in order to run this application in our online Android emulator.


Description:

Run this app named Arduino Bluetooth Chat using MyAndroid.
You can do it using our Android online emulator.

A simple and minimal chat app which controls arduino via bluetooth.
At the moment the app is in beta, so there may be some bugs.
Source code of the app https: //github.com/lucazanrosso/BluetoothChat
The scheme of the Arduino project is in the images above.
Code for Arduino/Genuino Mega for sending and receiving messages, tested on HC-05 and HC-06 bluetooth modules:
* * * * * * * * * *
void setup() {
Serial.begin(9600);
Serial1.begin(9600);
}
void loop() {
if (Serial1.available()) {
String s = Serial1.readString();
Serial.println(s);
}
if (Serial.available()) {
char c = Serial.read();
Serial1.write(c);
}
}
* * * * * * * * * *

MyAndroid is not a downloader online for Arduino Bluetooth Chat. It only allows to test online Arduino Bluetooth Chat with apkid com.lucazanrosso.bluetoothchat. MyAndroid provides the official Google Play Store to run Arduino Bluetooth Chat online.

Page navigation:

©2025. MyAndroid. All Rights Reserved.

By OffiDocs Group OU – Registry code: 1609791 -VAT number: EE102345621.