用户工具

站点工具


cc2640r2f:index

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
cc2640r2f:index [2018/11/09 15:37]
jaylee
cc2640r2f:index [2021/06/22 23:14] (当前版本)
行 1: 行 1:
 <markdown> <markdown>
  
-jays note #+CC2640R2&BLE5.0开发 #
  
-三十而立,记忆却大不如从前,这里记录和整理一些技术笔记,以备不时之需。+## 关于我们 ##
  
-## mdp ##+* <a href="/about_us">关于我们</a> 
 +* <a href="/cc13x0_cc26x0_evaluation_board">开发板介绍</a>
  
-<a href="/doku.php?id=cc2640r2f:leconiot:about_us:about_us">关于我们</a> +文章所有代码、工具、文档开源。加入我们[**QQ群 591679055**](http://shang.qq.com/wpa/qunwpa?idkey=d94f12d37c3b37892af4b757c6dc34bea140f3f3128a8d68e556a3d728148e85)获取更多支持,共同研究CC2640R2F&BLE5.0。
-* <a href="/doku.php?id=cc2640r2f:leconiot:cc13x0_cc26x0_evaluation_board:cc13x0_cc26x0_evaluation_board">开发板介绍</a>+
  
 +## 入门开始 ##
  
 +* <a href="faq">BLE5.0常用问答</a>
 +* <a href="develpoment_map">开发向导</a>
 +* <a href="develpoment_tool_kits">CC2640R2开发工具集介绍</a> 
 +* 入门
 +    * <a href="development_environment_set_up">CC2640R2 BLE 开发环境搭建</a>
 +    * <a href="first_project_buid">编译第一个工程(simple_peripheral)</a>
 +    * <a href="first_example">运行第一个例程(simple_peripheral)</a>
 +    * <a href="source_insight_project_create">CC13xx/CC26xx 建立Source Insight 工程</a>
 +    * <a href="examples_import">IAR 导入Examples</a>
 +* CC2640R2F 开发平台 
 +    * <a href="software_and_hardware_overview">软件硬件架构</a>
 +        * <a href="software_and_hardware_overview">概述</a>
 +        * <a href="hardware_architecture">硬件架构</a>
 +        * <a href="software_architecture">软件架构</a>
 +    * <a href="tirtos_overivew">TI-RTOS概述</a>
 +    * <a href="ble_stack_1.00.00_instasll">安装BLE5-Stack 1.00.00</a>
 +    * <a href="flash_map">Flash、RAM完整映射</a>
 +    * <a href="development_with_ccs">使用CCS进行开发</a>
 +    * <a href="development_with_iar">使用IAR进行开发</a>
 +    * <a href="/cc1310/ccs_develop">CCS 开发指南 </a> 
 +
 +## 视频教程 ##
 +
 +   * 硬件射频从设计到成型
 +     * <a href="video_hw_overivew">产品一览</a>
 +     * <a href="video_hw_sch">原理图及器件选型</a>
 +     * <a href="video_hw_layout">布板关键准则</a>
 +     * <a href="video_hw_migration">从CC2640到CC2640R2F的硬件移植_BT5.0PHY</a>
 +     * <a href="video_hw_atenna">天线套件介绍</a>
 +     * <a href="video_hw_auth">硬件设计流程及认证简介</a>
 +     * <a href="video_hw_resoure">CC2640R2F在线资源介绍</a>
 +     * <a href="video_hw_range_test">长通信距离测试</a>
 +   * 软件速成
 +     * <a href="video_sw_arch">架构及工作原理</a>
 +     * <a href="video_sw_sdk">开发板,软件包及协议栈</a>
 +     * <a href="video_sw_start">软件开发从入门到专家</a>
 +
 +## 外设驱动 ##
 +
 +* <a href="examples_import">IAR 导入Examples</a>
 +* <a href ="uart">Uart</a>
 +* <a href ="spi">SPI</a>
 +
 +## 开发BLE应用 ##
 +
 +* <a href="bluetooth_overview">蓝牙概述</a>
 +* <a href="osal">OSAL</a>
 +* <a href="application_architecture">simple_peripheral 应用框架</a>
 +* 协议栈
 +    * <a href="stack_overivew">Overview</a>
 +    * <a href="gap">Generic Access Profile (GAP)</a>
 +    * <a href="ggs">GAP GATT Service (GGS)</a>    
 +    * <a href="gap_role_task">GAPRole Task</a>
 +    * <a href="gatt">Generic Attribute Profile (GATT)</a> 
 +    * <a href="gatt_servapp_module">GATTServApp Module</a> 
 +    * <a href="channel_selection_algorithm">Channel Selection Algorithm #2</a>
 +    * <a href="bond">GAP Bond Manager and LE Secure Connections</a>
 +    * <a href="hci">Host Controller Interface</a>
 +    * <a href="le_2m_phy">LE 2M PHY</a>
 +    * <a href="l2cap">Logical Link Control and Adaptation Layer Protocol (L2CAP)</a>
 +    * <a href="le_data_length_extension">LE Data Length Extension</a>
 +    * <a href="privacy">privacy</a>
 +* <a href="voice_application">语音应用</a>
 +* 无线固件下载(OAD)
 +    * <a href="oad_concept">OAD相关概念</a>
 +    * <a href="off_chip_oad">Off-Chip OAD</a>
 +    * <a href="oad_troubleshooting">常见问题解决</a>
 +    * <a href="appendix">附录</a>
 +* 应用举例
 +    * <a href="notify_characteristic6">增加一个具有通知属性的Characteristic</a>
 +    * <a href="exchange_mtu">BLE一次能传多少数据(ATT_MTU设置/LE Data扩展)</a>
 +    * <a href="connect_params_update">连接参数更新过程</a>
 +    * <a href="distance_test">BLE5.0 距离测试</a>
 +    * <a href="power_consumption">BLE5.0 功耗测试</a>
 +    * <a href="ble_throughput">BLE5.0 吞吐量测试</a>
 +    * <a href="trans_size">CC2640R2F 不同尺寸和射频前端的SDK移植</a>
 +   
 +## 工具集 ##
 +
 +* <a href="packet_sniffer">Packet Sniffer </a>
 +* <a href="btool">BTool</a>
 +* <a href="ble_device_monitor">BLE Device Monitor</a>
 +* <a href="sensor_controller">SensorController</a>
 +
 +## 其他 ##
 +
 +
 +* 仿真调试
 +    * <a href="debugging">仿真调试</a>
 +* 移植向导
 +    * <a href="cc2640_to_cc2640r2f">CC2640工程移植到CC2640R2F</a>
 +* Android BLE开发
 +    * <a href = "android_ble_development">Android BLE 开发</a>
 +* <a href = "semi_hosting">SemiHosting</a>
 +
 +<div>
 +<p align="right">
 +<a target="_blank" href="http://shang.qq.com/wpa/qunwpa?idkey=d94f12d37c3b37892af4b757c6dc34bea140f3f3128a8d68e556a3d728148e85"><img border="0"  src="http://pub.idqqimg.com/wpa/images/group.png" alt="CC2640R2F&BLE5.0-乐控畅联" align="right" title="CC2640R2F&BLE5.0-乐控畅联"></a>
 +© Copyright 2017, 成都乐控畅联科技有限公司.  
 +</p>
 +</div>
  
 </markdown> </markdown>
cc2640r2f/index.1541749034.txt.gz · 最后更改: 2021/06/22 23:14 (外部编辑)