搜索资源列表
zephyr-v1.0.0
- 来自 Linux 基金会的实时操作系统 Zephyr 发布了 1.0 内核-Very small memory footprint approx. 8 kB. Multiple architecture support: x86, ARM and ARC. Arduino* 101, Arduino* Due, Intel* Quark* SE and NXP* Kinetis* K64 processor support. Connectivity features: Blueto
ble_dongle_beacon
- 1、基于蓝牙sdk扫描低功耗蓝牙设备; 2、连接蓝牙设备,密码输入; 3、修改设备名称和密码; 4、发送控制命令;-1.scan ble devices based with BLE SDK 2.connect ble device and input password 3.modify device name and password 4.send control command.
ble_master
- 1.BLE主控设备,发送命令; 2.命令显示和转发;-1.BLE master device,send commond; 2.display the command and resend.
light_switch
- 1、低功耗处理扫描接近感应面板; 2、解析触摸的数据; 3、往蓝牙设备发送控制命令;-1.scan and process the proximity panel with low power 2.parse the wheel/panel data 3.send control BLE command.
ota_master
- 1、无线升级烧录BLE设备; 2、扫描设备并连接; 3、显示进度;-1.upload and burn the BLE device on the air 2.scan and connect the device 3.display the burn progress.
btstack-master
- Bluetooth Protocol Stack on Linux Platform, source code, verified on CSR256x chipset.
BLE实验:蓝牙串口
- nrf52832 SDK开发的方式,将串口数据通过蓝牙发送。手机与BLE模块建立连接,手机与蓝牙数据互传(Implementing Serial Port Transmission of Bluetooth Slave)