User's Manual
Table Of Contents
- Overview
- Parameters
- Description of Indicator Light and button
- Description of the authentication mode
- Parameter configuration
- Testing Command
- Parameter Setting Mode Indicate
- Inquire/Set Device Name
- Inquire Local Bluetooth Address
- Inquire/Set Remote Bluetooth Address
- Clear Remote Bluetooth Address
- Inquire Software Version
- Inquire/Set Device Role
- Set/Inquire Baud Rate
- Set/Inquire Flow Control Mode
- Set/Inquire Authentication Mode
- Set/Inquire Password
- Scan Around BLE Device
- Stop Scanning
- Inquire/Set Parameters of Connection-control
- Set/Inquire Scan Parameter
- Set/Inquire Broadcasting Interval
- Set/Inquire Transmit Power
- Set/Inquire BLE Data Communication Service UUID
- Set/Inquire BLE Data Communication Characteristic TXD UUID
- Default value: 0000 b351d6d8c7ecbdf0eab1bfc6bcbc
- This channel is used by the adapter to send data to the opposing BLE Bluetooth device.
- Set/Inquire BLE Data Communication Characteristic RXD UUID
- Default value: 0000 b352d6d8c7ecbdf0eab1bfc6bcbc
- This channel is used by the adapter to receive data from the other BLE Bluetooth device.
- Reset to Factory Default
- Restart the adapter
- OTA instructions
- Application examples
- Common Questions
20
being sent and received correctly. If "\r\ ror \r\n" is returned, please check if it is sent correctly. For
example: send test instruction AT\r\n, should send the 4 bytes of 'A' 'T' '\n'. Return to "\r\nOK\ n"
after receiving bluetooth correctly.
2. How to connect the target Bluetooth device when there are multiple
Bluetooth devices around?
Enter parameter setting mode and send AT+INQ instruction to get information of all Bluetooth
devices around.
Finds the specified Bluetooth address bdaddr through the device name in INQRESULT;
Send AT+RADDR=bdaddr,addrtype to record this device information. The addrtype here needs to
be consistent with INQRESULT, which is generally 0 (Public type).
Send AT+BIND=1 instruction to BIND this device;
Send AT+ROLE=1 to set the master device;
After exiting the parameter setting mode, the serial port adapter will actively connect to the
specified Bluetooth device
3. 2pcs BLE adapters can not connect.
Enter the parameter setting status Inquire to confirm whether the two devices are a setting master
device, a setting as slave device, and whether the master device has memorized the address of
other Bluetooth devices. If the master has memorized the addresses of other devices, clear them
and resend AT+RADDR to record the current address from the device.