首页 > 系统服务 > 详细

HC - 05 bluetooth module settings in Linux using CuteCom

时间:2016-09-05 18:59:00      阅读:484      评论:0      收藏:0      [点我收藏+]

By default the bluetooth module HC-05 sets baud rate at 38400, data bits 8, Stop bits 1

 

All schematics of this bluetooth module can be found at : http://pan.baidu.com/s/1o6BiNDS

 

I used a USB-> TTL usb module connecting to the bluetooth module.

 

 

Rx -> Tx on bluetooth module

Tx -> Rx on bluetooth module

Vcc -> 5v

GND -> GND

 

---

 

getting into AT command line

Hold the key on the bluetooth module when powering it on,

then connect to serial ports on Linux using CuteCom

 

技术分享

IMPORTANT:

TRY : CR,LF line end 

OR there will be Error (0)

 

 

 

Set serial port baud rate

     AT+UART=57600,1,0

                        baud rate, Stop bits, Even check,             ( The AT commands doc provided above in Chinese is wrong. This command is the correct. I verified ! )

     Why 57600? Because the tele transport module of drone flight controller board APM 2.6 is going to need this baud rate.: http://ardupilot.org/copter/docs/common-3dr-radio-advanced-configuration-and-technical-information.html

     This works with 3DR radio firmware version  1.7 - 1.9 by default.

 

 

 

Set the bluetooth module broadcasting name

 

      AT+NAME=‘tele‘

 

Check version

     AT+VERSION?

 

Try the module: Phone <-> Bluetooth <-> PC

 

Use an app called "Bluetooth Terminal HC-05" to connect to the working bluetooth module.

Find the bluetooth module named tele and input password 1234

(By default password is 0000 or 1234)

 

Open app  "Bluetooth Terminal HC-05" select CR(Carriage Return), LF (Line Feed).

 

Connect the bluetooth module with the USB->TTL dongle to PC and power it on normally.

 

技术分享

Use CuteCom connect to /dev/ttyUSB0 , Baud rate: 57600, Data bits 8, Stop bits 1. 

 

Send something from phone to PC, then from PC to Phone. It works like a charm!

 

Will show how to set bluetooth module with 3DR radio 433Hz transmitter in next blog.

 

HC - 05 bluetooth module settings in Linux using CuteCom

原文:http://www.cnblogs.com/spaceship9/p/5843234.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!