Arduino Bluetooth Control - Windows Phone, PC, Tablet

17,057

22

5

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.

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.

Be the First to Share

    Recommendations

    • For the Home Contest

      For the Home Contest
    • Big and Small Contest

      Big and Small Contest
    • Game Design: Student Design Challenge

      Game Design: Student Design Challenge

    5 Comments

    0
    Mohammed MazedH
    Mohammed MazedH

    6 years ago

    " Quick Terminal " for Windows 8.1 or Windows 10.But Windows Xp which program you recommend. .

    0
    AlexA31
    AlexA31

    7 years ago on Introduction

    You might ant to fix this:

    Send the "on" command and your LEDs should turn off [you mean ON] Then send the "off" command and then your LEDs will turn off.

    Gonna give it a try, have all the parts needed