Grove - Serial Bluetooth v3.0

Grove - Serial Bluetooth is an easy to use module compatible with the existing Grove Base Shield, and designed for transparent wireless serial connection setup. The serial port Bluetooth module is fully qualified Bluetooth V2.0+EDR(Enhanced Data Rate) 2Mbps Modulation with complete 2.4GHz radio transceiver and baseband. It uses CSR Bluecore 04-External single chip Bluetooth system with CMOS technology and with AFH(Adaptive Frequency Hopping Feature).It has the smallest footprint of 12.7mm x 27mm. Hope it will simplify your overall design/development cycle.

Model:WLS31746P

Specifications

Demonstration

Two Bluethooth modules work as shown below:

Hardware Installation

Download Code and Upload

  1. You can download the code in github, click here,then extract it to libraries folder of Arduino.
  2. Open Arduino IDE, open File -> Examples -> Bluetooth_Shield_V2_Demo_Code -> Master_Button, then you open the code of Master,modify the code as follows:
  1. Open Arduino IDE, open File -> Examples -> Bluetooth_Shield_V2_Demo_Code -> Slave_led, then you open the code of Slave and modify the code as well like above.
  2. Save the modification and click Upload to Upload the code, if you have any problem about how to start Arduino, please click here for some help.




Check The Result

  1. After finish Uploading the code to both Master and Slave, reset the two devices meanwhile
  2. You can see the led blink, indicate that devices was initializing and connecting.
  3. After about servel seconds, led on, indicate that Master and Slave had connected.


Note: If the phenomenon is not observed above, try unplugging the power and re-plug in again.



Resources

Reference

Commands to change default configuration

1. Set working MODE

AT+ROLES Set device working mode as client (slave).
AT+ROLEM Set device working mode as server (master).


2.Set BAUDRATE

AT+BAUD6 Set baudrate 38400. Save and Rest.
Supported baudrate: 4--9600, 5--19200,6--38400,7--57600,8--115200,9--230400,A--460800.

3. Set Device NAME

AT+NMAEabcdefg Set device name as “abcdefg”.Max length is 12.

4. Set PINCODE

AT+PIN2222 Set pincode “2222”,Max length is 12.

5.Restore all setup value to factory setup

AT+DEFAULT Restore all setup value to factory setup

6. Query module address

AT+ADDR Query module address

7. Query Last Connected Device Address

AT+RADD Query module address
Copyright (c) 2008-2016 Seeed Development Limited (www.seeedstudio.com / www.seeed.cc)
This static html page was created from http://www.seeedstudio.com/wiki