资源简介
BlueX发行CEVA蓝牙低功耗IP,用于BX2400可穿戴SoC
这个链接很重要->https://bxble-sdk-doc.readthedocs.io/zh_CN/latest/
Ultra-low power BX2400 IC winning global OEM customers including Huami
SHANGHAI, June 27, 2018 -- Mobile World Congress – CEVA, Inc. (NASDAQ: CEVA), the leading licensor of signal processing platforms and artificial intelligence processors for smarter, connected devices, today announced that BlueX Microelectronics (Hefei) Co., Ltd. (BlueX) has licensed and deployed CEVA's RivieraWaves Bluetooth low energy technology in its new BX2400 Bluetooth® 5 compliant wireless integrated circuit (IC). Building on BlueX's deep expertise in CMOS subthreshold design, the BX2400 is an ultra-low power SoC that incorporates Bluetooth, processor, power charge and discharge management, touch and heart rate monitor. Ideally suited to applications such as personal health and fitness wearables, the BX2400 is already gaining strong traction with leading global OEMs and ODMs including Huami.
Huang Wang, founder and CEO of Huami, stated: "As the world's leading wearable technology company our customers rely on us to consistently deliver leading-edge, innovative products with exceptional performance. The BlueX BX2400 SoC powered by CEVA's Bluetooth IP enables outstanding battery life and a range of compelling features and sensors, making it an ideal processor for our wearable designs."
Huang Wang, founder and CEO of Huami, stated: "As the world's leading wearable technology company our customers rely on us to consistently deliver leading-edge, innovative products with exceptional performance. The BlueX BX2400 SoC powered by CEVA's Bluetooth IP enables outstanding battery life and a range of compelling features and sensors, making it an ideal processor for our wearable designs."
"Product differentiation is always a challenge in such a competitive market and we set out to ensure our BX2400 IC outperforms the competition," said Hongyu Li, CEO at BlueX. "CEVA's RivieraWaves Bluetooth low energy IP has g

代码片段和文件信息
/**
****************************************************************************************
*
* @file app.c
*
* @brief Application entry point
*
* Copyright (C) RivieraWaves 2009-2015
*
*
****************************************************************************************
*/
/**
****************************************************************************************
* @addtogroup APP
* @{
****************************************************************************************
*/
/*
* INCLUDE FILES
****************************************************************************************
*/
#define __RAM_CODE__
#include “rwip_config.h“ // SW configuration
#if (BLE_APP_PRESENT)
#include
#include “app_task.h“ // Application task Definition
#include “app.h“ // Application Definition
#include “gap.h“ // GAP Definition
#include “gapm_task.h“ // GAP Manager Task API
#include “gapc_task.h“ // GAP Controller Task API
#include “co_bt.h“ // Common BT Definition
#include “co_math.h“ // Common Maths Definition
#if (BLE_APP_SEC)
#include “app_sec.h“ // Application security Definition
#endif // (BLE_APP_SEC)
#if (BLE_APP_HT)
#include “app_ht.h“ // Health Thermometer Application Definitions
#endif //(BLE_APP_HT)
#if (BLE_APP_DIS)
#include “app_dis.h“ // Device Information Service Application Definitions
#endif //(BLE_APP_DIS)
#if (BLE_APP_BATT)
#include “app_batt.h“ // Battery Application Definitions
#endif //(BLE_APP_DIS)
#if (BLE_APP_HID)
#include “app_hid.h“ // HID Application Definitions
#endif //(BLE_APP_HID)
#if (DISPLAY_SUPPORT)
#include “app_display.h“ // Application Display Definition
#endif //(DISPLAY_SUPPORT)
#ifdef BLE_APP_AM0
#include “am0_app.h“ // Audio Mode 0 Application
#endif //defined(BLE_APP_AM0)
#if (NVDS_SUPPORT)
#include “nvds.h“ // NVDS Definitions
#endif //(NVDS_SUPPORT)
/*
* DEFINES
****************************************************************************************
*/
/// Default Device Name if no value can be found in NVDS
#define APP_DFLT_DEVICE_NAME (“RW-BLE-DEV“)
#define APP_DFLT_DEVICE_NAME_LEN (sizeof(APP_DFLT_DEVICE_NAME))
#if (BLE_APP_HID)
// HID Mouse
#define DEVICE_NAME “Hid Mouse“
#else
#define DEVICE_NAME “RW DEVICE“
#endif
#define DEVICE_NAME_SIZE sizeof(DEVICE_NAME)
/**
* UUID List part of ADV Data
* --------------------------------------------------------------------------------------
* x03 - Length
* x03 - Complete list of 16-bit UUIDs available
* x09\x18 - Health Thermometer Service UUID
* or
* x12\x18 - HID Service UUID
* --------------------------------------------------------------------------------------
*/
#if (BLE_APP_HT)
#define APP_HT_ADV_DATA_UUID
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 658 2018-12-14 16:28 toolchain-gnu.cmake
文件 588 2018-12-14 16:28 toolchain-armcc.cmake
文件 9775 2019-02-28 16:01 CMakeLists.txt
目录 0 2019-03-11 15:58 tools\
目录 0 2018-12-14 16:33 tools\doxygen\
文件 107996 2018-12-14 16:28 tools\doxygen\Doxyfile
文件 517340 2018-12-14 16:28 tools\doxygen\index.chm
文件 110004 2018-12-14 16:28 tools\doxygen\mesh_doxyfile
目录 0 2019-05-16 17:26 tools\image_tool\
文件 499712 2019-05-16 17:26 tools\image_tool\bin_merge.exe
文件 83221 2019-05-16 17:26 tools\image_tool\boot_ram.asm
文件 2212 2019-05-16 17:26 tools\image_tool\boot_ram.bin
文件 109 2018-12-14 16:28 tools\image_tool\dissemble.bat
文件 1853 2018-12-14 16:28 tools\image_tool\Jli
文件 271 2019-02-25 09:19 tools\image_tool\merge.ini
文件 164 2018-12-14 16:28 tools\make_mesh_sdk.bat
目录 0 2019-02-25 09:19 tools\prog_tool\
文件 1776 2018-12-14 16:28 tools\prog_tool\flash_prog_1v8.jflash
文件 1776 2018-12-14 16:28 tools\prog_tool\flash_prog_3v3.jflash
文件 228 2018-12-14 16:28 tools\prog_tool\prog_1v8.bat
文件 228 2018-12-14 16:28 tools\prog_tool\prog_3v3.bat
文件 4598 2019-02-25 09:19 tools\prog_tool\RAMCodeSpecific_Release_1v8.mot
文件 4590 2019-02-25 09:19 tools\prog_tool\RAMCodeSpecific_Release_3v3.mot
目录 0 2019-05-16 17:26 tools\prog_tool_v2\
目录 0 2019-05-16 17:26 tools\prog_tool_v2\BlueX\
文件 90624 2019-05-16 17:26 tools\prog_tool_v2\BlueX\APOLLO_00_1V8.FLM
文件 90640 2019-05-16 17:26 tools\prog_tool_v2\BlueX\APOLLO_00_3V3.FLM
文件 623 2019-05-16 17:26 tools\prog_tool_v2\Jli
文件 140 2018-12-14 16:28 tools\prog_tool_v2\ReadMe.txt
目录 0 2018-12-14 16:33 tools\reg_xls2h\
文件 6 2018-12-14 16:28 tools\reg_xls2h\.cvsignore
............此处省略1540个文件信息
相关资源
- cc2541 BLE DEMO
- 由浅入深,蓝牙4.0/BLE协议栈开发攻略
-
AN_BLE-SDKDH-C1_Teli
nk BLE SDK DeveloperHan - js实现动态修改table内容功能
- Blessing 3 v3.8.2.mq4
- 广义Einstein-Cartan-Kibble-Sciama引力和引力
- Continuum of positive solutions for discrete &
- BLE-CC254x-1.3.2 蓝牙官方源代码
- New Analytical Solution of a Generalized Negat
- Multiplicity of positive solutions for p(x)
- Existence of positive solutions for some singu
- Guide to Reliable Distributed Systems
- Cluster Ensembles – A Knowledge Reuse fr
- Forefront让CableWireless从容面对垃圾邮件
- A discrete fruit fly optimization algorithm fo
- flowable整合Spring
- THERMAL ANNEALING TREATMENT TO ACHIEVE SWITCHA
- A Novel Algorithm for Ternary Reversible Logic
- Discovery of Reversible and Persistent Electri
- 磁盘分区助手PA5.2_Portable
- Facile hydrothermal synthesis of Tb2(MoO4)
- A Facile Mixed-Solvothermal Route to γ-B
- IT十年经典书系列英文版-Design_Patter
- 狼群算法Multi-strategy ensemble grey wolf
- AndreaMosaicPortable蒙太奇马赛克拼图制作
- Bumblebee2双目立体摄像机资料
- 6进制与浮点数包括float和double互转、
- CRC_GEN_CONFIGUABLE.rar
- json获取datatable后生成table分页显示c
- KMSpico v10.2.0 Portable
评论
共有 条评论