Ks0143 keyestudio XBee Bluetooth Wireless Module HC-05: Difference between revisions

From Keyestudio Wiki
Jump to navigation Jump to search
(Created page with "==Keyestudio XBee Bluetooth Wireless Module HC-05== <br>500px|frameless|thumb<br> ==Introduction== Keyestudio XBee Bluetooth wireless module HC-05 adopts...")
 
No edit summary
Line 1: Line 1:
<br>
==Keyestudio XBee Bluetooth Wireless Module HC-05==
==Keyestudio XBee Bluetooth Wireless Module HC-05==
<br>[[File:ks0143.png|500px|frameless|thumb]]<br>
<br>[[File:ks0143.png|500px|frameless|thumb]]<br>


<br>
==Introduction==
==Introduction==
Keyestudio XBee Bluetooth wireless module HC-05 adopts XBEE design. It has features of compact size, compatible with XBEE shield, and suitable for various 3.3V MCU systems. The module can use AT command to set baud rate and master/slave mode, user info etc. The default settings are baud rate 38400, paring password 1234. <br>
Keyestudio Bluetooth XBee Bluetooth wireless module HC-05 adopts XBEE design. <br>
It comes with efficient on-board antenna. The exposed antenna ensures better signal quality and longer transmitting distance. Transparent serial port can be used to pair up with various Bluetooth adapters, Bluetooth phones. The humanized design offers convenience for secondary development.<br>
It has features of compact size, compatible with XBEE shield, and suitable for various 3.3V MCU systems. <br>
After testing, the module is known to be used with all Bluetooth adapters on the market (PC and phones with Bluetooth) .<br>
The module can use AT command to set baud rate and master/slave mode, user info etc. <br>
The default settings are baud rate 38400, paring password 1234. <br>
It comes with efficient on-board antenna. The exposed antenna ensures better signal quality and longer transmitting distance. Transparent serial port can be used to pair up with various Bluetooth adapters, Bluetooth phones. <br>
The humanized design offers convenience for secondary development.<br>
After testing, the module is known to be suitable in using with all Bluetooth adapters on the market (PC and phones with Bluetooth).<br>


<br>
==Specification==
==Specification==
* Supply voltage: 3.3V (voltage above 3.3V is forbidden. It will damage the module)
* Supply voltage: 3.3V (voltage above 3.3V is forbidden. It will damage the module)
Line 14: Line 22:
* Modified baud rate takes effect after module reboot
* Modified baud rate takes effect after module reboot


<br>
== Connection ==
== Connection ==
Stack it onto the board
Stack it onto the board
<br>[[File:Ks0143-.png|500px|frameless|thumb]]<br>
<br>[[File:Ks0143-.png|500px|frameless|thumb]]<br>


<br>
== Sample Code ==
== Sample Code ==
<pre>
<pre>
Line 39: Line 49:
</pre>
</pre>


<br>
== Test Result ==
== Test Result ==
Connect the shield to APC ports; enter cell phone “settings”; pair up the Bluetooth; device name is HC-05; pairing PIN No. is 1234. After device is paired, open APP “BTClient”; click search for device, pair up the Bluetooth. After successful connection, enter “a” in BTClient and click send, the BTClient APP page will display keyestudio. And Pin13 LED will blink once.
Connect the shield to APC ports; enter cell phone “settings”; pair up the Bluetooth; device name is HC-05; pairing PIN No. is 1234. After device is paired, open APP “BTClient”; click search for device, pair up the Bluetooth. <br>
After successful connection, enter “a” in BTClient and click send, the BTClient APP page will display keyestudio. And Pin13 LED will blink once.
<br>[[File:Ks0143-1.png|500px|frameless|thumb]]<br>
<br>[[File:Ks0143-1.png|500px|frameless|thumb]]<br>


<br>
==Resources ==
==Resources ==
'''PDF File:''' <br>
* '''PDF File:''' <br>
https://drive.google.com/open?id=1PQ6wB2fxarPST5ngEtnCKmGUWVfvQELS
https://drive.google.com/open?id=1PQ6wB2fxarPST5ngEtnCKmGUWVfvQELS


<br>
== Buy From ==
== Buy From ==
'''Official Website'''


http://www.keyestudio.com/ks0143.html
*[https://www.keyestudio.com/free-shipping-keyestudio-bluetooh-xbee-bluetooth-wireless-module-hc-05-for-arduino-p0187.html  '''Official Website''']
 
*[https://www.aliexpress.com/store/product/Free-shipping-Bluetooth-wireless-module-bluetooth-Bee-HC-05-integrated-slave-master-module-for-arduino/1452162_2046088072.html?spm=2114.12010612.8148356.13.6d981583bN7vwf  Aliexpress store]
 


[[Category:Module]]
[[Category:Module]]

Revision as of 11:39, 16 April 2019


Keyestudio XBee Bluetooth Wireless Module HC-05


thumb


Introduction

Keyestudio Bluetooth XBee Bluetooth wireless module HC-05 adopts XBEE design.
It has features of compact size, compatible with XBEE shield, and suitable for various 3.3V MCU systems.
The module can use AT command to set baud rate and master/slave mode, user info etc.
The default settings are baud rate 38400, paring password 1234.
It comes with efficient on-board antenna. The exposed antenna ensures better signal quality and longer transmitting distance. Transparent serial port can be used to pair up with various Bluetooth adapters, Bluetooth phones.
The humanized design offers convenience for secondary development.
After testing, the module is known to be suitable in using with all Bluetooth adapters on the market (PC and phones with Bluetooth).


Specification

  • Supply voltage: 3.3V (voltage above 3.3V is forbidden. It will damage the module)
  • Bluetooth paring user name: HC-05
  • Bluetooth paring password: 1234
  • Default baud rate: 38400
  • Modified baud rate takes effect after module reboot


Connection

Stack it onto the board
thumb


Sample Code

int val; 
int ledpin=13; 
void setup() 
{ 
Serial.begin(9600);
 pinMode(ledpin,OUTPUT); 
} void loop()
{ val=Serial.read(); 
if(val=='a')
 { 
digitalWrite(ledpin,HIGH); 
delay(250); 
digitalWrite(ledpin,LOW); 
delay(250);
 Serial.println("keyestudio");
}
}


Test Result

Connect the shield to APC ports; enter cell phone “settings”; pair up the Bluetooth; device name is HC-05; pairing PIN No. is 1234. After device is paired, open APP “BTClient”; click search for device, pair up the Bluetooth.
After successful connection, enter “a” in BTClient and click send, the BTClient APP page will display keyestudio. And Pin13 LED will blink once.
thumb


Resources

  • PDF File:

https://drive.google.com/open?id=1PQ6wB2fxarPST5ngEtnCKmGUWVfvQELS



Buy From