Deprecated: Method ReflectionProperty::setAccessible() is deprecated since 8.5, as it has no effect since PHP 8.1 in /var/www/html/plugins/system/falangdriver/falangdriver.php on line 534
资源中心 - bluetooth蓝牙技术 https://www.bluetooth.com.cn/index.php/cn/developer-hub Sat, 14 Feb 2026 15:19:27 +0800 Joomla! - Open Source Content Management zh-cn sale@bluetooth.com.cn (Bluetooth.com.cn) 蓝牙精准定位基站开发方案 https://www.bluetooth.com.cn/index.php/cn/developer-hub/21493-lan-ya-jing-zhun-ding-wei-ji-zhan-kai-fa-fang-an https://www.bluetooth.com.cn/index.php/cn/developer-hub/21493-lan-ya-jing-zhun-ding-wei-ji-zhan-kai-fa-fang-an 蓝牙精准定位基站开发方案

一、系统架构设计

1.1 技术选型

  • 定位技术: 蓝牙5.1+ AoA/AoD 角度定位 + RSSI 距离估算

  • 主控芯片: Nordic nRF52833/nRF5340(支持蓝牙5.1方向查找)

  • 定位算法: 融合卡尔曼滤波的三角定位算法

  • 通信协议: iBeacon, Eddystone, 自定义协议

  • 基站设计: TDoA(Time Difference of Arrival) 基站阵列

    阅读全文...

    ]]> 资源中心 Mon, 19 Jan 2026 12:46:41 +0800 杰康智慧养老项目 https://www.bluetooth.com.cn/index.php/cn/developer-hub/21487-jie-kang-smart-elderly-care-project https://www.bluetooth.com.cn/index.php/cn/developer-hub/21487-jie-kang-smart-elderly-care-project 一、项目总体定位

    “智联康养,杰康守护”智慧养老平台 基于居家养老服务体系和现有智慧养老系统功能,打造一个以 “科技赋能+专业服务+全流程监管” 为核心的智慧养老综合平台,实现“前端智能感知+中台数据分析+后端服务响应”的全链路闭环。

    阅读全文...

    ]]>
    资源中心 Fri, 16 Jan 2026 06:59:36 +0800
    Rafavi智能健康管理服务器插件参考程序 https://www.bluetooth.com.cn/index.php/cn/developer-hub/21485-rafavi-intelligent-health-management-server https://www.bluetooth.com.cn/index.php/cn/developer-hub/21485-rafavi-intelligent-health-management-server 这是一个综合性较强的Joomla扩展开发项目。涉及多个功能模块,这里提供一个完整的扩展包生成脚本核心文件结构

    阅读全文...

    ]]>
    资源中心 Thu, 15 Jan 2026 08:53:25 +0800
    流体天线的基本原理 https://www.bluetooth.com.cn/index.php/cn/developer-hub/21477-liu-ti-tian-xian-de-ji-ben-yuan-li https://www.bluetooth.com.cn/index.php/cn/developer-hub/21477-liu-ti-tian-xian-de-ji-ben-yuan-li 流体天线(Fluid Antenna)是一种通过改变天线内部可流动导电流体(如水银、离子溶液或液态金属)的几何形状或位置,来动态调整天线工作频率、方向图或其他电磁特性的天线技术。其核心原理在于利用流体的可重构性实现天线参数的实时可调,突破传统固定结构天线的局限性。

    阅读全文...

    ]]>
    资源中心 Tue, 13 Jan 2026 22:19:14 +0800
    算法固化为SDK或模块 https://www.bluetooth.com.cn/index.php/cn/developer-hub/21419-suan-fa-gu-hua-weisdk-huo-mo-kuai https://www.bluetooth.com.cn/index.php/cn/developer-hub/21419-suan-fa-gu-hua-weisdk-huo-mo-kuai 申请核心算法专利,将算法固化为SDK或模块,与硬件厂商合作推广。将算法固化为SDK或模块是技术产品化的重要环节。这个过程需要工程化思维和系统化设计

    阅读全文...

    ]]>
    sale@bluetooth.com.cn (Super User) 资源中心 Fri, 09 Jan 2026 16:03:45 +0800

    Deprecated: Method ReflectionProperty::setAccessible() is deprecated since 8.5, as it has no effect since PHP 8.1 in /var/www/html/plugins/system/falangdriver/falangdriver.php on line 100

    Deprecated: Method ReflectionProperty::setAccessible() is deprecated since 8.5, as it has no effect since PHP 8.1 in /var/www/html/plugins/system/falangdriver/falangdriver.php on line 100

    Warning: http_response_code(): Calling http_response_code() after header('HTTP/...') has no effect in /var/www/html/libraries/vendor/symfony/error-handler/ErrorHandler.php on line 658
    mysqli object is already closed (500 Whoops, looks like something went wrong.)

    mysqli object is already closed

    Exception

    Error

    1. */
    2. public function disconnect()
    3. {
    4. // Close the connection.
    5. if (\is_callable([$this->connection, 'close'])) {
    6. $this->connection->close();
    7. }
    8. parent::disconnect();
    9. }
    1. */
    2. public function disconnect()
    3. {
    4. // Close the connection.
    5. if (\is_callable([$this->connection, 'close'])) {
    6. $this->connection->close();
    7. }
    8. parent::disconnect();
    9. }
    1. *
    2. * @since 2.0.0
    3. */
    4. public function __destruct()
    5. {
    6. $this->disconnect();
    7. }
    8. /**
    9. * Alter database's character set.
    10. *
    DatabaseDriver->__destruct()

    Stack Trace

    Error
    Error:
    mysqli object is already closed
    
      at /var/www/html/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:318
      at mysqli->close()
         (/var/www/html/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:318)
      at Joomla\Database\Mysqli\MysqliDriver->disconnect()
         (/var/www/html/libraries/vendor/joomla/database/src/DatabaseDriver.php:496)
      at Joomla\Database\DatabaseDriver->__destruct()                

    Deprecated: Method ReflectionProperty::setAccessible() is deprecated since 8.5, as it has no effect since PHP 8.1 in /var/www/html/plugins/system/falangdriver/falangdriver.php on line 100

    Deprecated: Method ReflectionProperty::setAccessible() is deprecated since 8.5, as it has no effect since PHP 8.1 in /var/www/html/plugins/system/falangdriver/falangdriver.php on line 100