user login

HC-06 Wireless Bluetooth Module With Baseboard , Slave Wireless Serial Port

Place of Origin: Guangdong

Company Profile

Location: Shenzhen, Guangdong, China (Mainland)
Business Type: Manufacturer
Main Products: Arduino Starter Kits

Product Detail

Model No.: Bluetooth Module

Product Description

 
HC-06 Wireless Bluetooth Module With Baseboard , Slave Wireless Serial Port
 
 
Description:
 
Using HC - 06 from module 1, a core module, which leads to the interface includes VCC, GND, TXD, RXD, reserved LED state output pin, MCU can state whether the bluetooth is connected through the foot, from machine KEY pin is invalid
2, the led indicates a bluetooth connection status, twinkle said there was no bluetooth connectivity, Chang Liang said bluetooth is connected and turned on the port
3, backplane "3.3 V, the input voltage 3.6 ~ 6 V, current when the unpaired about 30 ma, matching after about 10 ma, no more than 7 V input voltage!
4, interface level 3.3 V, can be connected directly to all kinds of single chip microcomputer (51, AVR, PIC, ARM, MSP430, etc.), 5 V single chip can be connected directly, without MAX232 couldn't through MAX232.
5, clearing the effective distance of 10 meters, more than 10 meters is possible, but not to this distance connection quality
After 6, pairing when full duplex serial port to use, do not need to know any bluetooth protocol, but supports only one in the eight data bits, stop bits and parity checking the communication format, which is the most commonly used communication format, does not support other formats.
7, when the bluetooth connection has not been established by pairing the AT command set baud rate, name, password, and set the parameters of the power save. After the bluetooth connection automatically switch to passthrough mode
8, small size (3.57 cm * 1.52 cm), SMT factory, ensure the quality of the patch. And set transparent heat shrinkable tube, dust and beautiful, and there are some antistatic ability.
9, this link for the machine, from the function and all kinds of computer with bluetooth, bluetooth host, with most of bluetooth mobile phone, PDA, PSP and other intelligent terminal pair, not matching between from the machine.
 
 
Small common sense (very important) :
 
TXD: sender, usually expressed as the sender, normal communication RXD must connect another equipment.
RXD: receiver, usually expressed as the receiver, the normal communication TXD must connect another equipment.
When normal communication itself TXD pick up equipment RXD forever!
From collect spontaneous: normal communication RXD TXD connect other devices, so if you want to receive your send data as the name implies, namely receive your sending data, namely own TXD directly connected to the RXD, used to test the send and receive is normal, is the easiest fastest test method, when there is a problem to do the test first to determine whether the product failure. Also known as the loop back test.
 
 
Specifications:
 
Arduino Bluetooth communication
 
Bluetooth (Bluetooth) technology, is a short-range radio technology, the use of "Bluetooth" technology that can effectively
Simplify PDAs, notebook computers and mobile phone handsets and other mobile communication terminal communication between devices, but also to work
These simplify the device and the Internet (Internet) communication between the communication devices so that these modern and the Internet
Data transfer between more quickly and efficiently, to widen the road for wireless communications.
Because it is the first to deal with the Bluetooth module, first come today or small test chopper, so Arduino successfully communicate with pc
Bar. Let's wiring, connect a Bluetooth board +5 V VCC, GND connection board Bluetooth-GND, TX motherboard Bluetooth connection
RX, RX Connectivity Bluetooth TX. When the Bluetooth module is successfully connected with the PC power, the Bluetooth module power indicator will flash
Shuo, the connection indicator will light green.
 
Here's a look at the program, and I let my Arduino receives input "r" after the interface is pin13 LED flashes
Look, then output (keyes) words.
Procedures are as follows:
***************************************************************
char val;
int ledpin=13;
void setup()
{
Serial.begin(9600);
pinMode(ledpin,OUTPUT);
}
void loop()
{
val=Serial.read();
if(val=='r')
{
digitalWrite(ledpin,HIGH);
delay(500);
digitalWrite(ledpin,LOW);
delay(500);
Serial.println("keyes");
}
}
 
 
Competitive Advantage:
 
1. Convenient & Friendly Customer Service
2. Low Prices Direct From Factory Suppliers
3. Fast Delivery Around the World. 
4. High Quality With Global Standards. 
5. 1 Year Factory Warranty
6. Safe Shipping Way and Payment

 

Post Buying Request