
Arduino bluetooth controller
اپنے Arduino پروجیکٹ کے لیے اینڈرائیڈ کو بلوٹوتھ ریموٹ میں تبدیل کریں۔
ایپ کی معلومات
Advertisement
ایپ کی تفصیل
اینڈروئیڈ ایپ تجزیہ اور جائزہ: Arduino bluetooth controller ، Giumig development apps کے ذریعہ تیار کیا گیا۔ ٹولز زمرہ میں درج ہے۔ موجودہ ورژن 1.5.9 ہے ، 08/02/2025 کو اپ ڈیٹ ہوا۔ گوگل پلے پر صارفین کے جائزوں کے مطابق: Arduino bluetooth controller. 1 ملین سے زیادہ انسٹال حاصل کیا۔ Arduino bluetooth controller کے فی الحال 3 ہزار جائزے ، اوسط درجہ بندی 3.9 ستارے ہیں
کیا آپ نے Arduino کے ساتھ ایک نیا پروجیکٹ بنایا ہے اور اسے دور سے بھی کنٹرول کرنا چاہتے ہیں؟اپنے Android ڈیوائس کو اپنے مائیکرو کنٹرولر کے لیے بلوٹوتھ ریموٹ کنٹرول کے طور پر استعمال کریں۔
ایک بار جب آپ بلوٹوتھ ماڈیول کو Arduino بورڈ سے منسلک کر لیتے ہیں، تو اسے کنٹرول کرنا بہت آسان ہے: ایپ لانچ کریں اور اپنے بلوٹوتھ ڈیوائس کو تلاش کریں جس سے آپ جڑنا چاہتے ہیں۔ ایک بار جڑ جانے کے بعد آپ اپنے کمانڈز کو کی بورڈ سے ٹائپ کرکے یا کنفیگریبل بٹنوں کے ذریعے، ایک سادہ گرافک انٹرفیس کے ذریعے بھیج سکتے ہیں۔
ہم فی الحال ورژن 1.5.9 پیش کر رہے ہیں۔ یہ ہمارا تازہ ترین ، سب سے بہتر ورژن ہے۔ یہ بہت سے مختلف آلات کے لئے موزوں ہے۔ گوگل پلے اسٹور یا دوسرے ورژن سے براہ راست Apk مفت ڈاؤن لوڈ کریں جن کی ہم میزبانی کر رہے ہیں۔ مزید یہ کہ ، آپ رجسٹریشن کے بغیر ڈاؤن لوڈ کرسکتے ہیں اور لاگ ان کی ضرورت نہیں ہے۔
ہمارے پاس Samsung, Xiaomi, Huawei, Oppo, Vivo, Motorola, LG, Google, OnePlus, Sony, Tablet ... کے لئے 2000+ سے زیادہ دستیاب آلات موجود ہیں جن میں بہت سارے اختیارات ہیں ، آپ کے لئے یہ آسان ہے کہ آپ اپنے آلے کے مطابق کھیلوں یا سافٹ ویئر کا انتخاب کریں۔
اگر گوگل ایپ اسٹور پر آپ کے آلے کے پہلو سے کوئی ملک کی پابندیاں یا کوئی پابندی ہو تو یہ کام آسکتا ہے۔
گوگل پلے اسٹور پر شرح اور جائزہ
درجہ بندی کی کل تعداد
فعال صارفین کی کل تعداد جس کی درجہ بندی کی گئی ہے: Arduino bluetooth controllerانسٹال کی کل تعداد (*تخمینہ)
گوگل پلے پر انسٹال کی کل تعداد کا تخمینہ, گوگل پلے پر حاصل کردہ درجہ بندی کی تعداد اور انسٹال حدود سے قریب.آپ کو یہ ایپس بھی پسند آسکتی ہیں
- 2024-09-10Arduino Bluetooth Distance HC-
- 2025-04-28RemoteXY: Arduino control
- 2025-06-09Arduino Bluetooth Control
- 2015-10-21Arduino Bluetooth Controller by JULIO LIMA
- 2024-11-18Arduino Bluetooth Controller
- 2024-07-24Arduino Bluetooth Controller
- 2023-12-27Arduino ESP Bluetooth - Dabble
- 2025-04-07Arduino Bluetooth Controller
حالیہ تبصرے
Neil Janviere Rovillos
Hey, I'm writing this review due to a recent problem I've encountered with this app. All the features are great and extremely useful except for the dimmer. It seems that the dimmer sends out the integers continuously without anything to mark the end of the integer. This causes serial reads or serial parse ints to go wham in arduino. As of this point you can only use the dimmer by pressing on a section of it so that it sends only one whole integer. The dimmer cannot be used as some sort of slider that imitates a potentiometer. It would be helpful if you guys worked this out by putting some end marker for every integer the slider sends out. Overall, still the best app for bluetooth control on arduino.
A Google user
This is a clean, intuitive app with a slick interface and some nice additional features (haptic feedback on the controller). However I have struggled with correctly interfacing the 'dimmer' with my Uno. It's evident that ASCII characters in the range 0-255 are transmitted serially and I can read these individually or as a long string from the serial buffer. However there is no (apparent) character for terminating a string. This results in not being able to cleanly read the incoming values without some unsatisfactory workaround. Some documentation or pointers on how the dimmer is to be read correctly would improve this app.
A Google user
It would be great if the app had the option to change data stream frequency like 'choose continuous streaming or change with touch'.I had to say that because i made a bluetooth RC car and the switches were configured using this app and when i pressed the forward button for just a second , it went on without stopping.It would be nice if it had movements only when touched.
Eko Widiatmoko
Different bluetooth controller app have different data sending pattern. This app sends the character (controller mode) at the touch release ("key up") moment. Other apps send single char on touch ("key down") moment, or sends continuously every x milliseconds when pressed, or sending single char at keydown and sending another char at key up moment. I wish the data pattern is described in the app description, or better, have options for different data pattern.
A Google user
Was testing sending data over Bluetooth from arduino (esp32) and was monitoring the terminal. The data renders on the terminal only if a carriage return byte is appended to the data. This caused many hours debugging thinking it was the esp32 libraries that were at fault. It would be beyter if the app had a terminal that outputted the raw data it received. The annoyance this caused and not having a much needed feature means 2 stars.
Jo
App works as expected This is a great app, but one feature I feel should be in all of these Bluetooth apps, intended for use with the arduino is joystick control. The arrow pads are fine, but joysticks can let you control speed for cars which is a common use case of these apps
Ankan Saha
Where is the problem...??? In my mobile or this application..??? This app can connect my module smoothly with Samsung galaxy A20 . But in Samsung galaxy m21 it could not connect . And shows this toast " could not pair with HC-05 .make sure make sure that it is ready to connect. " Please tell what should I do now .....( I have installed and uninstalled this app several time😤😤.)
Ahmad Hummoody
Really good app But I would really want a reconnect button inside the controller mode so that I wouldn't have to redo the whole connecting process all over again when I turn off the Arduino