Top 13 Apps Similar to Arduino Bluetooth Control PRO

Arduino Bluetooth 2.0
mevex
controlled Toys carcontrol home devicescontrol lightcontrol garden wateringMy cart circuit in my bluetooth +5V te paired.(All you do is your own responsibility in projects)Toys controlled carcontrol home devicescontrol lightcontrol garden wateringMy cart circuit in my ta paired Bluetooth + 5V.(All you do is your own Responsibility in projects)
Arduino Bluetooth Control 1.0
Futurityhub
In this project we will control a LED light with a smartphoneviabluetooth.
Android OTG USB for Arduino 1.0
Apps Pluto
Connect Arduino To Android via Otg Cable . Arduino Code isprovidedin the App
Arduino Bluetooth Controller 5.0
Sushil Shetty
App for the controls of Arduino Bluetooth Enabled anti collisionCar
Arduino Bluetooth Home 1.0
Arduino is an open source microcontrollerandhas gained humongous popularity in theRecent past. Arduino smart home App is an easy touseapplicationthat will allow theUser to switch ON/OFF four devices and control the speedofoneceiling fan the appThrows simple characters on the Bluetooth port of themobilephonefor example ‘A’When the button is pressed for the first time and ‘a’ whenbuttonispressed again.You can switch four devices of your choice andcontrolthespeedOf one ceiling fan.
Bluetooth Remote for Arduino 2.0.2
LekPKD
Free for all maker !! Bluetooth Remote for Arduino
Arduino TCP Remote Control 1.2
Simple Client Application that show howit'spossible use the Hardware Sensor of the Smartphone for controltheArduino by a TCP protocol (WiFi Shield or Ethernet Shield).Theprotocol it's build using 16 byte where the first and the lastarecontrols bytes and 14 bytes are for data. The App wait alwaysforthe feedback from a TCP Server, otherwise it's goes intimeouterror. In the application there is a sample code that youcan loadin Arduino for test this App. This App has the scope toshow how touse a Smartphone's Sensors for control the ArduinoBoard.Enjoy!
3D Skeleton FineTouch - Lite 1.0.2
Bytes Crafter
3D Skeleton EasyTouch has a veryintuitivetouchcontrols that made the 3D object visualizationeasier andmoreefficient. The controls will automatically adapt totheviewersperspective, not the other way around that you willadjustyour headposition and rotation just to keep up with the 3Dobjectorientation.Try it now for free.Assuming that the users is not aware of the basictouchcontrols,we will discuss it here. First, to zoom-in andzoom-outto theobject's perspective, you must have two fingers onthescreen ofyour mobile device, then slide your finger far-apartfromeach otherto zoom-in while making your two fingers near fromeachother willzoom-out the view. Another is, double tap anywhereinthe screenthen hold and slide that finger up or down to panoverthe verticalview of the perspective. Last is, just touchthescreen anywhere,the slide to the left to rotate the view totheleft, the slide tothe right to rotate the view to the right ,theslide upward torotate the view to the top, and the slidedownwardto rotate theview to the bottom. Easy, isn't it? We'rehappy foryourconvenience! Once, we are just like you, searching forabetterchoice and a better application to interact with. Thankyousomuch!Bytes Crafter : Digital Service Provider> Graphic Design> Music and Sound Effect> Visual Effect and Motion Graphic> Game and Application Developer> Website Designs and SolutionsCONTACT US HERE!Email: [email protected]: Block 10, Lot 18, Silcas Village,Brgy. San Francisco, Biñan Laguna, Philippines.Website: bytescrafter.weebly.com
Talking Thermometer 1.0
saradev
With this application you can buildatalkingtemperature device using an Arduino uno and LM35.The App can operate in 2 modes:- Printing mode in which it shows you the temperature.- Speaking mode in which it tells you the temperature.
Circuits Ninja Robot Remote 1.0
Start driving your Circuits Ninja robot quickly with ourremotecontrol app!
SmartDAQ (Arduino-Compatible) 2.4.0
imx Developer
SmartDAQ: Great App for Rules Based Control, USB DAQ,Oscilloscope,Data Logger
Arduino Bluetooth Controller 2.0
PIXELIZARD
This android app can establish aconnectionwithany Arduino/microcontroller project that has aBluetoothmoduleinterfaced! It allows the user to connect any kindsofBluetoothmodule like HC-05 and HC-06. For most of the modulesthedefault pinfor connecting is “1234”With this app you can easy connect and send datatoyourmicrocontroller. The app will itself guides you tothecontrolscreen. Still if you are too busy you can read below toknowallpossible controls1. Open the APP2. Click the next button from the open screen3. Now turn on you Bluetooth and pair the device you wanttocontrol.E.g. you paired your HC-05 which is connected toyourArduino.4. Then click “Yes, I understood” and you will be takentothecontrol screen.5. In the control screen click the “connect” button andselectyourdevice6. Now whenever you press one of the four keys it will send adatatoyour Arduino/microcontroller board.7. With the “Speed” slider you can also sent analoguevalues.E.g.you want to control speed of a car8. If you want to send custom values to yourmicrocontrollerclickthe “Tools” icon named “Set Keys”.9. From there you can set values for each of the four keysandclickthe “Tools” icon again.Done! Now it’s time to control your project wirelessly.Arduino code to receive the data#includeSoftwareSerialbluetooth(10, 11); // Connection pins forbluetoothRX& TX.//I used software serial so that you can upload the codeevenwiththe bluetooth module connected.intrecieved;void setup() {pinMode(13,OUTPUT);Serial.begin(9600);bluetooth.begin(9600);digitalWrite(13,0);}void loop(){while (bluetooth.available()) { // Recieves Data frombluetoothandstores in recieved variablerecieved = bluetooth.read();Serial.println(recieved); // Prints the last recieveddata.delay(50);}}Soon I’ll upload the link of the tutorial “How tocontrolyourMicrocontroller with smartphones over Bluetooth ” Ihavewritten.Or you can check www.tutor.robogearsbd.com fortutorialsIwrote.This is app was developed for learning purpose. Theplatformusedto develop this app was MIT App Inventor 2.If youareinterested tomake and app like this I can help you with thefilejust mail me [email protected]. If you can editthisapp and make abetter version of it please also let me know andifyou want I willalso share your app so that other can getbenefitedor developfurther and you name will be included asacontributor.Follow me on Facebook:www.facebook.com/ILivetoCode .Please don’t forget to give your reviews,Thank You.
Notiduino Arduino IoT Platform 1.2
Geny Studio
You can make Arduino based Notification IoT product using thisapp.Connect your smartphone to Arduino using bluetooth, and selecttheapps you installed in your smartphone to transmit your datatoArduino. Whenever your phone gets notification messages fromtheselected apps, the app sends the saved values to Arduinothroughbluetooth. You can also make your own IF-THEN rule to filteroutthe notification messages and send any values to Arduino basedonyour rule set. For example, if you received importantnotificationmessage from SNS like Facebook app, you can send RGBcolor valuesto Arduino to turn on RGB LED through bluetooth usingthe IF-THENrule set stored in this app. This app also provides FastBluetoothTerminal, so you can test bluetooth communication betweenAndroidand Arduino. Please visit http://www.facebook.com/notiduino,andfind the more detail information. Share your idea forNotiduinowith others.