Introduction: Arduino Bluetooth Control - Windows Phone, PC, Tablet
This is my first instructable on how to control arduino with bluetooth. The app we will use is Quick Terminal in the Windows App store.
Windows 8.1 and 10:
http://apps.microsoft.com/windows/app/78372322-7b9...
I'm using an Arduino Uno, you can use any board that you want.
Step 1: Parts:
Step 2: Arduino Sketch & Upload
Upload the following sketch to your Arduino.
Attachments
Step 3: Assemble the Project.
Assemble this project to match my wiring schematics above.
My setup is a little messy, haha. You can use shorter wires.
-------------------------------------
-------------------------------------
Bluetooth = Arduino Pin
BLL VCC = 5v or Vin(USB only power arduinos)
BL GND = GND
BL Rx = TX pin
BL Tx = Rx pin
-------------------------------------
-------------------------------------
Component = Arduino Pin
Led + = pin 13
Led - =GND
If you don't have a Led, you can just use the arduino's led.
Step 4: Bluetooth Pair and Search
1. Install Quick Terminal App from Windows Store. You need either Windows 8.1 or Windows 10.
Link:
https://www.microsoft.com/en-us/store/apps/quick-t...
2.Pair your device to your laptop.
The initial pair only has to be done one time.
Most passcodes are 1234 or 0000.
3.Open Quick Terminal and search for your device. As in picture, above.
Step 5: It Works!!!!!
Send the "on" command and your LEDs should turn on. Then send the "off" command and then your LEDs will turn off.
You can add more commands to the arduino code to control more things using bluetooth.
If you have any questions or comments, place them below.