![](/html/0b/0b1c/0b1ca6bec270911fddb1d8017c991fc0b22e1ace2abee20e9063de1b8a4c4c36/bg1.png)
RREEVV33..33 PPaaggee 11,, 1166 ppaaggees
s
CSM3510 User Manual
REV3.3
Address: Shenzhen Nanshan District City Nanhai Road No.1079 Garden City Digital
tower A9 floor
Postcode: 518067
Company phone: + (86755) 86169257
Fax:+(86 755)86169057
Company website: www.chipsea.com
Wechat account:chipsea
Wechat QR code:
![](/html/0b/0b1c/0b1ca6bec270911fddb1d8017c991fc0b22e1ace2abee20e9063de1b8a4c4c36/bg2.png)
RREEVV33..33 PPaaggee 22,, 1166 ppaaggees
s
Add dimension figure and update some content
Add SPI interface description
Modified SPI end flag byte
Modify power test results
Add broadcast MAC address
Add name modifing instruction
Modify the data transmiting instruction
Removed the SPI instruction
VERISION HISTORY
![](/html/0b/0b1c/0b1ca6bec270911fddb1d8017c991fc0b22e1ace2abee20e9063de1b8a4c4c36/bg3.png)
RREEVV33..33 PPaaggee 33,, 1166 ppaaggees
s
DIRECTORY
VERISION HISTORY ...................................................................................................................... 2
DIRECTORY ..................................................................................................................................... 3
1 PRODUCT ................................................................................................................................... 4
1.1 FUNCTION DESCRIPTION .......................................................................................................... 4
1.2 MAIN CHARACTERISTICS ......................................................................................................... 4
1.3 POWER CONSUMPTION ............................................................................................................ 4
1.4 INTERFACE DEFINITION ........................................................................................................... 5
1.5 PACKAGE SIZE CHART ............................................................................................................. 5
2 MODULE OPERATION ........................................................................................................... 6
2.1 UART INTERFACE .................................................................................................................. 6
2.1.1 Serial baud rate................................................................................................................ 6
2.1.2 Packet format .................................................................................................................. 6
2.1.3 Control instruction introductioin .................................................................................... 6
2.1.4 Response instruction ..................................................................................................... 10
2.1.5 Send data introduction .................................................................................................. 11
3 WORK STATE CHART .......................................................................................................... 12
3.1 BROADCAST STATE CHART .................................................................................................... 12
3.2 CONNECTION STATE CHART .................................................................................................. 13
4 BLUETOOTH MODULE DEBUGGING .............................................................................. 14
4.1 COMPUTER SERIAL ASSISTANT DEBUGGING ........................................................................... 14
5 USE NOTES .............................................................................................................................. 16
![](/html/0b/0b1c/0b1ca6bec270911fddb1d8017c991fc0b22e1ace2abee20e9063de1b8a4c4c36/bg4.png)
RREEVV33..33 PPaaggee 44,, 1166 ppaaggees
s
20.7mm(L)*15.5mm(W)*0.8mm(H)
Broadcast period 500ms,20byte
Transmission
(Send to APP by
serial port)
1 PRODUCT
1.1 Function description
CSM3510 Bluetooth module is adopted the core SOC CSU8DL3510 chip, supports Bluetooth
4.0 protocol, supports UART, SPI interface. The module can switch among different
mode ,including broadcast mode, transmission mode and sleep mode. CSM3510 is used for
Bluetooth slave mode block, working voltage is from 2.0V to 3.6V, transmit power is from +
8dBm to - 7dBm, broadcast, transmission mode for each frame data is 20 byte
1.2 Main characteristics
1.3 Power consumption
Note:Average current test method: Using the uA stall of multimeter to view the display data
between the battery and the module, the test voltage is 3.0V. The transmit power is set to 0dBm
![](/html/0b/0b1c/0b1ca6bec270911fddb1d8017c991fc0b22e1ace2abee20e9063de1b8a4c4c36/bg5.png)
RREEVV33..33 PPaaggee 55,, 1166 ppaaggees
s
Low level select SPI interface
High level or suspended select
UART interface
1.4 Interface definition
1.5 Package size chart
![](/html/0b/0b1c/0b1ca6bec270911fddb1d8017c991fc0b22e1ace2abee20e9063de1b8a4c4c36/bg6.png)
RREEVV33..33 PPaaggee 66,, 1166 ppaaggees
s
Start byte, fixed to 0x100000C5
Data length, representing the number of data bytes
Check byte, check byte =0xC5 ⊕Data length⊕Data (⊕
representing XOR, the same below)
Function:Make Bluetooth module get into the sleep mode, the Bluetooth
module can be waked up by falling edge from the RX pin, also can be
waked up through the serial port to receive 0x100000.
Function: query the current state of the Bluetooth module, and return the
value as follows:
Bluetooth module in broadcast state
Bluetooth module in the connection process
The Bluetooth module is connected
successfully, it can transmit data
2 MODULE OPERATION
2.1 UART interface
2.1.1 Serial baud rate
9600bps,8 bit,No parity bit, 1 stop bit.
2.1.2 Packet format
2.1.3 Control instruction introductioin
(1) Sleep instruction
(2) Bluetooth module state query instruction