
nordic低功耗蓝牙(nrf52832、nrf52840)
nordic芯片平台是经典的低功耗蓝牙ble芯片平台,在许许多多的消费类电子产品中都有广泛使用到,这篇专栏记录nordic开发过程中遇到的各种问题以及解决方案,讲解低功耗蓝牙ble的学习方法
全职编程-JieGeGe
这个作者很懒,什么都没留下…
展开
-
nordic sdk 例程 examples\ble_peripheral\ble_app_hids_keyboard 代码详解
nordic sdk 蓝牙键盘例程 examples\ble_peripheral\ble_app_hids_keyboard 代码详解原创 2025-03-13 16:01:09 · 429 阅读 · 0 评论 -
nordic sdk 例程 examples\ble_peripheral\ble_app_ancs_c 工程代码详解
nordic sdk 例程 examples\ble_peripheral\ble_app_ancs_c 工程代码详解原创 2025-03-13 15:47:55 · 47 阅读 · 0 评论 -
Nordic SDK 示例解析: examples\ble_central\ble_app_multilink_central项目详解
Nordic SDK 示例解析: examples\ble_central\ble_app_multilink_central项目详解原创 2025-03-12 16:22:58 · 143 阅读 · 0 评论 -
nRF5_SDK详解之examples\ble_central\ble_app_uart_c
nRF5_SDK详解之examples\ble_central\ble_app_uart_c原创 2025-03-12 16:02:31 · 44 阅读 · 0 评论 -
熟悉低功耗蓝牙协议栈,接单赚10w+
熟悉低功耗蓝牙协议栈,接单赚10w+原创 2025-03-07 11:23:07 · 145 阅读 · 0 评论 -
2.4GHZ无线跳频算法 C语言
2.4GHZ无线跳频算法 C语言原创 2025-03-03 09:56:23 · 115 阅读 · 0 评论 -
nordic(nrf52832、nrf52840)如何使用SES(SEGGER Embedded Studio)编辑编译工程?
nordic(nrf52832、nrf52840)如何使用SES(SEGGER Embedded Studio)编辑编译工程?原创 2025-02-18 16:42:51 · 105 阅读 · 0 评论 -
经典蓝牙BT协议详解
经典蓝牙BT协议详解原创 2024-12-05 17:39:14 · 196 阅读 · 0 评论 -
nordic使用FDS保存数据需要注意的地方
nordic使用FDS保存数据需要注意的地方原创 2024-09-25 17:56:56 · 162 阅读 · 0 评论 -
nrf52840 arm_startup_nrf52840.s文件解析
nrf52840 启动引导arm_startup_nrf52840.s文件解析原创 2024-09-20 11:39:56 · 677 阅读 · 0 评论 -
nordic芯片 flash加密 防止被抄板
nordic芯片 flash加密 防止被抄板原创 2024-09-14 14:27:32 · 404 阅读 · 0 评论 -
蓝牙ble建立配对、绑定、连接的流程详解
蓝牙ble建立配对、绑定、连接的流程详解原创 2024-08-29 10:17:02 · 1116 阅读 · 0 评论 -
nordic 蓝牙ble ble_hids_inp_rep_send发送数据采用缓存机制 发送失败后 检测到上一个发送完成再重新发前一个发送失败的数据
nordic 蓝牙ble ble_hids_inp_rep_send发送数据采用缓存机制 发送失败后 检测到上一个发送完成再重新发前一个发送失败的数据原创 2024-08-21 11:37:14 · 235 阅读 · 0 评论 -
低功耗蓝牙协议栈如何学习?
低功耗蓝牙协议栈如何学习?原创 2024-08-16 16:53:09 · 247 阅读 · 0 评论 -
nrf52833 蓝牙广播包解析
nordic 蓝牙广播包解析原创 2024-08-08 14:41:51 · 499 阅读 · 0 评论 -
nordic(nrf52832、nrf52833、nrf52840)之ble蓝牙绑定配对代码 id_manager.c 详解
nordic(nrf52832、nrf52833、nrf52840)之ble蓝牙绑定配对代码 id_manager.c 详解原创 2024-08-08 10:44:19 · 386 阅读 · 0 评论 -
nordic 蓝牙ble 配对绑定的流程 原理
nordic 蓝牙ble 配对绑定的流程 原理原创 2024-08-07 17:04:04 · 509 阅读 · 0 评论 -
nordic conn_handle: 0x0, procedure: Bonding, error: 136
nordic conn_handle: 0x0, procedure: Bonding, error: 136原创 2024-08-07 16:36:22 · 149 阅读 · 0 评论 -
北欧半导体nordic s113 与 s140蓝牙协议栈有什么不同?
北欧半导体nordic s113 与 s140蓝牙协议栈有什么不同?原创 2024-08-07 10:20:41 · 341 阅读 · 0 评论 -
nrf52832 esb如何判断2.4GHZ是否连接
nrf52832 esb如何判断2.4GHZ是否连接原创 2024-08-01 16:36:44 · 270 阅读 · 0 评论 -
nrf52832 运行报错<error> nrf_sdh_ble: sd_ble_enable() returned NRF_ERROR_NO_MEM.蓝牙协议栈无法申请足够内存
nrf52832 运行报错 nrf_sdh_ble: sd_ble_enable() returned NRF_ERROR_NO_MEM.蓝牙协议栈无法申请足够内存原创 2024-07-08 18:56:02 · 279 阅读 · 0 评论 -
nordic工程使用 SEGGER Embedded Studio 编译时报错 error: unknown type name ‘__printf_tag_ptr‘
nordic工程使用 SEGGER Embedded Studio 编译时报错 error: unknown type name ‘__printf_tag_ptr’解决办法是 将 __printf_tag_ptr 改为 FILE*, 编译即可正常编译。原创 2024-04-22 19:04:19 · 464 阅读 · 0 评论 -
Nordic(nrf52832、nrf52840、nrf52833)芯片动态修改蓝牙广播名
Nordic(nrf52832、nrf52840、nrf52833)芯片动态修改蓝牙广播名原创 2024-02-20 10:12:19 · 742 阅读 · 0 评论 -
nordic dfu 合并hex(bootloader.hex与app.hex)文件失败
nordic dfu 合并hex(bootloader.hex与app.hex)文件失败原创 2024-01-26 15:56:37 · 554 阅读 · 0 评论 -
nordick keil编译时报错Error: L6200E: Symbol __asm___19_app_util_platform_c_6d89e7e5____REVSH multiply def
nordick keil编译时报错Error: L6200E: Symbol __asm___19_app_util_platform_c_6d89e7e5____REVSH multiply def原创 2024-01-25 16:42:48 · 799 阅读 · 0 评论 -
SEGGER Embedded Studio编译报错text section is larger than specified size
SEGGER Embedded Studio编译报错text section is larger than specified size原创 2024-01-23 11:12:08 · 855 阅读 · 0 评论 -
segger embeded studio例程编译错误error: unknown type name ‘__printf_tag_ptr‘
segger embeded studio例程编译错误error: unknown type name '__printf_tag_ptr'原创 2024-01-23 11:01:35 · 904 阅读 · 0 评论 -
nordic——SDK和开发板对照选型表
nordic——SDK和开发板对照选型表原创 2024-01-19 16:39:43 · 544 阅读 · 0 评论 -
nrf52820
nrf52820原创 2024-01-19 15:57:09 · 439 阅读 · 0 评论 -
nrf52832 ADC的配置
nrf52832 ADC的配置原创 2023-10-24 18:52:16 · 189 阅读 · 0 评论 -
nrf52832 PWM配置
nrf52832 PWM配置原创 2023-10-24 11:02:26 · 358 阅读 · 0 评论 -
nordic板级例程说明
nordic板级例程说明原创 2023-10-23 17:14:07 · 77 阅读 · 0 评论 -
SEGGER Embedded Studio 编译nrf52833报错 __vfprintf.h: No such file or directory
SEGGER Embedded Studio 编译nrf52833报错 __vfprintf.h: No such file or directory原创 2023-10-18 21:48:45 · 782 阅读 · 0 评论 -
nordic平台SDK包下载地址
nordic平台SDK包下载地址原创 2023-10-17 15:36:25 · 365 阅读 · 0 评论 -
nordic的NRF_LOG_INFO打印float浮点型数据log的方法
nordic的NRF_LOG_INFO打印float浮点型数据log的方法原创 2023-07-24 00:03:10 · 728 阅读 · 0 评论 -
CONFIG_NFCT_PINS_AS_GPIOS
CONFIG_NFCT_PINS_AS_GPIOS原创 2023-06-23 10:54:53 · 271 阅读 · 0 评论 -
nRF52832的I2C例程代码
nRF52832的I2C例程代码原创 2023-05-11 16:37:11 · 585 阅读 · 0 评论 -
nRF52832芯片使用ADC的代码示例
nRF52832芯片使用ADC的代码示例原创 2023-05-10 20:42:15 · 443 阅读 · 0 评论 -
Nordic的NordicSemiconductor.nRF_DeviceFamilyPack下载路径
Nordic的NordicSemiconductor.nRF_DeviceFamilyPack下载路径原创 2023-04-22 23:18:18 · 537 阅读 · 0 评论 -
Nordic nRF5 mesh蓝牙组网(一)
Nordic nRF5 mesh蓝牙组网(一)原创 2023-03-19 22:41:23 · 937 阅读 · 0 评论