SPP-CA蓝牙模块技术手册

合集下载

汇承hc-05蓝牙模块用户手册(中文版)

汇承hc-05蓝牙模块用户手册(中文版)

HC-05蓝牙串口通信模块用户手册V2.1Rev22.1~2016/2/222016/2/22~2.0 2.1DRAWN BY:Ling Xin MODEL:HC-05(主从一体) CHECKED BY:Eric Huang描述:BC04外置8M Flash模块APPD.BY:SimonMokUART(默认)9600蓝牙模块HC-05、HC-06、HC-08无线模块HC-11、HC-12带底板模块参数架HC-USB-PPIN(默认)1234USB转TTL接口HC-05-USB、HC-06-USB HC-11-USBMODE(默认)从机新版模块带有蓝牙指示灯(靠近模块第1脚)。

模块的22脚LED_CON是指示灯控制脚,该脚接地,蓝牙指示灯关闭;该脚悬空,蓝牙指示灯亮。

如果要调整灯的亮度,可以在该脚接一个1K~47K的电阻到模块的31脚LED1,电阻越小,灯越亮。

贴片炉温参考建议首次大批量贴片生产的厂家,先过炉20~30片模块,检查炉温是否合适建议贴片锅炉炉温不得超过参考图温度,二次贴片降低5度左右,夏天可以再适当降低温度供电电压3.1~4.2V工作电流不大于50mA(以实测为准)尺寸大小27mm*13mm*2mm存储温度:-40℃至+85℃,工作温度:-25℃至+75℃数字2.4GHz无线收发射内置2.4GHz天线,用户无需调试天线蓝牙2.0,2Mbps空中波特率CSR BC04蓝牙芯片技术支持Android、WINXP、WIN7数据收发通过UART串口收发HC-05封装下载:/downloadDis.asp?id=15安卓串口助手APP下载:/downloadDis.asp?id=49 PC串口助手下载:/downloadDis.asp?id=44注:蓝牙模块的PIN2:UART-RXD不带上拉,如果单片机TXD无上拉能力的话需要在模块的UART-RXD脚上接个上拉电阻,这个很容易被用户忽略。

因为内容较长,请参考公司网站下载中心提供的文档HC-05AT指令集下载:/downloadDis.asp?id=64。

蓝牙SPS模块用户手册说明书

蓝牙SPS模块用户手册说明书

BLE SPS Module User Manual V1.12014.6Revision HistoryCatalog1Overview (4)2Module Package (6)3Factory settings (6)4Data transmit and Command Set (7)5The format of command setting (8)5.1Switch to the Slave(Peripheral) role (8)5.2Switch to the Master(Central)role (8)5.3Modify the baud rate (8)5.4Set the address of the target module (8)5.5Set the advertising interval value (9)5.6Set connection parameters (9)5.7Set the module name (10)6View Parameters command (10)6.1View Current role of module (10)6.2View the Baud Rate of Module (10)6.3View the target module BT address (11)6.4View the BT address of the module (11)6.5View the name of module (11)6.6View the advertising interval value of module (11)6.7View the connection parameters. (11)7Program Example (12)8Test Tool (12)8.1PC software test tool (12)8.1Test the Data Passthrough Between module and module. (16)8.2Test Data Passthrough in Smartphone (17)8.2.1Use “LightBlue” APP for Testing (17)8.2.2Use the APP testing that WeBee provide(ios7.0 above) (25)1OverviewDescription:The BLE module is designed with TI CC2540/CC2541 that is a Bluetooth low energy chip which is compliant Bluetooth 4.0 single-mode. It is mainly used in low-power sensor networks and short-range wireless communication. The basic function of WB-BLE-001 is to transmit data between WB-BLE-001 module and WB-BLE-001 module or WB-BLE-001 module and smart phone.WB-BLE-001 integrate s with the “AT” command set. So the module can set in master role or slave role, the name of the module can be modified, the baud rate, advertising interval value and the connection parameters can be modified by users. Feature:Small size2.2*1.5 cmLong communication distance Smart phone to Module:60meters;Module to Module :100meters(In open environment)Optimize the BLE stack in depth,Works Power Consumption:60 ~ 800uA;Master and slave can be switchA serial port for sending interval <10msRespond time from sleep less than 0.4STransmit speed 3~5Kb/sIntegrate AT command setSupport Android 4.3 、IOS、PCNo need MFIWeBee Provide:PC software for Modify and view the relate parametersAPP Test SoftwareProfessional technical guidanceSupport enterprise, individual additional customization2Module PackageFigure 2.1 Module Package 3Factory settings4Data transmit and Command SetThe pin that the module used are as follow:When the pin P0_0 pull up as high level and at this time the pin P0_1 also pull up as high level, then the module works in transmit data mode.When the pin P0_0 pull up as high level and at this time the pin P0_1 pull down as low level, then the module works in command setting mode.When both P0_0 and P0_1 are pulled down as low level, then the module works in sleep mode.Note:1.Pin P0_0 can be connected to a pull-up resistor to 3.3V, if the Users don’t needthe sleep mode.2.Pin P0_1 can be connected to a pull-up resistor to3.3v, if the Users don’t needthe command setting mode.3.WeBee can help custom to modify the firmware for the special application.5The format of command settingAll the command format is consist of ”FA+type+data length+data+AA”, the head of the command frame is FA, type is the command type, data length is the length of user data in this frame, AA is the finish symbol of the command frame.5.1Switch to the Slave(Peripheral) roleThe default role of module is slave role. As slave role, it can communication with the smart phone and also the master role module.The command is: FA 00 00 AAIf executed successful, the module will return “Set Peripheral Role OK\n”immediately. Otherwise it means it set failed.5.2Switch to the Master(Central)roleAs the master role, the module only communicates with the slave module.The command is: FA 01 00 AAIf executed successful, the module will return “Set Central role OK\n” immediately. Otherwise it means it set failed.5.3Modify the baud rateThe module can compatible with a variety of baud rate.Otherwise it means it set failed.5.4Set the address of the target moduleWhen the module is in master role, it is need to set the master module connectwhich slave module.The command is: FA 03 06 XX XX XX XX XX XX AA;“XX XX XX XX XX XX” This 6 bytes is the target slave module address.If executed successful, the module will return "Set target address ok\n" immediately. Otherwise it means it set failed.Note: When the target slave module address is set as “00 00 00 00 00 00”, it means the master will connect the target slave module which the master first scanned. The factory setting is the “00 00 00 00 00 00”.5.5Set the advertising interval valueWhen the module is slave role, it may need to set the advertising interval value.The command is: FA 04 length interval AAFor example if want to set advertising interval value in 500ms, so the 500/0.625=800. Then turns the 800 into Hexadecimal: 800(d) = 320(h)Then 320 is the 03 and 20, so the Command is FA 04 02 03 20 AA.If executed successful, the module will return "Set Advertising interval OK\n" immediately. Otherwise it means it set failed.5.6Set connection parametersThe connection parameters influence the data transmit speed and the power consumption.The command is: FA 05 08 conn_min conn_max latency timeout AAThere are 4 variables, every variable is 2 bytes.For example if the conn_min set as 6,conn_max set as 150latency set as 0timeout set as 300Then the final command is : FA 05 08 00 06 00 96 00 00 01 2C AAIf executed successful, the module will return "Set Connection Interval OK\n" immediately. Otherwise it means it set failed.Note: The small of the connection interval, the speed is faster and the power consumption is higher.conn_min and conn_max (In 1.25 ms unit, range: 7.5 ms to 4 s (0x0006 - 0x0C80)) Latency (Range 0-499)Timeout (In 10ms unit,Range: 100ms to 32 seconds (0x000a - 0x0c80).)5.7Set the module nameWhen the module in slave role, use the following command can set the advertising name.Command: FA 06 name_length name AAFor example the name of module is set in ”123”,then the command is FA 06 03 31 32 33 AAIf executed successful, the module will return "Set Name OK\n"immediately. Otherwise it means it set failed.Note: The length of module name less than 21 bytes.6View Parameters commandWB-BLE-001 module provides the interface to view the module parameters. The current role of the module, baud rate of the module, advertising interval value of module, connection interval value of module and the name of the module can be viewed.The view command format is: ”FB+type+00+AA”6.1View Current role of moduleView the current role of the module, the command is following:FB 00 00 AAIf executed successful, the UART of the module will return as follow:When module is Peripheral role: print “ Peripheral Role”When module is Central role: print “Central Role”.6.2V iew the Baud Rate of ModuleView the Baud Rate of the module, the follow command is provided: FB 01 00 AAIf executed successful, the UART of module will print: "Baudrate is: 9600", that meas the baud rate of module is 9600bps.6.3View the target module BT addressWhen the module is in central role, it can be view the BT address of target module that the central module will connect. The command is as follow:FB 02 00 AAIf execute successful, the UART of module will print:Target Address:xxxxxxxxxxxx,xxxxxxxxxxxx is the target peripheral BT address.6.4View the BT address of the moduleEvery module has itself BT address, the following command can get the local module BT address:FB 03 00 AAIf execute successful, the UART of module will print: Local Address:xxxxxxxxxxxx6.5View the name of moduleThe name of module can be got by smart phone when the module is in peripheral role. Also can be got by UART. The following command can get:FB 04 00 AAthe UART of module will print the name of the modle.6.6View the advertising interval value of moduleUsing the following command can get the advertising interval value of module:FB 05 00 AA,If execute successful, the UART of module will print the advertising interval value. 6.7View the connection parameters.The following command can get the connection parameters:FB 06 00 AAIf execute successful, the UART of module will print the connection parameters.7Program ExampleThe external MCU sends the data to the module, the external MCU firstly must pull up the P0_0 pin the module in order in wake up the module. When finish sending data, the external MCU must bt pull down the P0_0 pin of the module.Void sendDataViaBt(unint8 *buf,uint8 len){P0_0=1 //Wake ukDelay_10us();Uart_send(buf,len);Delay_1ms();P0_0=0; //Make the module into sleep for saving power}8Test Tool8.1PC software test tool1.After installed the PC BLE software, the following picture will show.2.C lick the “Serial Configure” and input the baud rate value3.Click the “OK” to open the UART of PC.4.Here provide “View the module role” for example. Other test, the users can do byyourself.From the Part4, If send the command to the module must Pull Down the P1_0 pin. If uses WeBee Board, Pressed the S2 Key and click the “Module role” in the “View Command set”.It shows the current role is “Central”N ote: Users can do this by “UART Assistant” software without WeBee software.8.1Test the Data Passthrough Between module and module. Power on the module, When the LED1 is on that means this 2 modules is connected.Then open the “UART Assistant” software and set the UART number and baud rate. Then this to module can transmit data to each other.8.2Test Data Passthrough in SmartphoneThe smartphone can only communication with the Peripheral role module.8.2.1Use “LightBlue” APP for Testing.1.Download the ”LightBlue” app in apple app store and install it.2.Module connects to the PC via USB and Power on it. At this time, the lightbluewill found the “BLE SPS” the listed it. As the following shows.3.Click the “BLE SPS”, the smart phone will connect to the module and the LED1 ofthe board will be on. The following picture means the connection is built.4.Click “ 0xFEE0”, it will show“0xFEE1” and click “0xFEE1”,it will show the followingpicture:5.Click “Write” will send the data from smartphone to module.6.T he module gets the data from the smartphone will show in “UART Assistant”software.7.Now make the module sends data to smartphone:C lick “start notify” in the following picture.8.PC software S ends “123” to Module via UART9.T he smartphone will get the data “123” from the module. It shows as following:8.2.2Use the APP testing that WeBee provide(ios7.0 above) 10.Download the ”BLE SPS” app in apple app store and install it.1.Connect the module to PC via USB. Click “Scan Ble Device”b2.The app will list the device, when it has scan the BLE Module, Device name is:“BLE SPS”, Choose “BLE SPS” to be connected.3.After the connection is built, they can transmit data to each other.。

SPP-C蓝牙模块AT指令集v2.0

SPP-C蓝牙模块AT指令集v2.0

SPP-CA蓝牙模块AT指令集SPP-CA蓝牙串口通讯模块AT指令集用户可以通过串口和SPP-CA芯片进行通信,串口使用Tx,Rx两根信号线,波特率支持2400,4800,9600,14400,19200,38400,57600,115200,230400,460800和921600bps串口缺省波特率为9600bps。

指令集详细说明SPP-CA蓝牙串口模块指令为Command指令集。

(注:发AT指令时必须回车换行,AT指令只能在模块未连接状态下才能生效,一旦蓝牙模块与设备连接上,蓝牙模块即进入数据透传模式。

\r\n为直接按电脑回车键,如不能按回车键则加\r\n。

AT指令不分大小写)1、测试指令:下行指令响应参数AT OK无2、模块复位(重启):下行指令响应参数AT+RESET OK无3、获取软件版本号:下行指令响应参数+VERSION=<Param>AT+VERSION Param:软件版本号OK举例说明:AT+VERSION\r\n+VERSION=2.0-20100601OK4、恢复默认状态:下行指令响应参数AT+DEFAULT OK无5、设置/查询—蓝牙地址码:下行指令响应参数AT+LADDR<Param>OK Param:地址码+LADDR=<Param>默认地址码:AT+LADDR“AA:BB:CC:11:22:33”OK例:发送AT+LADDR11:22:33:44:55:66\r\n返回+LADDR=11:22:33:44:55:66这时蓝牙地址码改为11:22:33:44:55:66,模块默认地址码是AA:BB:CC:11:22:33。

6、设置/查询设备名称:下行指令响应参数AT+NAME<Param>OKParam:蓝牙设备名称1、+NAME=<Param>AT+NAME OK——成功默认名称:“SPP-CA”2、FAIL——失败例:发送AT+NAMEBOLUTEK\r\n返回+NAME=BOLUTEK这时蓝牙名称改为BOLUTEK参数支持掉电保存。

蓝蜙蜆BGM113蓝牙模块无线电路板参考手册说明书

蓝蜙蜆BGM113蓝牙模块无线电路板参考手册说明书

BRD4301A Reference ManualManualThe Blue Gecko family of the Silicon Labs' Bluetooth modules delivers a high-perform-ance, low energy and easy-to-use Bluetooth solution integrated into a small form factorpackage. Blue Gecko Bluetooth modules combine an integrated antenna, a high per-formance Bluetooth transceiver, an energy efficient 32-bit MCU and a ready to useBluetooth software and SDK.The ultra-low power operating modes and fast wake-up times of the Silicon Labs' ener-gy friendly 32-bit MCUs, combined with the low transmit and receive power consump-tion of the Bluetooth radio, result in a solution optimized for battery powered applica-tions.The Silicon Labs fully certified Bluetooth modules and software are designed to help de-velopers accelerate time to market and reduce development costs and compliance risksby providing a versatile, plug-and-play Bluetooth solution.Development and evaluation of the BGM113 Bluetooth module is possible by attachingthe BRD4301A board to the Wireless Starter Kit (WSTK) Mainboard. This gives accessto the WSTK display, buttons and additional features offered by using the available Ex-pansion Boards.Rev. 1.00BRD4301A Radio Board Description 1. BRD4301A Radio Board DescriptionThe BRD4301A Radio Board contains the BGM113 Blue Gecko Bluetooth Module soldered onto a carrier board with two connectors. The connectors on the carrier board are used for attaching the BRD4301A on to a Silicon Labs Wireless Starter Kit Main-board BRD4001A and together these two boards and the software in the BGM113 Module make up the Blue Gecko Bluetooth Module Wire-less Starter Kit.The BGM113 Bluetooth module and the software are designed to help developers accelerate time to market with end-product design projects. This versatile plug-and-play Bluetooth solution also reduces development costs and minimizes compliance risks. The BGM113 Module is ideal for applications requiring Bluetooth connectivity such as used in connected home, health and fitness, wearables and point-of-sale terminal applications. The BGM113 includes an energy friendly ARM Cortex M4 MCU.A major benefit offered by the BGM113 is that no RF or Bluetooth protocol expertise is required. The BGM113 can be used as a periph-eral along with an external host MCU or applications may be embedded into the built-in MCU using the Bluegiga BGScript™ scripting language. Complete standalone solutions may thus be created with minimal need for external components.1.1 BGM113 Module Block DiagramThe BGM113 Module block diagram is illustrated in the figure below.Lowest power mode with peripheral operational:EM0—ActiveEM2—Deep SleepEM1—Sleep EM4—Hibernate EM4—ShutoffEM3—StopFigure 1.1 Block Diagram| Smart. Connected. Energy-friendly.Rev. 1.00 | 12. System SummaryIntegrated Bluetooth radio and energy friendly MCU•Bluetooth 4.1 compliant and upgradeable to Bluetooth 4.2.•TX power up to +3 dBm•RX sensitivity down to -93 dBm•Integrated high-efficiency chip antenna•38.4 MHz Cortex M4 with DSP instructions and floating-point unit for efficient signal processing•256 kB Flash memory•32 kB RAMLow Energy Consumption•8.8 mA TX current @ 0 dBm•8.7 mA RX current•63 μA/MHz in Energy Mode 0 (EM0)• 1.4 μA EM2 Deep Sleep Current (full RAM retention) and CRYO timer running from ULFRCO• 1.1 μA EM3 Stop current (State/RAM retention, RFSENSE disabled)•Wake on Radio with signal strength detection, preamble pattern detection, frame detection and timeoutWide selection of MCU peripherals•12-bit 1 Msamples/s ADC• 2 x Analog comparator•IDAC (current output DAC)•Up to 14 pins connected to analog channels (APORT) shared between analog comparators, ADC and IDAC •14 General Purpose I/O pins with output state retention and asynchronous interrupts•8-channel DMA controller•12-channel Peripheral Reflex System•Hardware Crypto Acceleration with public key support•Protocol Timer tightly coupled to the radio• 2 x 16-bit Timer/Counter• 3 + 4 Compare/Capture/PWM Channels•32-bit Real Time Counter and Calendar•16-bit Low Energy Timer for waveform generation•16-bit Ultra Low Energy Timer/Counter for periodic wake-up from any Energy Mode•16-bit Pulse Counter with asynchronous operation•Watchdog Timer with dedicated RC Oscillator @ 50 nA• 2 x Universal Synchronous/Asynchronous Receiver/Transmitter (UART/SPI/Smart Card (ISO 7816) / IrDA/I2S)•Low Energy UART (LEUART)•I²C interface with SMBus support and address recognition in EM3 StopIntegrated Bluetooth Smart Software•Bluetooth 4.1 compliant•Central and peripheral roles•Up to 8 simultaneous connections•L2CAP, ATT, GAP, SM and GATT•Any GATT based Bluetooth Smart profile•100 kbps throughputFlexible easy to use APIs•BGAPI™ serial protocol API over UART for modem usage•BGLIB™ host API/library which implementing BGAPI serial protocol•BGScript™ scripting language for standalone usage•Profile Toolkit for creating GATT based servicesFree Software Development Kit (SDK)•BGLIB C source code•BGScript development tools•BGScript and BGLIB example applications•Profile Toolkit examples•DocumentationCertifications•Bluetooth qualified (pending)•CE, FCC, IC, Japan and South-Korea (pending)Wide Operating Range•Supply voltage: 1.85 V to 3.8 V with DC/DC bypass mode •Supply voltage: 2.4 V to 3.8 V with DC/DC enabled •Temperature range: -40°C to +85°C3. BRD4301A Connector3.1 BRD4301A Connector Pin AssociationsThe figure below shows the pin mapping on the connector to the radio pins and their corresponding function on the Wireless Starter Kit Mainboard.GNDF9 / PF3 / VCOM_RTS 3v3NC / P36P200Upper RowNC / P38NC / P40NC / P42NC / P44DBG_SWDIO / PF1 / F0NC / F14BUTTON0 / PD14 / F12LED0 / PD14 / F10VCOM_CTS / PF2 / F8DBG_RESET / F4NC / F2NC / F16VCOM_TX / PA0 / F6PTI_DATA / PB12 / F20NC / F18USB_VBUS5VBoard ID SCLGNDBoard ID SDAUSB_VREG F7 / PA1 / VCOM_RX F5 / tied high / VCOM_ENABLE F3 / NCF1 / PF0 / DBG_SWCLK P45 / NCP43 / NC P41 / NC P39 / NC P37 / tied high / SENSOR_ENABLE F11 / PD15 / LED1F13 / PD15 / BUTTON1F15 / NC F17 / NCF19 / PB13 / PTI_FRAME F21 / NC GNDVMCU_INEXP3 / PF2 / P0P201Lower RowEXP5 / PF3 / P2NC / P4NC / P6GNDVRF_INP35 / NC P7 / PD13 / EXP10P5 / PB13 / EXP8P3 / PB12 / EXP6P1 / PB11 / EXP4P33 / NC P31 / NC P29 / NC P27 / PF1P25 / PF0P23 / PD15P21 / PD14P19 / NC P17 / NC P15 / NC P13 / PC10 / EXP16P11 / PA1 / EXP14P9 / PA0 / EXP12NC / P34NC / P32NC / P30NC / P28NC / P26NC / P24NC / P22NC / P20NC / P18NC / P16NC / P14EXP15 / PC11 / P12NC / P10NC / P8Figure 3.1 Radio Board Connectors3.2 BRD4301A Connector TypeBRD4301A contains two dual-row, female socket, 0.05" pitch polarized connectors (P/N: SFC-120-T2-L-D-A-K-TR) which provide the interface to the Wireless Starter Kit Mainboard. The Mainboard has the corresponding male header pin connectors (P/N: TFC-120-02-F-D-LC-ND).BRD4301A ConnectorMechanical Details 4. Mechanical DetailsModule board is illustrated in the figures below.The BGM113 BluetoothFigure 4.1 BRD4301A Top View Array Figure 4.2 BRD4301A Bottom ViewRev. 1.00 | 5Board Revision History and Errata 5. Board Revision History and Errata5.1 Revision HistoryRadio Board revision is printed on the backside of the BRD4301A Radio Board.Table 5.1. Radio Board Revision History5.2 ErrataRev. A00No known errata for this board revision. | Smart. Connected. Energy-friendly.Rev. 1.00 | 6Document Revision History 6. Document Revision HistoryRevision 1.002015-07-08Initial document revision.Silicon Laboratories Inc.400 West Cesar Chavez Austin, TX 78701USASmart.Connected.Energy-Friendly .Products/productsQuality /qualitySupport and CommunityDisclaimerSilicon Laboratories intends to provide customers with the latest, accurate, and in-depth documentation of all peripherals and modules available for system and software implementers using or intending to use the Silicon Laboratories products. Characterization data, available modules and peripherals, memory sizes and memory addresses refer to each specific device, and "Typical" parameters provided can and do vary in different applications. Application examples described herein are for illustrative purposes only. Silicon Laboratories reserves the right to make changes without further notice and limitation to product information, specifications, and descriptions herein, and does not give warranties as to the accuracy or completeness of the included information. Silicon Laboratories shall have no liability for the consequences of use of the information supplied herein. This document does not imply or express copyright licenses granted hereunder to design or fabricate any integrated circuits. The products are not designed or authorized to be used within any Life Support System without the specific written consent of Silicon Laboratories. A "Life Support System" is any product or system intended to support or sustain life and/or health, which, if it fails, can be reasonably expected to result in significant personal injury or death. Silicon Laboratories products are not designed or authorized for military applications. Silicon Laboratories products shall under no circumstances be used in weapons of mass destruction including (but not limited to) nuclear, biological or chemical weapons, or missiles capable of delivering such weapons.Trademark InformationSilicon Laboratories Inc.® , Silicon Laboratories®, Silicon Labs®, SiLabs® and the Silicon Labs logo®, Bluegiga®, Bluegiga Logo®, Clockbuilder®, CMEMS®, DSPLL®, EFM®, EFM32®, EFR, Ember®, Energy Micro, Energy Micro logo and combinations thereof, "the world’s most energy friendly microcontrollers", Ember®, EZLink®, EZRadio®, EZRadioPRO®, Gecko®, ISOmodem®, Precision32®, ProSLIC®, Simplicity Studio®, SiPHY®, Telegesis, the Telegesis Logo®, USBXpress® and others are trademarks or registered trademarks of Silicon Laborato-ries Inc. ARM, CORTEX, Cortex-M3 and THUMB are trademarks or registered trademarks of ARM Holdings. Keil is a registered trademark of ARM Limited. All other products or brand names mentioned herein are trademarks of their respective holders.。

TDK SP14808蓝牙智能模块用户指南说明书

TDK SP14808蓝牙智能模块用户指南说明书
SP14808 Bluetooth Module User’s Guide
An Integrated 2.4GHz Bluetooth SMART Compliant Transceiver Module
TDK Corporation
Thin Film Device Center SESUB BU Revision FC 2015.1.1
All specifications are subject to change without notice.
© TDK Corporation 2013-2014 1
SP14808 Bluetooth Module
SP14808 is a Bluetooth Smart compliant Module which is composed by world smallest size of TDK module SESUB-PAN-D14580 and Chip Antenna.
Pin #
B01 B02 B03 B04 B05 B06 B07 B08 B09 B10 B11 B12 B13 B14 B15
Descpription
GND P0_7 WP# P0_5 GND P0_3 GND GND SW CLK SWDIO P1_1 P1_0 RST VDCDC VBAT1V
SP14808 equips a 2.4GHz band chip antenna, a 32.768kHz sleep clock resonator.
It is covered with a metal shield case on top.
Inside View
Top View
Bottom View

蓝牙适配器技术手册

蓝牙适配器技术手册

蓝牙透传模块可以让你原来使用串口的设备摆脱线缆的束缚在10米范围内实现无线串口通信。

使用该模块无需了解复杂的蓝牙底层协议,只要简单的几个步骤即可享受到无线通信的便捷。

蓝牙透传模块只有4个AT指令,分别是测试通讯,改名称,改波特率,改配对密码,AT指令必须从TXD,RXD信号脚设置,不能通过蓝牙信道设置。

发送AT指令的设备可以是各种类型的MCU(比如51,avr,pic,msp430,arm等),也可以是电脑通过串口(PC串口接MAX232以后或者USB转串口)发送。

一.产品配件1.蓝牙模块从机1PCS2.4P杜邦线一根二.相关产品模块尺寸:3.57cm*1.52cm需要主机模块请到以下链接购买:/item.htm?id=10198515155本店有新版蓝牙模块,带使能和状态输出,欢迎到以下地址购买:主机:/item.htm?id=9811472909从机:/item.htm?id=9812432239如果你的设备是RS232电平的DB9接口,请购买以下RS232电平的蓝牙模块(点击图片进入)片可以进入对应宝贝链接)三.主从模块区别1.主机模块上有白点,从机模块没有白点。

2.主机模块只能配对HC06的从机模块,主机模块之间不能配对连接;从机模块可以跟带蓝牙的电脑或者部分手机等其他蓝牙设备配对。

3.从机模块之间不能连接,如果电脑没有蓝牙适配器,可以购买我们的蓝牙适配器(地址:/item.htm?id=9812983761),或者是USB转串口和蓝牙主机模块二合一的模块免去配对的麻烦(地址:/item.htm?id=9824802443)。

4.主机模块和从机模块均不能切换工作模式,只能是单一的工作模式(主或从)。

5.主机模块的AT指令比从机模块少了AT+NAME指令,其他指令相同。

6.主机模块和从机模块的接口均为3.3V电平,可以直接连接各种TTL电平带串口MCU(5V的MCU请串联1K电阻)直接连接,设置参数可以用MCU或者本店的USB转串口,或者增加MAX232转换电路后的电脑串口7.主机模块会自动和从机模块配对,省却配对的麻烦,适合在需要两个设备间通过蓝牙串口无线通信的应用,无需电脑,有需要请联系。

电力物联网蓝牙采集器的设计与实现

电力物联网蓝牙采集器的设计与实现郑杰;赵敬凤;王海江;李惊涛;欧阳昱;王峰;黄旭东【摘要】为了使电力物联网的移动信息采集更加便捷和全面,设计并实现了一种基于STM32的蓝牙采集器.其集成多种信息采集模块,采用蓝牙通信方式与运行不同操作系统的智能手机或平板电脑连接,为电力移动应用提供信息采集服务.蓝牙采集器具备成本低、扩展性好、信息采集全面等特点,使得电力移动作业成本大幅度降低、现场使用灵活方便,提高了工作效率.【期刊名称】《自动化仪表》【年(卷),期】2016(037)008【总页数】4页(P54-57)【关键词】智能电网;物联网;蓝牙;信息采集;STM32;移动作业;RFID;定位技术;条码扫描【作者】郑杰;赵敬凤;王海江;李惊涛;欧阳昱;王峰;黄旭东【作者单位】安徽汉高电力科技有限公司,安徽合肥231202;安徽汉高电力科技有限公司,安徽合肥231202;安徽汉高电力科技有限公司,安徽合肥231202;安徽省电力公司,安徽合肥230022;安徽省电力公司,安徽合肥230022;安徽省电力公司,安徽合肥230022;安徽汉高电力科技有限公司,安徽合肥231202【正文语种】中文【中图分类】TH7;TP274+.2电力物联网[1]是将物联网技术应用于智能电网。

物联网技术为提高电网效率和提升供电可靠性提供了强大的技术支撑,通过自组织信息采集网络技术、RFID[2]技术、定位技术等,高效、可靠、灵活、智能化地实现了用电信息采集、资产管理、巡检、抢修、故障识别。

电力物联网信息采集有两种方式:①通过固定安装的智能终端采集;②利用移动作业终端的现场人工采集。

采集信息有两大类:①电量信息(发电量、输电量、供电量、售电量等);②设备信息[3](资产信息、运行状态)。

随着对供电服务要求的不断提高,需要在现场完成对用电信息和多种设备信息的实时采集和管理。

同时,在移动互联网技术和智能终端技术的推动下,电力系统的现场信息化水平也不断提升,正逐步实现业务流程的现场操作。

基于虚拟现实的下肢主动康复训练系统

基于虚拟现实的下肢主动康复训练系统LI Wenxiao;GUO Bingjing;HAN Jianhan;LI Xiangpan;MAO Yongfei【摘要】针对传统下肢康复训练中病人参与度低、主动运动意图逐渐丧失的问题,设计一种基于虚拟现实的下肢主动康复训练系统.该系统采用惯性检测单元(IMU)获取并解算下肢关节活动度,作为虚拟场景中的运动控制信号,并建立无线蓝牙通信机制,把患者下肢运动与运动功能康复训练游戏结合在一起.基于鞋内置多点足底力传感器(FSR)获取患肢足底力参数,识别步态相周期,作为康复评估的数据基础.实验验证了康复数据获取的准确性、交互通信的实时性与康复场景运行的流畅性.【期刊名称】《现代电子技术》【年(卷),期】2019(042)004【总页数】5页(P61-64,70)【关键词】虚拟现实;主动康复;下肢康复训练;传感系统;活动度;足底力【作者】LI Wenxiao;GUO Bingjing;HAN Jianhan;LI Xiangpan;MAO Yongfei 【作者单位】;;;;【正文语种】中文【中图分类】TN915.5-34;TP274随着社会老龄化的加剧,由脑卒中等导致的神经损伤引起的下肢功能障碍者逐年增加[1],严重影响患者的生活质量,给社会和家庭带来了沉重的负担。

传统的康复治疗多采用医师手工辅助完成,效率低、康复过程枯燥,已不能满足患者的需求[2]。

根据大脑神经可塑性理论、镜像神经元理论和运动康复理论,丰富的训练环境可以促进康复的进程[3],也可以有效地提高患者的训练兴趣和积极性,从而提高康复效率。

如德国柏林弗朗霍费尔研究所研制Haptic Walker机器人系统和加拿大蒙特利尔McGill大学研究的多自由度反馈的下肢训练器;当前的下肢康复训练设备多为在医疗机构中使用,价格昂贵[4],同时也需要医护人员的协助,缺乏可供患者使用的家庭便携式智能康复训练设备,不利于患者的自主训练。

博陆科电子BLK-MD-SPK-D_AEC蓝牙模块技术手册说明书

BLK-MD-SPK-D_AEC蓝牙模块技术手册V1.320130305一.概述BLK-MD-SPK-D_AEC是一款高性能的蓝牙立体声音频模块。

包含了一个蓝牙通信IC,用来接收从音频发射源端发射的无线音频信号,例如:手机、蓝牙适配器等;还包含一个音频解码IC,输出为16位的DAC,可以直推动耳机或推功放。

模块基于CLASS 2功率等级,符合Bluetooth 2.1+EDR规范,兼容蓝牙3.0及以下版本,传输速度达到3Mbit/s。

BLK-MD-SPK-D_AEC蓝牙模块,是建荣集成倾力打造的一款高性能蓝牙模块,是以与蓝牙移动电话配合使用为设计目的,采用的是蓝牙V2.1+EDR的规范,可兼容3.0及以下版本蓝牙规范的应用,而且支持免提模式或者高品质音频模式切换;具有应用简便,音质优越,灵敏度高,体积小,传输距离远等特点,在无障碍遮挡的环境下,测试工作距离20M 以上。

模块采用标准按键设计,而且按键电路简单,方便使用;免提功能添加了回声消除功能,可以避免通话中通话者本身的回声干扰,通话性能更优越。

二.特点:•支AVCRP) ,用来接收立体声音频信号,通过协议可以控求配置参数,根据要求灵活修改应用 ED 指示蓝牙模块的工作状态 •采用Bluetooth 2.1+EDR 规范,兼容蓝牙3.0及以下版本持L2CAP/A2DP(AVCTP/AVDTP/制音频发射端的上下曲操作• 支持HFP(Handsfree profile),具有免提功能,可以进行语音通讯• 免提通话功能,通讯语音上进行了回声消除处理,保证通话质量• 采用SPI flash 存储firmware ,可根据需• 采用标准按键设计,定义简单,方便使用• 模块有2个GPIO 可以用来驱动L • 设计支持外部功放MUTE 信号输出• 1可以直接驱动40mW@32Ω的耳机 • 电模式支持音频发射端唤醒和外部按键唤式的时间为15min) 支持UART接口通信6bit DAC 输出高品质音频,• 10bit ADC 单声道MIC 输入• 比较宽的工作电压范围(3.4V~5V)支持锂电池供电支持低功耗模式sniff mode,省电模式(省醒,默认进入省电模•三.应用领域:ox 蓝牙音频通讯设备 • 四.功能框图:• 蓝牙小音箱• 蓝牙MP3 Boomb • 蓝牙扬声器 • 家用蓝牙音响• 高品质立体声音响 • 蓝牙点烟器.....提示:图中外挂MCU 的应用为扩展应用,如做简单蓝牙小音箱功能,可以不用外挂MCU , 接用蓝牙模块可以实现。

蓝牙模块AT指令手册说明书

Bluetooth modules AT Command ManualCommand 1:Test command2Command 2:Set /Inquire baud rate2Command 3:Set /Inquire if be authorized2Command 4:Set authorized password2Command 5:Set /Inquire about device name3Command 6:Set /Inquire about device type3Command 7:Set /Inquire about device part3Command 8:Clear up memorized address3Command 9:Set /Inquire about Sniff saving mode3Command 10:renew default setting4Command 11:Set /Inquire about the parameter Inquiry Scan and connecting Scan4Command 12:Set /Inquire if be bound4Command 13:Set process edition No.5Command 14:Set /Inquire indicator light5Command 15:Set /Inquire about bluetooth address 6Command 16:Inquire about natie bluetooth address 6Command 17:Software restart 6Command 18:Set /Inquire about serial communication mode 6Command 19:Inquire about remote bluetooth device 7Command 20:Cancel remote bluetooth device 7Command 21:Set / Inquire about low power mode7Command 22:Set / Inquire about Data processing mode in the condition of disconnecting 7 Command 23:Set /Inquire about flow control mode7Notice:Only when the Bluetooth modules work in the condition of Parameter Setting ( turn theswitch of Cmd Data to the Cmd side), the parameter setting command will be allowed. Afterupdate parameter setting, turn back the switch of Cmd Data to the Data side.)Command1:Test commandCommand Response Parameter AT OK NoCommand 2:Set/ inquire about baud rateCommand Response ParameterAT+BAUD=< Para1> OKAT+BAUD?OK+BAUD:<Para1> Para1:Baud rate(1200、2400、4800、9600、19200、38400、57600、115200、230400、460800、921600、1382400)Default:9600Notice :After update baud rate, if it is not default 9600, you also have to set 9600 baud rate in future parameter setting. Use what you set baud during the time of data communicating.Command 3:Set/ inquire if be authorizedCommand Response ParameterAT+AUTH=< Para1> OKAT+AUTH?OK+AUTH:<Para1> Para1:0 No need to authorize, or else need to authorizeAuthorization:Bluetooth modules provide the function of security certification. You Can not communicate other than user get across the authorization. If it is paired module, this process will be completed automatically.(Default password :1234)Command 4:Set authorized passwordCommand Response ParameterAT+PASSWORD=< Para1> OK Para1:PasswordDefault:1234AT+PASSWORD? OK+PASSWORD: < Para1>Command 5:Set/ inquire about nameCommand Response ParameterAT+NAME=< Para1> OKAT+NAME?OK+NAME:<Para1> Para1:Device name Default:JINOU3264Command 6:Set/ inquire about device typeCommand Response ParameterAT+CLASS=< Para1> OKAT+CLASS?OK+CLASS:<Para1> Para1:device type( length must be limited d in 6 bytes)Default:000000Command 7:Set /Inquire about device partCommand Response ParameterAT+ROLE=< Para1> OKAT+ROLE?OK+ROLE:<Para1> Para1:0 is slave, or else it is master.Default:SlaveCommand 8:Clear up memorized addressCommand Response ParameterAT+CLEARADDR OK NoMemorize address: After the pair between the two modules is successful, master will memorize the other module Bluetooth address.Command 9:Set/ inquire about Sniff saving power modeCommand Response ParameterAT+SNIFF=<Para1>,<Para2>, <Para3>,<Para4> OK Para1:maximal timePara2:minimal timeAT+SNIFF?OK+SNIFF:<Para1>,<Para2>,<Para3>,<Para4> Para3:tentative timePara4:overtimeDefault:0,0,0,0(decimalist)Command 10:Renew default setCommand Response ParameterAT+RESET OK 无Command 11:Set /Inquire about the Parameter of inquiry Scan and connecting ScanCommand Response ParameterAT+SCANTIME=<Para1>,<Para2>,<Para3>,<Para4>OKAT+SCANTIME?OK+SCAN:<Para1>,<Para2>,<Para3>,<Para4> Para1:Connect distant timePara2:Connect sustaining timePara3:Inquire about distant timePara4:Inquire about distant timeDefault:2048,18,2048,18( Decimalist )This parameter affects system power.Command 12:Set/ inquire if be boundCommand Response ParameterAT+BIND=< Para1> OKAT+BIND?OK+BIND:<Para1> Para1:0 be absent to bind address,or else bind address.Default:Not bind addressBind address:For slave, If memorized address, disallow to be inquired or paired, only can be connected by device which be memorized. For master, If memorized address, try to connect the device which be memorized all through. When the address is bound, therefore, once the device memorized address, the connection only can be happened between the device and the other which be memorized, however it will not be able to connect with others. If you want to connect with other devices, you must erase memorized address.Not bind address:Slave can be inquired and paired ; After encounters failed connecting with memorized device for several times, master erases memorized address automatically, and restarts to inquire and pair new device.If you hope to connect with fixed device, you’d better bind address.Command 13:Inquire about program version No.Command Response ParameterAT+VERSION? OK+VERSION:<Para1>Para1:Program version No. Command 14:Set/ Inquire about Indicator lightCommand Response ParameterAT+LED=<Para1>,<Para2> OKAT+LED? OK+LED:<Para1>,<Para2>Para1:”Connect indicator” PIO Default is PIO 0 (yellow light) Para2:”Power indicator” PIO,Default is PIO 1(Red light)There are eight IO on Bluetooth chip :PIO0~PIO7,Embedded modules can elicit four IO:PIO0,PIO1,PIO2,PIO3。

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

SPP-CA蓝牙模块




一.概述
SPP-CA蓝牙模块是专为智能无线数据传输
而打造,遵循V2.1+EDR蓝牙规范。

本模块支持UART接口,并支持SPP蓝牙串口
协议,具有成本低、体积小、功耗低、收发灵敏
性高等优点,只需配备少许的外围元件就能实现
其强大功能。

二.特点:
蓝牙V2.1+EDR
蓝牙Class2
内置PCB射频天线
支持UART接口
3.3V电源
三.应用领域:
该模块主要用于短距离的数据无线传输领域。

可以方便的和PC机的蓝牙设备相连,也可以两个模块之间的数据互通。

避免繁琐的线缆连接,能直接替代串口线。

※蓝牙无线数据传输;
※工业遥控、遥测;
※POS系统,无线键盘、鼠标;
※交通,井下定位、报警;
※自动化数据采集系统;
※无线数据传输;银行系统;
※无线数据采集;
※楼宇自动化、安防、机房设备无线监控、门禁系统;
※智能家居、工业控制;
※汽车检测设备;
※电视台的互动节目表决设备;
※政府路灯节能设备
※无线LED显示屏系统
※蓝牙操纵杆、蓝牙游戏手柄
※蓝牙打印机
※蓝牙遥控玩具
※汽车诊断仪OBDII
四.物理特征:
Operating Frequency Band 2.4GHz-2.48GHz unlicensed ISM band
Bluetooth Specification V2.1+EDR
Output Power Class Class2
Operating Voltage 3.3V
Host Interface UART
Dimension27mm(L)x13(W)mm x2mm(H)
五.电气特征:
Absolute Maximum Ratings
Rating Min Max Storage temperature-40℃+150℃Supply voltage:VBAT-0.4V 5.6V Other terminal voltages VSS-0.4V VDD+0.4V
Recommended Operating Conditions
Operating Condition Min Max Operating temperature range-40℃+150℃Guaranteed RF performance range(a)-40℃+150℃Supply voltage:VBAT 2.2V 4.2V(b)
六.功耗:
Operation Mode Connection Type UART Rate(kbps)Average Unit Page scan-115.20.42mA ACL No traffic Master115.2 4.60mA ACL With file transfer Master115.210.3mA ACL1.28s sniff Master38.40.37mA ACL1.28s sniff Slave38.40.42mA SCO HV330ms sniff Master38.419.8mA SCO HV330ms sniff Slave38.419.0mA Standby Host connection-38.440µA
七.应用电路图:
注意:该应用电路图为蓝牙串口电路,如需要其他应用方案,请联系客服。

八.管脚功能描述:
管脚号名称类型功能描述1UART-TX CMOS输出串口数据输出
2UART-RX CMOS输入串口数据输入
3NC双向NC(请悬空)
4NC双向NC(请悬空))
5P00双向可编程输入/输出口
6P01双向可编程输入/输出口
7P40双向可编程输入/输出口
8P35双向可编程输入/输出口
9P45双向可编程输入/输出口
10NC双向NC(请悬空)
11RESETB CMOS输入复位/重启键(低电平复位)
12 3.3V电源输入+3.3V电源
13GND地地
14P27双向可编程输入/输出口
15P10双向可编程输入/输出口
16P14双向可编程输入/输出口
17P36双向可编程输入/输出口
18NC双向NC(请悬空)
19NC双向NC(请悬空)
20NC双向NC(请悬空)
21GND地地
22GND地地
23NC双向NC(请悬空)
24P12输出状态指示LED口(见其他设置) 25P05输出主机中断指示口(见其他设置)26P06双向可编程输入/输出口
27P07双向可编程输入/输出口
28P23双向可编程输入/输出口
29P24双向可编程输入/输出口
30P26双向可编程输入/输出口
31NC双向NC(请悬空)
32NC双向NC(请悬空)
33P04双向可编程输入/输出口
34P11双向可编程输入/输出口
九.外形尺寸:
十.其他配置
状态指示LED:P12
用于指示蓝牙模块所处状态,LED灯闪烁方式与蓝牙模块状态对应见下表:模式LED显示模块状态
从模式均匀慢速闪烁(800ms-on,800ms-off)等待配对
长亮建立连接
主机中断指示:P05
用于指示主机中断与否,连接状态为高电平,其他状态低电平。

十一.LAYOUT注意事项
1,SPP-CA蓝牙模块串口电平需3.3V,如果和5V电平系统连接需要增加电平转换芯片。

2,蓝牙信号受周围影响很大,如树木、金属、墙体等障碍物会对蓝牙信号有一定的吸收或屏蔽,所以建议不要安装在金属外壳之中。

3,由于金属会削弱天线功能,建议在给模块Lay板时,模块天线下面不要铺地和走线,最好能挖空。

相关文档
最新文档