Board-dat/NBL/NBL1037-dat/NBL1037-dat.md
... ...
@@ -17,11 +17,6 @@ https://www.electrodragon.com/product/eb8000-bluetooth-audio-module-bt_v2-1/
17 17
- [mini development board here. ](https://www.electrodragon.com/product/bk8000d-bt-bluetooth-spp-audio-hpf-player/) - [[NBL1097-dat]]
18 18
19 19
20
-## ref
21
-
22
-- [BT Audio selection guide see here.](https://www.electrodragon.com/w/Category:BT_Audio)
23
-
24
-- [[BEKEN-dat]]
25 20
26 21
27 22
## suitable amplifier
... ...
@@ -52,3 +47,10 @@ https://www.electrodragon.com/product/eb8000-bluetooth-audio-module-bt_v2-1/
52 47
- [Demo video 4 – SPP AT commands test.](https://www.youtube.com/watch?v=m3IJFxKQyt0)
53 48
- [New demo video – streaming and AT control here.](https://www.youtube.com/watch?v=z4KTndMXxmM)
54 49
50
+
51
+## ref
52
+
53
+- [BT Audio selection guide see here.](https://www.electrodragon.com/w/Category:BT_Audio)
54
+
55
+
56
+- [[BK8000-dat]] - [[BEKEN-dat]] - [[HT6872-dat]] - [[PAM8610-dat]]
... ...
\ No newline at end of file
Chip-cn-dat/Beken-dat/BK8000-dat/2025-01-05-17-03-39.png
... ...
Binary files /dev/null and b/Chip-cn-dat/Beken-dat/BK8000-dat/2025-01-05-17-03-39.png differ
Chip-cn-dat/Beken-dat/BK8000-dat/2025-01-05-17-04-05.png
... ...
Binary files /dev/null and b/Chip-cn-dat/Beken-dat/BK8000-dat/2025-01-05-17-04-05.png differ
Chip-cn-dat/Beken-dat/BK8000-dat/bk8000-dat.md
... ...
@@ -1,3 +1,211 @@
1 1
2 2
# bk8000-dat
3 3
4
+
5
+## Introduction
6
+
7
+* This module uses the master Beken (Broadcom) is BK8000L chip module provides high-quality sound and compatibility, overall better performance.
8
+* Bluetooth module uses driver-free way, customers just need to block access to applications, you can quickly and easily implement wireless transmission of music, enjoy wireless music fun.
9
+* SPP supports data transmission, while supporting the key and AT serial command control, SPP and audio can be performed simultaneously.
10
+* Can store six paired devices, the module is automatically switched back even to the last paired device. If six paired devices simultaneously open, then automatically connect to the last paired device.
11
+
12
+
13
+
14
+## Applications
15
+
16
+
17
+This module is mainly used for short distance transmission of music, you can easily and notebook computers, mobile phones, PDA and other digital production:
18
+
19
+* Bluetooth devices connected to the product, wireless transmission of music.
20
+* Stereo Bluetooth speakers;
21
+* Bluetooth stereo headphones;
22
+* Bluetooth phone;
23
+* Bluetooth control and multimedia equipment;
24
+* Bluetooth SPP serial data transmission.
25
+
26
+## Basic Features
27
+
28
+* Bluetooth v2.1 + EDR,
29
+* A2DP v1.2,
30
+* AVRCP v1.0,
31
+* HFP v1.5,
32
+* GAVDP1.2,
33
+* HSP1.2,
34
+* IOP。
35
+
36
+## Specifications
37
+* Model EB8000
38
+* Bluetooth specification Bluetooth V2.1
39
+* Supply voltage DC2.8-4.2V, ≤2.9V automatic shutdown, ≤3.1V alarm
40
+* Bluetooth protocol HFPV1.5, A2DPV1.2, AVRCPV1.4, HSP1.2, GAVDP1.2, IOP
41
+* Working current ≤60mA
42
+* Standby current <500uA
43
+* Temperature range -40ºC ~ + 85ºC
44
+* Wireless transmission range ≤10 meters
45
+* Transmission power Class2 4dbm
46
+* Sensitivity -80dBm <0.1% BER
47
+* Frequency Range 2.4GHz ~ 2.480GHz
48
+* External Interface Serial (TTL), connected to the PC need MAX232
49
+* SBC decoding audio performance
50
+* Module size 25x13.5x1.8mm
51
+* Adapter plate size 31x25mm
52
+
53
+## AT Commands
54
+
55
+* **[See the demo wiring video here](https://www.youtube.com/watch?v=z4KTndMXxmM)**
56
+* Other users demo video: [BK8000L Bluetooth module HFP test](https://www.youtube.com/watch?v=p5ptruefUnM)
57
+* there are two pins on the breakout board has no mark, please notice
58
+* Use external power source 3.6V on Vbat and gnd, wiring CH340G to RX-TX, TX-RX and GND-GND.
59
+* Logic level of uart is 3V3! not 5V
60
+* All the at commands end up with \r\n (new line)
61
+* Default baudrate 9600
62
+
63
+### Basic Controll
64
+Serial instruction Parameter Description Example
65
+* CA enters pairing AT + CA \r\n
66
+* CB exit pairing AT + CB \r\n
67
+* CC last paired device to connect AT + CC \r\n
68
+* CD disconnected AT + CD \r\n
69
+* CE incoming call AT + CE \r\n
70
+* CF reject calls AT + CF \r\n
71
+* CG hang AT + CG \r\n
72
+* CH Redial AT + CH \r\n
73
+* CK volume plus AT + CK \r\n
74
+* CL volume reduction AT + CL \r\n
75
+* CO channel switching AT + CO \r\n
76
+* CW reserved.
77
+* CX reserved.
78
+* CZ clear memory AT + CZ \r\n
79
+* CP off AT + CP \r\n
80
+* CV Open Mobile VOICE AT + CV \r\n
81
+* CM multi-language switching AT + CM \r\n
82
+* CMM <number> :( 0-4) to set the number of multi-lingual AT + CMM4 \r\n
83
+* CT test mode AT + CT \r\n
84
+* MA Music Play / Pause AT + MA \r\n
85
+* MC music stops AT + MC \r\n
86
+* MD at an AT + MD \r\n
87
+* ME on an AT + ME \r\n
88
+* Fast forward MF AT + MF \r\n
89
+* MH rewind AT + MH \r\n
90
+
91
+## Inquiry
92
+
93
+Bluetooth serial command Description Example return information
94
+
95
+* ERR error ERR \r\n
96
+* OK control command recognition is complete OK \r\n
97
+* MR inquiry Bluetooth address AT + MR \r\n AD: 111111111111 \r\n
98
+* MP PIN code query AT + MP \r\n PN: 0000 \r\n
99
+* MN Bluetooth name query AT + MN \r\n NA: EB8000L \r\n
100
+* MQ query software version AT + MQ \r\n XZX-V1.2 \r\n
101
+
102
+* MO Discover Bluetooth connection status AT + MO \r\n
103
+ * connection success: "C1 \r\n"
104
+ * No connection: "C0 \r\n"
105
+
106
+* MV inquiry Bluetooth playback status AT + MV \r\n
107
+ * Play: "MB \r\n"
108
+ * Pause: "MA \r\n"
109
+ * Disconnect: "M0 \r\n"
110
+
111
+* MY inquiry Bluetooth HFP status AT + MY \r\n Disconnect: "M0 \r\n"
112
+ * Connection: "M1 \r\n"
113
+ * Caller: "M2 \r\n"
114
+ * Outgoing: "M3 \r\n"
115
+ * Call: "M4 \r\n"
116
+
117
+## Feedback Send from Module
118
+* II connection succeeds \r\n
119
+* IA Disconnect \r\n
120
+* MA Pause: MA \r\n
121
+* MB   Play: MB \r\n
122
+* IR- <Number> call number IR-136XXXXXXX
123
+* PR- <Number> Outgoing number PR-136XXXXXXX
124
+* ON Bluetooth is turned ON \r\n
125
+
126
+
127
+
128
+
129
+## Module Pin Definitions
130
+
131
+![](2025-01-05-17-03-39.png)
132
+
133
+| Number IO | IO Name | IO Description |
134
+| --------- | ----------------- | --------------------------------------------------------- |
135
+| 1 | GND | ground antenna _GND |
136
+| 2 | ANT | antenna (default built-in antenna, external disconnect) |
137
+| 3 | GND | ground antenna _GND |
138
+| 4 | VOL + (TMS) | volume up (programming interface) |
139
+| 5 | VOL- (TCK) | Volume down (programming interface) |
140
+| 6 | NEXT (TDO) | under a (programming interface) |
141
+| 7 | PREV on (TDI) | song (programming interface) |
142
+| 8 | RSTN | low reset (programming interface) |
143
+| 9 | MBISTEN | Memory bit check |
144
+| 10 | TX (GPIO0) | serial TX |
145
+| 11 | RX (GPIO1) | serial RX |
146
+| 12 | PP / CALL (GPIO2) | Play / Pause / receive calls / back / re-pair |
147
+| 13 | LED0 (GPIO3) | status indicator |
148
+| 14 | LED1 (GPIO4) | status indicator |
149
+| 15 | MUTE (GPIO5) | Mute control (mute low) |
150
+| 16 | GND | Power ground |
151
+| 17 | AGND | AUX ground |
152
+| 18 | AUX_DET (GPIO11) | AUX insertion detection |
153
+| 19 | AUX_R | AUX right input |
154
+| 20 | AUX_L | AUX left input |
155
+| 21 | MIC_N | microphone negative terminal |
156
+| 22 | MIC_P | microphone positive terminal |
157
+| 23 | VMIC | Mike bias voltage |
158
+| 24 | LN | Audio left channel differential output negative end |
159
+| 25 | LP | audio left channel positive differential output terminal |
160
+| 26 | RP | audio right channel positive differential output terminal |
161
+| 27 | RN | audio right channel negative differential output terminal |
162
+| 28 | VBUS | 5V input charging port (charging is not enabled) |
163
+| 29 | VBAT | power input (2.8 ~ 4.2V) |
164
+| 30 | 3V0 | 3V output |
165
+| 31 | ADC | ADC input (not enabled) |
166
+| 32 | GND | Power ground |
167
+
168
+Dimension
169
+
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