How do I connect to my HC-06 Bluetooth module?

How do I connect to my HC-06 Bluetooth module?

Once the module is configured as you wish, you can pair the module HC-06 to the device of your choice like any Bluetooth device. Select the name of your module in the list of available Bluetooth device (default is HC-06) and enter the PIN code (default is 1234). When it is done, The LED should stop blinking.

How do I connect my HC-06 to my PC?

Or alternatively, go to Control Panel > Hardware and Sound > Devices and Printers > Add a device. On this new window, click on the “Add a device” button in the menu. Discovery of bluetooth devices. Windows will start searching for nearby bluetooth devices (your HC-06 module should be powered by now).

How do I program HC-05?

Make sure the HC-05 module is NOT PAIRED with any other Bluetooth device. Re-connect the Arduino Uno 5V wire to the HC-05’s VCC (5V power) pin. The HC-05 LED will blink on and off at about 2 second intervals. Now the HC-05 is in AT command mode ready to accept commands to change configuration and settings.

How do I setup my Arduino Bluetooth controller?

How to use the App?

  1. Download the Application form here or here.
  2. Pair your device with HC 05/06 Bluetooth module1) Turn ON HC 05/06 Bluetooth module2) Scan for available device3) Pair to HC 05/06 by entering default password 1234 OR 0000.
  3. Install LED application on your android device.
  4. Open the Application.

How do I connect my Arduino to Bluetooth?

To make a link between your Arduino and bluetooth , do the following :

  1. Go to the bluetooth icon , right click and select Add a Device.
  2. Search for new device , Our bluetooth module will appear as HC-05 , and add it.
  3. The pairing code will be 1234 .

How do I connect my Arduino bluetooth to my laptop?

disconnect the arduino usb cable and connect up the bluetooth module. power the arduino board. and the red led on the bluetooth module should flash. now open the bluetooth control panel on your pc this can be opened from the system control panel or from the icon in the bottom right of your desktop.

What is HC-06 Bluetooth module?

The HC-06 bluetooth module is a slave bluetooth module designed for wireless serial communication. It is a slave module meaning that it can receive serial data when serial data is sent out from a master bluetooth device(device able to send serial data through the air: smart phones, PC).

What is Bluetooth transceiver module?

The HC-06 Bluetooth module allows your device to both send or receive the TTL data via Bluetooth technology without connecting a serial cable to your computer. Works with any USB Bluetooth adapters. Works for Bluetooth TTL transceiver module which allows your target device to both send or receive the TTL data.

How do I connect my HC-05 to my mobile Bluetooth?

Follow these mini-steps:

  1. Connect the Rx and Tx pins of HC-05 back to Arduino (if you haven’t did this already).
  2. Pair the device with your mobile phone (in my case I am using Android OS and my phone is Samsung SII).
  3. Download “Bluetooth Terminal” app from Google Play Store.
  4. Open Bluetooth Terminal app.

How do I control my Arduino Bluetooth with my phone?

First off, pair the phone and the module by scanning for new devices in the Bluetooth tab of the System Settings. The name which was set earlier should appear. Put in the set passcode (Default is either 0000 or 1234). After you power on the Arduino, you may notice that the BTBee’s status LED blinks periodically.

How do I connect the hc-06 Bluetooth module to my Device?

There are multiple versions of the module floating around, with different firmware and breakout boards, but the general functionality should match the HC-06 Bluetooth module datasheet. Connect the HC-06 Ground (GND) pin to ground (duh!). Connect the HC-06 VCC pin to 5v.

How do I connect the hc-06 to Arduino?

Connect the HC-06 Ground (GND) pin to ground (duh!). Connect the HC-06 VCC pin to 5v. Connect the HC-06 TX/TXD pin to Arduino digital pin 4. Connect the HC-06 RX/RXD pin to Arduino digital pin 2. It is recommended to use a level shifter, voltage regulator (or a voltage divider, like in my set-up below) to protect the Bluetooth module RX pin.

What is the frequency range of hc-06 module?

The device works on the frequency range from 2.402 GHz to 2.480GHz. HC-06 module has six pins as shown in the pinout. In them we only need to use four for successfully interfacing the module. Some breakout boards will only leave four output pins only because of this reason.

What are the default settings for the hc-06?

The HC-06 configurations options are covered in section 9 of the module’s datasheet. The default settings are: Testing communication with the module: Open the Arduino Serial monitor. You should see the text: Type AT commands! . Type AT in the Arduino IDE Serial monitor input field and press the Send button.