التحكم عن طريق البلوتوث (الاتصال بالبلوتوث ) Application icon

التحكم عن طريق البلوتوث (الاتصال بالبلوتوث ) 2.0

4.6 MB / 0+ Downloads / Rating 1.0 - 1 reviews


See previous versions

التحكم عن طريق البلوتوث (الاتصال بالبلوتوث ), developed and published by musa almusawy, has released its latest version, 2.0, on 2017-11-21. This app falls under the Education category on the Google Play Store and has achieved over 10 installs. It currently holds an overall rating of 1.0, based on 1 reviews.

التحكم عن طريق البلوتوث (الاتصال بالبلوتوث ) APK available on this page is compatible with all Android devices that meet the required specifications (Android 4.0+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: appinventor.ai_aa_pes2013.card_copy

Updated: 7 years ago

Developer Name: musa almusawy

Category: Education

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing التحكم عن طريق البلوتوث (الاتصال بالبلوتوث ) on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

1.0
Total 1 reviews

About this app

برنامج (الاتصال بالبلوتوث ) هوه برنامج مجاني للتحكم بالاجهزة عن بعد مع arduino
طريقة العمل .
1- تفتح البرنامج تضغط على ايقونة البلوتوث .
2- يضهر لك اسم البلوتوث المراد الاتصال به .
3- عندما تتصل سوف تضهر لك كتابة باللون الاخضر (متصل) .
4- الايقونه الخضراء ترسل الرقم (1) الى جهاز arduino . اي تشغيل
5- الايقونة الحمراء ترسل الرقم (2) الى جهاز arduino . اي اطفاء
المتطلبات :
يجب ان يكون عندك قطعة البلوتوث الخاصة بالاردوينو ومتحكم الاردوينو
وبرمجة الاردوينو . وهذة برمجة الارد وينو :
#include
SoftwareSerial BT(1, 0);

void setup()
{
// set digital pin to control as an output
pinMode(13, OUTPUT);
// set the data rate for the SoftwareSerial port
BT.begin(9600);
// Send test message to other device
BT.println("Hello from Arduino");
}
char a; // stores incoming character from other device
void loop()
{
if (BT.available())
// if text arrived in from BT serial...
{
a=(BT.read());
if (a=='1')
{
digitalWrite(13, HIGH);
BT.println("LED on");
}
if (a=='2')
{
digitalWrite(13, LOW);
BT.println("LED off");
}
if (a=='?')
{
BT.println("Send '1' to turn LED on");
BT.println("Send '2' to turn LED on");
}
// you can add more "if" statements with other characters to add more commands
}
}

ويوجد هناك برمجة اخرى في الصور ....
واذا اكو اي غلط او استفسار راسلوني من خلال التطبيق على الفيس بوك .. تحياتي للجميع ENG.MUSA

New features

تطبيق للتحكم بالاجهزة من خلال البلوتوث بواسطة arduino

App Permissions

Allows applications to open network sockets.
Allows applications to discover and pair bluetooth devices.
Allows applications to access information about networks.
Allows applications to access information about Wi-Fi networks.
Allows applications to connect to paired bluetooth devices.