CHIPSEA TECHNOLOGIES CSM3510 Users manual

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
CSM3510
RREEVV33..33 PPaaggee 22,, 1166 ppaaggees
s
Verison
history
Content changed
Verison date
REV1.0
Initial version
2014-8-12
REV2.0
Add dimension figure and update some content
2014-11-26
REV3.0
Add SPI interface description
2014-12-04
REV3.1
Modified SPI end flag byte
2014-12-05
REV3.2
Modify power test results Add broadcast MAC address Add name modifing instruction
2015-01-29 REV3.3
Modify the data transmiting instruction Removed the SPI instruction
2015-07-29
VERISION HISTORY
CSM3510
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
CSM3510
RREEVV33..33 PPaaggee 44,, 1166 ppaaggees
s
Master control chip
CSU8DL3510
Master slave mode
slave
Working band
2.40GHz~2.48GHz
Bluetooth standard
Bluetooth 4.0
Working voltage
2.0V~3.6V
Transmission distance
20 meter
Communication interface
UARTSPI
Transmit power
7dBm~8dBm
Size
20.7mm(L)*15.5mm(W)*0.8mm(H)
Working temperature
-40~85
Event
Average
current
duration
test condition
Sleep
0.8uA
——
——
Broadcast
125uA
1s
Broadcast period 500ms,20byte
connection
285uA
1s
Connecting period 100ms
Transmission
Send to APP by
serial port
1659uA
10s
20 byte4/s
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
NoteAverage 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
CSM3510
RREEVV33..33 PPaaggee 55,, 1166 ppaaggees
s
8 6 5 1234791011
NO.
pin
instruction
1
TX
UART pin for sending
2
RX
UART pin for receiving
3
P1.3
——
4
P0.7
Low level select SPI interface High level or suspended select UART interface
5
P0.4
——
6
SEEL
SPI slave chip
7
MISO
SPI host input pin
8
MOSI
SPI host output pin
9
SCLK
SPI clock output pin
10
3.3V
Power input
11
GND
Power source
1.4 Interface definition
1.5 Package size chart
CSM3510
RREEVV33..33 PPaaggee 66,, 1166 ppaaggees
s
Byte
Value
Description
0~3
0x100000C5
Start byte, fixed to 0x100000C5
4
0x--
Data length, representing the number of data bytes
5~--
0x--
Data content
--
0x--
Check byte, check byte =0xC5 Data lengthData ( representing XOR, the same below)
Start byte
Data length
Data
Check byte
0x100000C5
0x01
0x80
0x44
FunctionMake 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.
Start byte
Data length
Data
Check byte
0x100000C5
0x01
0x81
0x45
Function: query the current state of the Bluetooth module, and return the value as follows:
UART return
state
0x C5 01 01 C5
Bluetooth module in broadcast state
0x C5 01 02 C6
Bluetooth module in the connection process
0x C5 01 04 C0
The Bluetooth module is connected
successfully, it can transmit data
2 MODULE OPERATION
2.1 UART interface
2.1.1 Serial baud rate
9600bps8 bitNo parity bit, 1 stop bit.
2.1.2 Packet format
2.1.3 Control instruction introductioin
1Sleep instruction
2Bluetooth module state query instruction
Loading...
+ 11 hidden pages