Top 18 Apps Similar to Arduino Bluetooth Car Control

Bluetooth RC Joystick Controll 1.4
Andi.Co
Control your micro controller and Bluetooth fitted RC caroverBluetooth.
RC Bluetooth Control 1.0
JOSE MUNOZ
RC Bluetooth Control enables between Arduino, PIC and Rasberry PI.
Arduino Bluetooth Controller 5.0
Sushil Shetty
App for the controls of Arduino Bluetooth Enabled anti collisionCar
ARDUINO JOYSTICK 1.01
Cherala Apps
The app enables to control rc car over bluetooth using arduino
Arduino Car Control 1.0
Control your RC car with arduino
Android OTG USB for Arduino 1.0
Apps Pluto
Connect Arduino To Android via Otg Cable . Arduino Code isprovidedin the App
Arduino Led Projects 1.0
Cherala Apps
A Beginners guide to Arduino Using Basic Led circuits ThebestArduino Projects to begin with. The Arduino Led Projectsarepractical materials for developers who want to LearnArduinohardware to create cool projects. The Arduino Led Projectsappconsists of 1.Blink an LED 2.Fade LED 3.Fade LED using pot4.LEDcontrol by button 5.LED by serial monitor 6.LED usingphotocell7.Led using Relay switch 8.Led using Bluetooth Module9.Led usingIR sensor 10.Coin Flipper 11.Led temperature indicator12.Knightrider 13.Traffic Light 14.Led pendulum 15.Police Light16.Back andforth scanner key words arduino projects,arduinotutorial,arduino,electronic projects,arduino miniprojects,electronic miniprojects,electronics,projects,arduinoprojects,arduinotutorial,arduino ,electronic projects,arduinominiprojects,electronic miniprojects,electronics,projects,arduinoprojects,arduinotutorial,arduino ,electronic projects,arduinominiprojects,electronic mini projects,electronics,projects.
Arduino Bluetooth Control 1.0
Futurityhub
In this project we will control a LED light with a smartphoneviabluetooth.
Progetti Arduino 3.0
Salve a tutti ragazzi !Dopo le vostre richieste di realizzare un´ AppAndroidcherimandasse al sito web di Progetti Arduino eccolaqui.App leggera e senza publicitàIl sito è dedicato ai progetti Arduino, dove potete trovare:- Progetti- Tutorial- Shop- Download- Blog- NewsHello guys!After your requests to realize the town's AndroidAppthatrimandasse the Projects website Arduino here it is.lightweight app and without publicityThe site is dedicated to the Arduino projects, whereyoucanfind:- Projects- Tutorial- Shop- Download- Blog- News
Robot Arduino avec Bluetooth 1.0
Cette application offre la possibilitédecontrôler deux moteurs en fonction des valeurs x et y captéesparle téléphone.Aussi, une commande à glissière permet de régler l'angle d'unservomoteur sur la broche pwm3Finalement, l'application commande deux sorties numériques D12etD13.Remarques:Le code .ino doit être téléversé dans le module Arduino avantdelancer l'application.Si vous éprouvez des difficultés avec le module bluetooth,débutezavec l'application suivante: MIT_bluetooth_accelFichiers:robot_bluetooth_arduino.aia : code source de l'applicationAndroid(crée avec MIT app inventor 2)robot_bluetooth_arduino.apk : Application Androidrobot_bluetooth_arduino_MIT.ino : Code sourceArduino(firmware)robot_bluetooth_arduino_MIT.vi : Code source LABVIEWAdresse de téléchargement:http://netsciences.ca/arduino/MIT_robot_bluetooth/Les codes source vous permettent de personnaliser le projet.This applicationoffersthe possibility of controlling the two motors as a functionof xand y values ​​captured by the phone.Also, a slide control to adjust the angle of a servo motor tothespindle PWM3Finally, the application controls two D12 and D13 digital outputs.Notes:The code .ino be uploaded to the Arduino module before startingtheapplication.If you are having trouble with the bluetooth module start withthefollowing application: MIT_bluetooth_accelFiles:robot_bluetooth_arduino.aia: source code of the Androidapplication(app created with MIT inventor 2)robot_bluetooth_arduino.apk: Android Applicationrobot_bluetooth_arduino_MIT.ino: Arduino sourcecode(firmware)robot_bluetooth_arduino_MIT.vi: Source Code LABVIEWDownload address: http://netsciences.ca/arduino/MIT_robot_bluetooth/The source codes allow you to customize the project.
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.
Arduino Stepper Motor 1.0
Control por grados vía remota de unmotordepasos.Requiere programar el Arduino y un modulo Bluetooth HC-06.Descargar Programa para el Arduino en:https://www.dropbox.com/s/umug0nfsqx8rly3/Motor%20Paso%20a%20Paso%20ajustado%20a%20grados.txt?dl=0Remotely controldegreesofa stepper motor.It requires programming the Arduino and HC-06 Bluetooth module.Download Program Arduino:https://www.dropbox.com/s/umug0nfsqx8rly3/Motor%20Paso%20a%20Paso%20ajustado%20a%20grados.txt?dl=0
Arduino Boards Plus 1.0.0
Felipe B.
Arduino Boards Reference.
MJRoBot Arduino Arm Robot Ctrl 1.1
This is an app designed to be used withaServoarm robot, up to 4DOF. Can be used with meArm Arm robot oranyrobotoperated with PWM commands (0-255). The app, besides the4slidersfor PWM Servo control, also has incorporated controlbuttonsforprograming and running a repetitive task (to be usedwith anArduinocode).The mais commands output text string are:Slider for Base Control: "b/ 0-255"Slider for Gripper Control: "g/ 0-255"Slider for Elbow Control: "e/ 0-255"Slider for Shoulder Control: "s/ 0-255"Run button: "runon"Program button: "pgmon"Reset button: "rston"Alarm button: "Alarm_ON"Local/Remote button: "remote"The app is inicitae with command in mode "local"There is logic between Alarm and Local/Remote button. Ifused,theapp understand as a "reset" for remote programing and thelabelandvariables are properly set.For details, tutorial, etc., please visitthesite:MJRoBot.org
Arduino Bluetooth Controller 1.0
No 1 Bluetooth Control For Arduino UNO and Arduino Nano
Voice Control Arduino 1.2
Ahmet ALBEREN
Check your arduino robotsandautomationcircuits with voice commands.Sesli komutlarla arduino robot ve otomasyondevrelerinizikontroledin.ahmetalberen@gmail.coforquestionsYou can send mail .Sorularınız için [email protected]./*HAZIRLAYAN = Ahmet [email protected] can send mail .*/#includeSoftwareSerial BT(10,11); //rx-txint led=13;String data;void setup() {BT.begin(9600);Serial.begin(9600);pinMode(led,OUTPUT);}void loop() {while (BT.available()){char c=BT.read();delay(10);}if (data.length()>0){Serial.println(data);if(data=="on"){digitalWrite(led,1);}if(data =="off"){digitalWrite(led,0);}}}Check yourarduinorobotsand automation circuits with voice commands.Check your arduino robots and automation circuitswithvoicecommands.You can send mail [email protected] can take [email protected] questions./ *PREPARING = Ahmet ALBERI theYou can send mail [email protected].* /#includeSoftwareSerial CT (10,11); // Rx-txint led = 13;String data;void setup () {  bt.beg's (9600);  Serial.beg's (9600);  In pinmo (LED, OUTPUT);}void loop () {  while (bt.availabl to ()) {  bt.read char c = ();  delay (10);  }  if (data.length ()> 0) {   Serial.println (data);      if (data == "on") {     digitalwrit (LEDs, 1);   }  if (data == "off") {     digitalwrit (LEDs, 0);  }  }  }
Arduino bluetooth avec MIT 1.0
Créer votre première application Bluetooth pour ArduinoCette application minimaliste vous explique commentcréerfacilement votre première application Android.L'exemple contrôle l’état des broches 12 et 13 d’un moduleArduinorelié en bluetooth.Matériel requis : Arduino UNO et module Bluetooth HC-05.1. Télécharger les fichiers : http://netsciences.ca/arduino/MIT/2. Programmer votre module arduino à l’aide dufichierArduino_PCH.inoLe module Bluetooth HC-05 ne doit pas être raccordé lorsdutéléversement du code.3. Se connecter au site MIT App Inventor 2.4. Importer le fichier bluetooth.aia et personnaliser votre projetàpartir de cet exemple.5. Créer votre votre APK personnaliséeCreateyourfirst Bluetooth application for ArduinoThis minimalist application shows you how to easily createyourfirst Android application.The example checks the status of the pins 12 and 13 anArduinomodule connected bluetooth.Materials: Arduino UNO and HC-05 Bluetooth module.1. Download files: http://netsciences.ca/arduino/MIT/2. Program your Arduino Module using Arduino_PCH.ino file The HC-05 Bluetooth module must not be connected whentheupload code.3. Login to site MIT App Inventor 2.4. Import bluetooth.aia file and customize your project fromthisexample.5. Create your custom web APK
Boarduino 1.2
In this application, there are variousmethodsthat you can choose to control your Arduino via androidsmartphoneMETHODS AVAILABLE :1.) Recontooth (Relay Control Bluetooth)2.) Voicetooth (Voice Command Bluetooth)3.) Textduino (Text Command Bluetooth)4.) Resertooth (Remote Servo Bluetooth)5.) Mobiduino (Arduino Bluetooth RC Car)6.) Keyduintooth (Keypad Password Bluetooth)7.) Reconnet (Relay Control Ethernet)8.) PWMduino (Arduino PWM Controller)9.) GSM Security (For Home Security System)And other methods will get an update!For more info visit http://www.boarduino.blogspot.com