Quick Start
1. Hardware Preparation
1 x FSC-DB005-BT836B Rapid Development Kit : FSC-DB005 USB-to-Serial Rapid Evaluation Board pre-integrated with FSC-BT836B module (Take FSC-BT836B an example)
1 x Computer : Windows / Mac
1 x Mobile Phone : Android / iOS
2. Software Preparation
Communication Interface: UART
UART Configuration: 115200/8/N/1
3. Hardware Connection Method
Connect the FSC-DB005-BT836B to the PC via USB. The PC will automatically recognize the serial port and create a virtual COM port.

Run the Feasycom Serial Port Assistant on the PC. Set the correct COM Port and Baud Rate, and check the Send New Line option.

4 Communication Test
The following lists a few basic universal AT command test examples. For more commands, please refer to the accompanying FSC-BT836x General Dual-Mode Data AT Command Set .
AT - UART Communication Test
Command |
AT\r\n |
|---|---|
Response |
\r\nOK\r\n |
Description |
Test the UART communication between HOST and Module after power on, baudrate changed, etc. |
Example:
send: >>AT\r\n
response: <<\r\nOK\r\n //Successfully connected.
AT+NAME - Read/Write BR/EDR Name
Example: Read BR/EDR Bluetooth Name
send: <<AT+NAME\r\n
response: >>\r\n+NAME=FSC-BT836B-XXXX\r\n //Example, please refer to the actual reading result
response: >>\r\nOK\r\n
AT+VER - Read Current Firmware Version
Example: Read Current Firmware Version
send: <<AT+VER\r\n
response: >>\r\n+VER=1.0.0,FSC-BT836B\r\n //Example, please refer to the actual reading result
response: >>\r\nOK\r\n