arduino_bt_pcs

arduino_bt_pcs

by c.s.park

Android application arduino_bt_pcs screenshot

arduino_bt_pcs

Mount the Bluetooth module on the Arduino board, connect the Bluetooth communication between the mobile phone and the Arduino by operating this app on the mobile phone, and then press various buttons provided in the mobile phone to recognize the button presses on the Arduino and perform the desired operation.
app that lets you- Single button: 10 (2 each can be combined in pairs to control 5 types of ON/OFF states)- Number and alphabet input window and send button to send it to Arduino (Available for speed control with numbers, etc.
Strings and numeric strings available)(Data transmitted to Arduino when each button is pressed)A ON button: a.
A OFF button: A.B ON button: b.
B OFF button: B.C ON button: c.
C OFF button: C.D ON button : d.
D OFF button : D.E ON button: e.
E OFF button: E.Send button: Added .
to the character/numeric string entered on the left* The .
added at the end is treated as the end of transmission in the Arduino program.(Program example in Arduino)The LED connected to the digital port 5 of the Arduino flickers with the A ON and A OFF buttons.Include SoftwareSerial.h at the beginning.SoftwareSerial BT(2, 3); // Arduino D2 (RX) is connected to pin 2 (TX) of the Bluetooth module, // Arduino D3 (TX) is connected to pin 1 (RX) of the Bluetooth modulechar inData[10];int led1 = 5;int i=0;void setup() { Serial.begin(9600); // for uno 9600 BT.begin (9600); // for uno 9600 for(int i=0; i<5; i++){ pinMode(5+i, OUTPUT); digitalWrite(5+i, LOW); }}void loop() {while (BT.available() > 0) { char recieved = BT.read(); // read 1 byte inData[i++] = recieved; if (received == .) { Serial.print(inData); inData[i] = 0; // Clear recieved buffer i = 0; } } // LED1 on/off if(strcmp(inData,"a.")==0) { digitalWrite(led1, HIGH); } if(strcmp(inData,"A.")==0) { digitalWrite(led1, LOW); }}

About arduino_bt_pcs

Package name (App ID)
com.arduino_bt_pcs
Available on
Google Play
Price
Free
Developer
c.s.park

Looking for the arduino_bt_pcs APK?

The safest way to get arduino_bt_pcs (com.arduino_bt_pcs) on your Android device is to install it directly from Google Play — you'll always get the latest official version, automatic updates, and no risk of modified or infected APK files from third-party sites.

Get it on Google Play
Features
👥

Social Features

Connect and share with friends and the community.

🍽️

Food & Dining

Discover recipes and order food from your favorite restaurants.

🏠

Smart Home

Control and monitor your home with smart features.

Screenshots

See arduino_bt_pcs in Action

arduino_bt_pcs Screen 1
arduino_bt_pcs Screen 2
arduino_bt_pcs Screen 3
FAQ

Frequently Asked Questions

Is arduino_bt_pcs free?

Yes, arduino_bt_pcs is free to download and install on Android through Google Play.

How do I install arduino_bt_pcs on Android?

Open Google Play on your Android phone or tablet, search for arduino_bt_pcs by c.s.park or tap the Google Play button on this page, then tap Install. The app downloads and installs automatically.

What is com.arduino_bt_pcs?

com.arduino_bt_pcs is the App ID (package name) of arduino_bt_pcs on Google Play. Every Android app has a unique package name, and it is the safest way to verify you are installing the official app.

Is arduino_bt_pcs safe to download?

Installing arduino_bt_pcs from Google Play is the safest option: you get the official version published by c.s.park, verified by Google Play Protect, with automatic updates. Avoid APK files from unofficial third-party sites.

arduino_bt_pcs

Get arduino_bt_pcs Today

arduino_bt_pcs for Android — free download on Google Play.

Get it on Google Play

Compatible with Android phones and tablets — available on Google Play.

Love this app?

Share it with friends and family on your favorite social network.

Ask AI about this app

Get instant answers about features, tips and more from popular AI assistants.