MODULE BLUETOOTH HC-06 HC06
THÔNG SỐ KỸ THUẬT :
-Điện áp hoạt động: 3.3 ~ 5VDC.
-Điện áp giao tiếp: TTL tương thích 3.3VDC và 5VDC.
-Baudrate UART có thể chọn được: 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200
-Dải tần sóng hoạt động: Bluetooth 2.4GHz
-Sử dụng CSR mainstream bluetooth chip, bluetooth V2.0 protocol standards.
-Dòng điện khi hoạt động: khi Pairing 30 mA, sau khi pairing hoạt động truyền nhận bình thường 8 mA
-Kích thước của module chính: 28 mm x 15 mm x 2.35 mm
-Thiết lập mặc định:
-Baud rate: 9600, N, 8, 1.
-Pairing code: 1234.
ỨNG DỤNG :
MODULE BLUETOOTH HC-06 được sử dụng để kết nối với các thiết bị có thể truyền nhận trao đổi dữ liệu như điện thoại,laptop,máy tỉnh bảng....
SƠ ĐỒ KẾT NỐI :
CODE MẪU DÙNG ĐỂ GIAO TIẾP VÀ ĐỌC DỮ LIỆU NHẬN ĐƯỢC :
#include <SoftwareSerial.h>
#define rxPin 2
#define txPin 3
#define baudrate 38400
String msg;
SoftwareSerial hc05(rxPin , txPin);
void setup() {
pinMode(rxPin, INPUT);
pinMode(txPin, OUTPUT);
Serial.begin(9600);
Serial.println("ENTER AT Commands:");
hc05.begin(baudrate);
}
void loop() {
readSerialPort();
if (msg != "") hc05.println(msg);
if (hc05.available() > 0) {
Serial.write(hc05.read());
}
}
void readSerialPort() {
msg = "";
while (Serial.available()) {
delay(10);
if (Serial.available() > 0) {
char c = Serial.read(); //gets one byte from serial buffer
msg += c; //makes the string readString
}
}
}
☼ Linh kiện điện tử vietnic. Cung cấp các loại mạch Arduino như Arduino Uno R3, Arduino Mega2560, Arduino nano, Arduino Promini, Board phát triển Arduino, KIT học tập Arduino, KIT phát triển, Module cảm biến, Board mạch IoT, Phụ kiện Arduino, Robotics, module chuyển mạch...
☼ Cung cấp linh kiện điện tử, board mạch thí nghiệm, KIT arduino cho giáo dục, học tập, cơ sở sản xuất, nghiên cứu và thí nghiệm
☼ Đặt hàng các loại linh kiện, module theo yêu cầu