搜索资源列表
OBEX
- 这个是微软WINCE的OBEX协议例子,对红外和蓝牙开发很有参考价值的。-Microsoft pulled this is the agreement OBEX example, infrared and Bluetooth development of great reference value.
ftp_server.rar
- 蓝牙开发工具 bluelab下的ftp server的例子程序,example of a2dp dongle of bluelab which is a IDE for bluetooth
hid_keyboard.rar
- 蓝牙开发工具 bluelab下的hid keyboard的例子程序,example of hid keyboard of bluelab which is a IDE for bluetooth
headset
- 蓝牙开发工具 bluelab下的HEADSET的例子程序-example of HEADSET of bluelab which is a IDE for bluetooth
a2dp_source_dongle
- 蓝牙开发工具 bluelab下的a2dp dongle的例子程序-example of a2dp dongle of bluelab which is a IDE for bluetooth
hid_dongle
- 蓝牙开发工具 bluelab下的hid dongle的例子程序-example of hid dongle of bluelab which is a IDE for bluetooth
hid_mouse
- 蓝牙开发工具 bluelab下的hid mouse的例子程序 -example of hid mouse of bluelab which is a IDE for bluetooth
serialport-remote
- 手机虚拟蓝牙串口遥控小车等工业设备的抛砖引玉例子,启发出更多更好的idea-bluetooth serialport
50847401C
- w ce 例子蓝牙传输,等等以及各种w ce 开发例子的源代码,供初学者学习借鉴-w ce example Bluetooth, etc. and a variety of w ce development source code examples for beginners to learn from
hands_free
- hands_free蓝牙耳机例子可参考例程,非常不错。-hands_free reference application
GpsSample
- 一个wince平台下进行蓝牙串口通信的例子,使用32feet-WINCE platform Bluetooth serial communication example, use 32feet
Bluetooth
- 基于stm32的蓝牙功能程序,自己测试过,能用.是入门学习的例子.用iar编译的.-Based the stm32 Bluetooth function program that he tested, can be used. Learning portal example iar compiler.
light_control_SDK_2.2
- csr1010 控制灯泡点亮的例子,大家开发蓝牙相关项目的可以参考一下,牙相关项目的可以参考一下,-light control SDK, light control SDK, light control SDK,
Nucleo_EX07_full
- 单片机操作st蓝牙的例子,很不错的.需要的可以下来看看.-the mcu to operate the st bluetooth.it very good.you can download it if you need
uartbluetooth
- STM32F407通过串口蓝牙HC05模块传输数据的例子程序-STM32F407 HC05 module through the serial port Bluetooth data transfer example program
indicate
- 本源码是本人工作之余码的,CC2540低功耗蓝牙的indicate工作方式总结,这操作是很好的理解indicate例子,希望对大家有所帮助-The source code is my spare time, indicate work CC2540 Bluetooth low energy summary, this operation is well understood indicate example, we want to help
notify
- 本源码是本人工作之余码的,CC2540低功耗蓝牙的notify工作方式总结,这源码是很好的理解notify例子,代码中有注释,希望对大家有所帮助-The source code is my spare time, notify work CC2540 Bluetooth low energy summary, this source is well understood notify example, the code notes, we hope to help
BLE开发源码安装包
- 蓝牙4.0BLE协议栈就是将各个层定义的协议都集合在一起,以函数的形式实现,并提供一些应用层API,供用户调用。 注意:虽然协议是统一的,但是协议的具体实现形式是变化的,即不同厂商提供的协议栈是有区别的,例如:函数名称和参数列表可能有区别,选择协议栈以后,需要学习具体的例子,查看厂商提供的Demo演示程序、说明文档(通常,实现协议栈的厂商会提供一些API手册供用户查询)来学习各个函数的使用方式,进而快速地使用协议栈进行应用程序的开发工作。(The Bluetooth 4.0BLE protoc
zigbee与stm32通信例子
- 程序1:stm32程序串口2接收串口1发送程序 ,改自扩展实验11 ATK-HC05蓝牙串口模块实验程序。 程序2:zigbee串口通讯-发送字符串。 连接方式:cc2530的P02连接stm32的PA2,P03连接stm32的PA3 程序2串口一直发送“hello zigbee”字符串 mini版stm32程序1串口2接收后转发串口1原样输出。(Program 1:stm32 program serial port 2 receive serial 1 send program, c