Top 18 Apps Similar to Bluetooth Control Programmable

BT Controller 3.3.2
Soft Igloo
A portable control pad for emulators
Arduino bluetooth controller 1.3
Giumig Apps
Use Android as a bluetooth remote controller for Arduino
Easy Bluetooth Controller 3.0
KGeorgiev
This is a very easy Bluetoothcontrollerforyour arduino witch will help you to control all ofyourprojectwith ease. You can choose what commands to send toarduinowitchare hidden in custom commands names. You can eveneasily edityourcommands by simply holding up on top of her. Cansend analogdataand color data.The analog data is simply a number between 0 and 1024.The color data is in pattern 000 000 000 so youeasilycantransform it to color in your arduino program.Here is a simple code for gettingitwork.http://pastebin.com/embed_iframe/yxH4L29TEnjoy controlling everything!
MOGA Universal Driver 3.1.4
Ryan Loebs
Provides full functionality for thePowerAMOGA™ Pocket and MOGA™ Pro controllers.NOTE: If you see the Pivot notification pop up that doesn'tmeanit's running! I cannot prevent it from seeing that thecontrollerhas connected since Bluetooth broadcasts are notordered.This application provides a virtual keyboard that simulateskeypresses when you use your MOGA controller. You can map anybuttonor joystick on your MOGA to a key using profiles thatareexportable in XML format for you to share with your friends.For users with rooted phones there is a second modeavailablecalled Gamepad Mode. This mode creates a virtual gamepadthat actsjust like a standard USB gamepad. The main benefit of thismode isthe ability to use the analog joysticks as more than justglorifieddirectional pads.• Virtual Keyboard• Configurable profiles• Profiles are saved as XML files on your SD card• Controller discovery and management• Auto-configures based on which kind of controller you'reusing(Pro/Pocket)• Gamepad Mode• • Only available on rooted devices• • Pretends to be a standard USB gamepad• • Allows for full analog input• Desktop Widgets• • Toggle the driver's state from your desktop• • With the long widget you can also change your activeprofilefrom the desktopExperiencing crashes? Send me a crash report or send meyour/sdcard/MOGA/error.log file!Like what you see? Buy me a soda!Donate: http://goo.gl/ilTCRThis product is not affiliated with, nor authorized, endorsedorlicensed in any way by Bensussen Deutsch and Associates,Inc.(BD&A Inc.), its affiliates or subsidiaries. All trademarksareproperty of their respective holders.
Bluetooth Controller 8 Lamp 2.4
merahkemarun
Bluetooth controller 8 channel lamp for Arduino andcodevisionAvrprogramming. You can connected relay modul 8 channelforelectronicdevice with a working voltage of 220v, lamp, fans,tv,etc.. i amtest with arduino leonardo and serialcommnunicationlibrary toconnected RX pin 10 and TX pin 11. you canuse arduinouno orarduino mini etc... FEATURES: -Tutorial page-control 8channelon/off lamp -control All channel ON -control AllchannelOFF-download file Program Arduino_Bluetooth_8Lamp.ino+schemmatic-download file ProgramCvAvrBluetooth_8_Lamp_Atmega16.zip +schemmatic -downloadtutorialebook.pdf -support Bluetooth modulHC-05 ,HC-06 and HC-07etc Checkto main menu update to PremiumVersion WHY YOU SHOULDUPGRADE to thePREMIUM? If you upgrade topreium, then you will notfind ads thatappear in applications(remove ads). And you'll get thecoolfeatures in addition toremove the ads, which featurekeysynchronization of the lightsbeing lit as shown in thevideo.PREMIUM FEATURES *Unlocksynchronize button of the means*Remove AdsDOWNLOAD FILE: DownloadFile: -Program Code arduinoproject with8LEDhttps://www.dropbox.com/s/f13qc8g929ze8ft/Arduino_Bluetooth_8Lamp_with_LED.zip?dl=1-ProgramCodearduino project with8Relayhttps://www.dropbox.com/s/c49htqkmjwhbngg/Arduino_Bluetooth_8Lamp_with_Relay.zip?dl=1-ProgramCodearduino project 8 Relay EEPROM .............Update toProVersion-Program Code cvavr project atmega16ZIPhttps://goo.gl/CDC9ei -EbookTutorialPDF:http://drive.google.com/file/d/0B-M9mRnKKpvSejJfb3pnOEpRUjg/viewVIDEOTUTORIAL:1. Test APPS for Free version VS Pro Premium 2.UploadProgram toArduino 3. Setting And Connected Bluetooth toPhoneDeviceGroupDiscussions:https://www.facebook.com/groups/257664444610751https://plus.google.com/u/0/communities/110412488278847572335*ConnectedArduinoPIN Lamp 1 connected to PinOut 2 Arduino Lamp 2connected toPinOut 3Arduino Lamp 3 connected to PinOut 4 ArduinoLamp 4connected toPinOut 5 Arduino Lamp 5 connected to PinOut 6ArduinoLamp 6connected to PinOut 7 Arduino Lamp 7 connected toPinOut 8ArduinoLamp 8 connected to PinOut 9 Arduino *Serial datasendingfromBluetooth Controll Lamp.apk data '1'-'8' to on is lamp1-8data'A'-'H' to off is lamp 1-8 data '9' to on ALL is lamp data'I'tooff ALL is lamp
Bluetooth Firewall 4.6.3
FruitMobile
Don't leave the bluetooth door of your phone open to hackers.Lockit now.
Game Controller KeyMapper 0.4.0
World's Most Downloaded & Trusted Gamepad Testing &MappingApp for Android.
Bluetooth Control for Arduino 1.1
merahkemarun
Arduino Bluetooth Relay 4CH App is android application which isusedto control 4 channel relay module via Bluetooth withBluetoothserial communication module support HC-05, HC-06, orHC-07, UsingArduino or AVR i am test with arduino UNO and serialcommnunicationlibrary to connected RX pin 10 and TX pin 11. you canuse arduinouno or arduino leonardo etc... Fitur App: -control 4channel on/offralay -control All channel ON -control All channelOFF -downloadfile Program Arduino_Bluetooth_Ralay_4ch.ino -downloadfileTutorial PDF with schemmatic Download File: -arduino projectZIP :https://goo.gl/Vq1n9D -tutorial & schematic wiring PDF:https://goo.gl/b2UVY1 or you can Copy program here to ArduinoIDE/* Relay IN1 connected to PinOut 2 Arduino Relay IN2 connectedtoPinOut 3 Arduino Relay IN3 connected to PinOut 4 Arduino RelayIN4connected to PinOut 5 Arduino --->you can connected torelaymodul 4 channel Serial data sending from Arduino BluetoothRelay4CH.apk data '1'-'4' to on is Ralay CH 1-4 data 'A'-'D' to offisRalay CH 1-4 data '9' to on ALL CH 1-4 data 'I' to off ALL CH1-4*/ #include SoftwareSerial mySerial(10, 11); //Pin10 RX , Pin 11TXconnected to--> Bluetooth TX,RX #define relay1 2 #definerelay23 #define relay3 4 #define relay4 5 char val; void setup(){pinMode(relay1,OUTPUT);pinMode(relay2,OUTPUT);pinMode(relay3,OUTPUT);pinMode(relay4,OUTPUT);digitalWrite(relay1,HIGH);digitalWrite(relay2,HIGH);digitalWrite(relay3,HIGH);digitalWrite(relay4,HIGH);mySerial.begin(9600); Serial.begin(9600);} void loop() { //cekdata serial from bluetooth android App if(mySerial.available()>0 ) { val = mySerial.read();Serial.println(val); } //Relay ison if( val == '1' ) {digitalWrite(relay1,LOW); } else if( val =='2' ) {digitalWrite(relay2,LOW); } else if( val == '3' ){digitalWrite(relay3,LOW); } else if( val == '4' ){digitalWrite(relay4,LOW); } //relay all on else if( val == '9' ){digitalWrite(relay1,LOW);digitalWrite(relay2,LOW);digitalWrite(relay3,LOW);digitalWrite(relay4,LOW); } //relay isoff else if( val == 'A' ) {digitalWrite(relay1,HIGH); } else if(val == 'B' ) {digitalWrite(relay2,HIGH); } else if( val == 'C' ){digitalWrite(relay3,HIGH); } else if( val == 'D' ){digitalWrite(relay4,HIGH); } //relay all off else if( val == 'I'){ digitalWrite(relay1,HIGH);digitalWrite(relay2,HIGH);digitalWrite(relay3,HIGH);digitalWrite(relay4,HIGH); } }
Bluetooth Control It ! 1.3
Reeb Game
Communicate by bluetooth with your Arduino.
Bluetooth Electronics
keuwlsoft
Control your electronic project with your Android deviceusingBluetooth.
Bluetooth spp tools pro 0.16
Jerry.Li
The softwarefortheBluetoothclientcommunication tools (ie: Bluetoothslavemode),Bluetoothserialcommunication can be tested. Can connectaBluetoothMCU andPCserial port.Support android 4.0+ version of the system.Hardware1.Serial Port Bluetooth Module( TTL )2.Arduino Microcontroller Board3.MCU serial communication4.Can search for Bluetooth low energy devices (nothing more)Software features:1. Search for Bluetooth devices, and displaystheclassandRSSI(signal strength);2. The use of serial communication, receiving andsendingdata;3. Can be set to ASCII and HEX input and output mode;4. The data results can be saved totheSDcard(/sdcard/Bluetoothspppro/...).5. Can search for Bluetooth low energy devices (nothing more)This tool three modules:1. Byte stream mode: the basic input-output model;2. Keyboard mode: Can customize the outputvalueof12buttons;Eachbutton has three states(respectively:Down|Long-press| Up), eachstate can send commands event.3. Command Line: Set thecommandterminatorforcommunicationdebugging.If the connected Bluetooth device is notpaired,thesystemwillautomatically prompt you forpairing.Bluetoothpairingissuccessful, try to connect again.This can only connect Bluetoothserialmoduledevices,Bluetoothdevices are generally usedforMCUserialcommunication.System using the Bluetooth pairingmeans:[menu->Settings->Wireless and Network ->BluetoothSettings], opentheBluetoothfeature, and to search forBluetoothdevices topair,paired with adevice only once.System Configuration (includes keyboardmodebuttonsettings)filecan be found in the SD card Bluetoothsppprodirectory. Youcan backup the configuration file, orcopytheconfiguration fileto anotherterminal equipment,coveringhisprofile to completerecovery.Special cases:Non-normal end of the Bluetooth function, may lead tonotbeabletoconnect Bluetooth devices such as this isthecase,pleaserestartthe phone can often return to normal.Contact the author (Welcome to AC):WeiBo: http://weibo.com/hzjerryEmail: [email protected]:Bluetooth, communication, MCU ,industrialcontrol,serialAssistant,Arduino, Robot Control, TTLdebugging
IOIO Bluetooth Device Control 1.52
Amphan
IOIO Bluetooth Device Control Application istoallow you to control various electrical devices up to 8 devicesandindependently controlled.Use Android Bluetooth mobile device to remote control yourdeviceswith IOIO Board and Bluetooth Dongle.For Automation System ,Smart Home Automation ,lightcontroletc.The program features.- Control up to 8 devices with Relay Board. ( and can testcontrolLED on IOIO Board )- Show Bluetooth Connecting status- Run on Background Service so when go to other App,IOIOControldevice App still running.- Change and Edit your button name. (New Function 1.5+)- Free Version with Ad.Version 1.1 +- Run IOIO on Background Service ( Show Icon on Notification Bar ).So, The App connect IOIO all the time until stop service (StopFunction on Notification Bar )Hardware1. USB Bluetooth Dongle2. IOIO Board ( new version support over Bluetooth )3. 8 channel Output Relay BoardFor the IOIO Board , you don’t need program hex code orflashcode in to the IOIO Board.It has firmware for ready to use. You are only wiring the cabletothe relay board only.More About hardware :http://androidcontrol.blogspot.com/2012/06/ioio-board-over-bluetooth.htmlInfo & Manualhttp://androidcontrol.blogspot.com/2012/06/ioio-bluetooth-control-devices.htmlFull Android Source Code. It cost 10 - 50 USD.Please. contact [email protected] Jan 2014
Bluetooth Pair 2.8
Waylon Huang
Bluetooth pairing - automated. Simply turn on Bluetooth andconnect!
Bluetooth Assistant 1.2
mascasobacos
Connect, search to others and paring your BLUETOOTH device QUICKandEASY!!!!
Switcher for Bluetooth Audio
Googamaphone
Quickly manage, rename, and connecttoBluetooth A2DP audio devices.For ultra-fast switching, Switcher can store Bluetoothdeviceinformation on a writable NFC tag and connect with asingletap.
AutoAudio - Bluetooth Helper 1.88
Anticsoft
Please stop emailing me for support forthisapp. It does not pay the bills, it is free.I developed this app for personal use since i had the same issueyouwere having. I make no promises it will work with youroperatingsystem and since my new Note 4 works nativly (withoutthis app), ino longer have a reason to continue development. I amsorry.Good Luck!Works with google play music now too! (may work with otheraudioplayers that use notifications as well)This app does 3 things the Spotify Android app does NOT1) Transmits Bluetooth metadata to your car stereo (this issoeasy to do i'm surprised Spotify does not do this)2) Transmits new notifications as Bluetooth Metadata for 15seconds(then returns to song data)3) Lets you set 2 different volume levels for when Spotifyisplaying music and when it is not. This is useful when thevolumelevel of your maps navigation isn't quite loud enough tounderstandwhile driving. Now you can set the music volume lowerthan the "nonmusic." ** this feature will be phased out in futureversions asspotify now supports "audio ducking".Notes:** You'll need to give autoaudio notification access for thistowork with the newest version of Spotify, as they don't seemtosupport device broadcast anymore. (some phones have thissettinghidden, so autoaudio has a button to take you directly tothesettings screen)** Spotify (and google play music) hides the notificationwhenthe app is visible, so this only works when the screen is off,orthe app is not in the foreground.** Use the notification setting in my app to prevent androidfromkilling it.** If you find this app useful, please feel free buy mydonateapp.
Bluetooth GPS
GG MobLab
Connect to an external bluetoothNMEAcompatible GPS device. Mock provider allows other apps to workwiththe device.** FOR Android 6.0 (Marshmallow ), it changes the way it handlesthemock provider permissions. Please go to the developer option,click"Select mock location app" and select this app asprovider.!!! Please read... YOU NEED AN EXTERNAL BLUETOOTH GPSHARDWAREDEVICE TO GET IT WORKS !!!The app requires GGA, GSA, GSV and RMC (or ZDA+VTG) toworksproperly.If you leave comments, whether works or not, you are welcometostate also which hardware devices combination you are using.Thismay help debugging and also serve as a reference forotherusers.### I always receive questions about how to use this app toconnecttheir Notebook or PC, Mac, or tethering another Android...etc. Ihave to clarify that the purpose of this app is to connecttheAndroid device with an external Bluetooth GPS device, in orderto"replace" the android's internal GPS locations.If you dont understand what the purpose of the app, pleasedon'tdl.Please install at your own risk.### Please understand that the app frontend is just afrontend,mainly for controlling and configuration purpose, andprovidingsome handy info. so don't expect it has many functions,shows everydetails and in any desired format...etc.**** Please first enable Allow Mock Locations in Setting ***** can't guarantee all device+apps work, pls email medetails:)==========Now you can start/stop the service from other apps by sendingtheservice or broadcast Intent :Start - googoo.android.btgps.action.SERVICE_STARTStop - googoo.android.btgps.action.SERVICE_STOPToggle - googoo.android.btgps.action.SERIVCE_TOGGLE* Note: You should first make sure you setup all the preferencesandyou can start the service correctly through the GUIfrontend.* try the workarounds (in preference) if failed to connect(eg,service discovery fail, connection refused)Please report error or send me logcat if you got FC or anyproblems,with screen cap of any error messages, nmea log.There are thousands combinations of [android version xmobilehardware x bluetooth gps hardware ]. Sorry that it isimpossible toprovide support on a particular hardware model. Even aGPS-A workswith Mobile-A, but GPS-A may not work with Mobile-B, butMobile-Bworks with GPS-B. However, after upgraded the androidversion, thiscombination does not work anymore, but the othercombination worksagain. I always got such reports. I don't have anythose hardwares,and even for some of them, I never heard before andcannot googleany information about them. Hope you understand.some android 4.2.x may have problem with the bluetooth stack.eg.https://code.google.com/p/android/issues/detail?id=39688https://code.google.com/p/android/issues/detail?id=42520
Sony | Music Center 7.2.0
Control Sony's Audio System in your hand