# Двойной режим Bluetooth

## Bluetooth Module

The Bluetooth module is a standard transparent transmission module, which sends serial port data to devices connected to Bluetooth.

Insert the Bluetooth module into the Nyboard downloader socket and open the serial downloader to search for the Bluetooth signal of Bittle-xxxx (random number). The default password for pairing is “1234” or “0000” (for the convenience of connection, the default password for the newer version is set to “0000”). Please enter the password before pairing. After the pairing is successful, the system will assign a serial port number, and you can select the corresponding serial port number on the Arduino.&#x20;

For Win10 users, the system will assign the "incoming" COM port and the "outgoing" COM port to Bluetooth, please use the "outgoing" COM port. For details, please check in the "Bluetooth Settings" of Win10.

If you want to use the BLE connection, please scan and connect to BittleBLE-xxxx (random number), and you can use the Lightblue or other tools to communicate with the Bittle.&#x20;

If you want to configure the Bluetooth module, please refer to "JDY-23 AT Command List". Plug the Bluetooth module into the USB communication module debugging interface. The commonly used commands are listed below:

| Usage                    | Command     | Demo                                                                                            |
| ------------------------ | ----------- | ----------------------------------------------------------------------------------------------- |
| Check BT module version  | AT+VER      | <p>AT+VER</p><p>>+VER=JDY-23A-V2.21,Bluetooth V3.0+BLE</p><p>（BT module version infomation）</p> |
| Check BT broadcast name  | AT+NAME     | <p>AT+NAME</p><p>>+NAME=BITTLE</p>                                                              |
| Change BT broadcast name | AT+NAME(名字) | <p>AT+NAMEPiggy</p><p>>+OK</p><p>AT+NAME</p><p>>+NAME=Piggy</p>                                 |
| Check serial baud rate   | AT+BAUD     | <p>AT+BAUD</p><p>>+BAUD=8 （8 = 115200， 7=57600）</p>                                             |
| Change serial baud rate  | AT+BAUD     | <p>AT+BAUD7</p><p>>+OK （Set serial monitor to 57600）</p><p>AT+BAUD</p><p>>+BAUD=7</p>           |

![](/files/-MX5he3up85OaiaBkl0U)

When you use serial terminal like "Arduino serial monitor" to set JDY-23 with AT commands, you must set "NL and CR", or JDY-23 module will not identify any AT command you send.

![](/files/-MX5he3vsd-zAJM-lcTT)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.petoi.com/russkii/modules/bluetooth-dual-mode.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
