Chip-cn-dat/Beken-dat/BK8000-dat/bk8000-dat.md
... ...
@@ -50,7 +50,9 @@ This module is mainly used for short distance transmission of music, you can eas
50 50
* Module size 25x13.5x1.8mm
51 51
* Adapter plate size 31x25mm
52 52
53
-## AT Commands
53
+## SDK
54
+
55
+### AT Commands
54 56
55 57
* **[See the demo wiring video here](https://www.youtube.com/watch?v=z4KTndMXxmM)**
56 58
* Other users demo video: [BK8000L Bluetooth module HFP test](https://www.youtube.com/watch?v=p5ptruefUnM)
... ...
@@ -60,7 +62,7 @@ This module is mainly used for short distance transmission of music, you can eas
60 62
* All the at commands end up with \r\n (new line)
61 63
* Default baudrate 9600
62 64
63
-### Basic Controll
65
+#### Basic Controll
64 66
Serial instruction Parameter Description Example
65 67
* CA enters pairing AT + CA \r\n
66 68
* CB exit pairing AT + CB \r\n
... ...
@@ -88,7 +90,7 @@ Serial instruction Parameter Description Example
88 90
* Fast forward MF AT + MF \r\n
89 91
* MH rewind AT + MH \r\n
90 92
91
-## Inquiry
93
+### Inquiry
92 94
93 95
Bluetooth serial command Description Example return information
94 96
... ...
@@ -114,7 +116,7 @@ Bluetooth serial command Description Example return information
114 116
* Outgoing: "M3 \r\n"
115 117
* Call: "M4 \r\n"
116 118
117
-## Feedback Send from Module
119
+### Feedback Send from Module
118 120
* II connection succeeds \r\n
119 121
* IA Disconnect \r\n
120 122
* MA Pause: MA \r\n
... ...
@@ -126,7 +128,51 @@ Bluetooth serial command Description Example return information
126 128
127 129
128 130
129
-## Module Pin Definitions
131
+### SPP Commands (e.g. change password, send data)
132
+
133
+
134
+
135
+| Example Commands | Feedback | Description |
136
+| ---------------- | ------------------- | ----------------------------- |
137
+| AT+MN\r\n | NA: BK8000L | Check bluetooth name |
138
+| AT+MO\r\n | C0 | check connection status |
139
+| - | II<br>II<br>II<br> | Connected connection feedback |
140
+| AT+MO\r\n | C1 | check connection status |
141
+
142
+Note:
143
+
144
+- Make sure module paied with your device (phone)
145
+- Use BlueSPP app from Google play, make sure BlueSPP is connected
146
+- Run following commands.
147
+
148
+Commands:
149
+
150
+APT + SPPXXXX four-digit password (8888),
151
+
152
+- Open SPP by using password
153
+- e.g. APT + SPPXXXX \r\n as long as the hair once,
154
+- The password is correct: OK \r\n
155
+- Password Error: ERR \r\n
156
+
157
+APT + XXXXXXX total data length of each time send/receive, it recommended not to exceed 64byte
158
+
159
+ - e.g. APT + XXXXXX \r\n
160
+ - The data sent to the mobile phone side
161
+ - Success: OK \r\n
162
+ - Error: ERR \r\n
163
+
164
+APR + XXXXXXX total data length of each time send/receive, it recommended not to exceed 64byte
165
+
166
+- e.g. APR + XXXXXX \r\n
167
+- Data received from the mobile terminal
168
+- Data sent over the phone
169
+- APR + XXXXXX \r\n
170
+
171
+
172
+
173
+## HDK
174
+
175
+### Module Pin Definitions
130 176
131 177
![](2025-01-05-17-03-39.png)
132 178
... ...
@@ -167,45 +213,4 @@ Bluetooth serial command Description Example return information
167 213
168 214
Dimension
169 215
170
-![](2025-01-05-17-04-05.png)
171
-
172
-
173
-## SPP Commands (e.g. change password, send data)
174
-
175
-
176
-
177
-| Example Commands | Feedback | Description |
178
-| ---------------- | ------------------- | ----------------------------- |
179
-| AT+MN\r\n | NA: BK8000L | Check bluetooth name |
180
-| AT+MO\r\n | C0 | check connection status |
181
-| - | II<br>II<br>II<br> | Connected connection feedback |
182
-| AT+MO\r\n | C1 | check connection status |
183
-
184
-Note:
185
-
186
-- Make sure module paied with your device (phone)
187
-- Use BlueSPP app from Google play, make sure BlueSPP is connected
188
-- Run following commands.
189
-
190
-Commands:
191
-
192
-APT + SPPXXXX four-digit password (8888),
193
-
194
-- Open SPP by using password
195
-- e.g. APT + SPPXXXX \r\n as long as the hair once,
196
-- The password is correct: OK \r\n
197
-- Password Error: ERR \r\n
198
-
199
-APT + XXXXXXX total data length of each time send/receive, it recommended not to exceed 64byte
200
-
201
- - e.g. APT + XXXXXX \r\n
202
- - The data sent to the mobile phone side
203
- - Success: OK \r\n
204
- - Error: ERR \r\n
205
-
206
-APR + XXXXXXX total data length of each time send/receive, it recommended not to exceed 64byte
207
-
208
-- e.g. APR + XXXXXX \r\n
209
-- Data received from the mobile terminal
210
-- Data sent over the phone
211
-- APR + XXXXXX \r\n
... ...
\ No newline at end of file
0
+![](2025-01-05-17-04-05.png)
... ...
\ No newline at end of file