Arduino Bluetooth Chat

Arduino Bluetooth Chat

Luca Zanrosso
Jul 4, 2021
  • 1.7 MB

    File Size

  • Android 4.0+

    Android OS

About Arduino Bluetooth Chat

Control arduino via bluetooth!

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);

}

}

* * * * * * * * * *

Show More

What's new in the latest 0.4

Last updated on Jul 4, 2021
Minor bug fixes and improvements. Install or update to the newest version to check it out!
Show More

Videos and Screenshots

  • Arduino Bluetooth Chat poster
  • Arduino Bluetooth Chat screenshot 1
  • Arduino Bluetooth Chat screenshot 2

Arduino Bluetooth Chat APK Information

Latest Version
0.4
Category
Productivity
Android OS
Android 4.0+
File Size
1.7 MB
Developer
Luca Zanrosso
Available on
Safe & Fast APK Downloads on APKPure
APKPure uses signature verification to ensure virus-free Arduino Bluetooth Chat APK downloads for you.

Old Versions of Arduino Bluetooth Chat

APKPure icon

Super Fast and Safe Downloading via APKPure App

One-click to install XAPK/APK files on Android!

Download APKPure
thank icon
We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.
Learn More about Policies