
BLE__nRF52832
阿卡基-马
业余马拉松选手
展开
-
蓝牙Bluetooth BR/EDR 和 Bluetooth Smart 必需要知道的十个不同点
作为一个物联网创客或物联网、可穿戴从业者,对于蓝牙(Bluetooth®)一词肯定已经相当熟悉啦。随着物联网技术应用的普及,蓝牙技术也在快速的演进。对于当今蓝牙技术规格中的两大主要技术:Bluetooth BR/EDR(蓝牙基本速率/增强数据率)和Bluetooth Smart 技术,你到底了解多少呢? 蓝牙( Bluetooth® ):是一种无线技术标准,可实现固定设备、移动设备和楼宇个人域网之...转载 2018-05-07 09:00:31 · 6455 阅读 · 0 评论 -
蓝牙的应用中,什么是“单模”,什么是“双模”
单模蓝牙设备被称为Bluetooth Smart设备,并且有专用的logo:诸如手表、运动传感器等这样小型的设备会基于单模蓝牙低功耗。为了实现极低的功耗,硬件和软件上都做了优化。这样的设备只能支持BLE。单模蓝牙芯片往往是一个带有单模蓝牙协议栈的产品,这个协议栈是芯片商免费提供的。双模蓝牙设备被称为Bluetooth Smart Ready设备,并且有专用的logo:双模设备支持蓝牙BR/EDR和...原创 2018-05-07 09:23:02 · 16010 阅读 · 0 评论 -
低功耗蓝牙BLE之连接事件、连接参数和更新方法
连接事件在一个连接当中,主设备会在每个连接事件里向从设备发送数据包。一个连接事件是指主设备和从设备之间相互发送数据包的过程。连接事件的进行始终位于一个频率,每个数据包会在上个数据包发完之后等待 150μs 再发送。连接间隔决定了主设备与从设备的交互间隔;它是指两个连续的连接事件开始处的时间距离,可以是7.5ms ~ 4s内的任意值,但必须为 1.25ms 的整数倍。要确定从设备与主设备的实际交互间...转载 2018-05-07 13:56:52 · 3157 阅读 · 0 评论 -
Peer Manager
ret_code_t pm_peers_delete(void ) Function for deleting all data stored for all peers.This function sends either a PM_EVT_PEERS_DELETE_SUCCEEDED or a PM_EVT_PEERS_DELETE_FAILED event. In addition, a ...原创 2018-05-29 10:02:15 · 1860 阅读 · 3 评论 -
boards.c
/* Copyright (c) 2016 Nordic Semiconductor. All Rights Reserved.** The information contained herein is property of Nordic Semiconductor ASA.* Terms and conditions of usage are described in detail in N...原创 2018-05-06 16:02:49 · 371 阅读 · 0 评论 -
GATT module
Module for negotiating and keeping track of the maximum ATT_MTU size. More...Modules GATT module configuration Data Structuresstruct nrf_ble_gatt_evt_t GATT module event. More... struct nrf_ble_gatt...原创 2018-05-18 11:37:17 · 660 阅读 · 0 评论 -
gpiote
/** @file** @defgroup gpiote_example_main main.c* @{* @ingroup nrf_gpiote_example* @brief GPIOTE Example Application main file.** This file contains the source code for a sample application using GPIO...原创 2018-04-27 15:38:03 · 574 阅读 · 0 评论