<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>Firefly开源社区 - FireBLE</title>
    <link>https://dev.t-firefly.com/forum-173-1.html</link>
    <description>Latest 20 threads of FireBLE</description>
    <copyright>Copyright(C) Firefly开源社区</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 21 Apr 2026 02:59:08 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://dev.t-firefly.com/static/image/common/logo_88_31.gif</url>
      <title>Firefly开源社区</title>
      <link>https://dev.t-firefly.com/</link>
    </image>
    <item>
      <title>rk3288 电池电量如何获取</title>
      <link>https://dev.t-firefly.com/thread-102234-1-1.html</link>
      <description><![CDATA[应用层如何获取电池电量呢？在线等大神回复。]]></description>
      <category>FireBLE</category>
      <author>zg_muyuan</author>
      <pubDate>Wed, 15 Jul 2020 03:11:26 +0000</pubDate>
    </item>
    <item>
      <title>求购蓝牙开发板</title>
      <link>https://dev.t-firefly.com/thread-13215-1-1.html</link>
      <description><![CDATA[真心求购二手的QN902x的fireBle蓝牙开发板。有要出售的联系我]]></description>
      <category>FireBLE</category>
      <author>ljf33</author>
      <pubDate>Thu, 28 Dec 2017 12:23:17 +0000</pubDate>
    </item>
    <item>
      <title>QN9021 deep sleep</title>
      <link>https://dev.t-firefly.com/thread-12766-1-1.html</link>
      <description><![CDATA[各位大大, 請問如何在BLE已連接的情況下下令kernel叫QN9021進入deep sleep?
 // Check whether the chip can enters sleep mode
        //
        // Chip enter sleep condition:
        // +--------+--------+--------+--------+--------+
        // |    U ...]]></description>
      <category>FireBLE</category>
      <author>alvinfun</author>
      <pubDate>Mon, 28 Aug 2017 05:03:57 +0000</pubDate>
    </item>
    <item>
      <title>如何以QPPS 單次發送notify消息</title>
      <link>https://dev.t-firefly.com/thread-12665-1-1.html</link>
      <description><![CDATA[QN9021 的 QPPS demo project 是通過 app_test_send_data 不斷的發送 static uint8_t val[] = {0, \'0\', \'1\', \'2\',\'3\',\'4\',\'5\',\'6\',\'7\',\'8\',\'9\',\'8\',\'7\',\'6\',\'5\',\'4\',\'3\',\'2\',\'1\',\'0\'};
即是
00123456789876543210
10123456789876543210
20123]]></description>
      <category>FireBLE</category>
      <author>alvinfun</author>
      <pubDate>Wed, 09 Aug 2017 08:12:25 +0000</pubDate>
    </item>
    <item>
      <title>安卓ble通过ota升级失败</title>
      <link>https://dev.t-firefly.com/thread-11350-1-1.html</link>
      <description><![CDATA[改的官方的ota那部分，升级不了]]></description>
      <category>FireBLE</category>
      <author>此去经年</author>
      <pubDate>Thu, 22 Dec 2016 05:17:25 +0000</pubDate>
    </item>
    <item>
      <title>官方技术案例中的QN9021透传固件在QN9022上不能正常使用</title>
      <link>https://dev.t-firefly.com/thread-11342-1-1.html</link>
      <description><![CDATA[问题点：
（1）串口无法正确打印，打印和下载都用串口0，可以正常下载，但是打印都是乱码，一开始以为是波特率问题，但是试过了所有的波特率，排除硬件问题，因为QPPS工程可以正常使用；
（2）上电后没有蓝牙广播，用手机APP扫描，没有看到设备出来的蓝牙名称，但是用 ...]]></description>
      <category>FireBLE</category>
      <author>chegongcai</author>
      <pubDate>Tue, 20 Dec 2016 10:45:13 +0000</pubDate>
    </item>
    <item>
      <title>i2c进入广播后不能使用</title>
      <link>https://dev.t-firefly.com/thread-11329-1-1.html</link>
      <description><![CDATA[大神，我的设备需要用到I2C来读取外部器件寄存器，但是i2c初始化成功后（在初始化阶段用i2c配置外部器件全部正常通过），打印进行到如下信息时，i2c的任意读写访问都没有办法使得i2c总线上有任何的电平跳变，i2c操作永远返回超时。
QN BLE is ready.
Advertising star ...]]></description>
      <category>FireBLE</category>
      <author>feiyi26</author>
      <pubDate>Sat, 17 Dec 2016 10:22:06 +0000</pubDate>
    </item>
    <item>
      <title>QN9022外挂flash如何配置</title>
      <link>https://dev.t-firefly.com/thread-11328-1-1.html</link>
      <description><![CDATA[LR_ROM1 0x10000000 0xCDB0
{
    APP_CODE 0x10000000 0xCDB0
    {
        *.o (RESET, +First)
        startup.o (+RO)
        *(InRoot$$Sections)
        .ANY (+RO)
        .ANY (+RW +ZI)
    }
}

我的代码超过64KB（我用的9022 外挂256K fl ...]]></description>
      <category>FireBLE</category>
      <author>feiyi26</author>
      <pubDate>Sat, 17 Dec 2016 10:08:57 +0000</pubDate>
    </item>
    <item>
      <title>BLE 如何OTA升级</title>
      <link>https://dev.t-firefly.com/thread-11315-1-1.html</link>
      <description><![CDATA[我想实现OTA升级的方案是这样的：
设备上电工作的QPPS串口透传功能，当收到OTA升级指令（自定义的命令）后，模块切换到OTA服务，开始设备升级。现在问题是：
QPPS功能单独可以正常工作，OTA功能单独也能正常工作，现在把OTA功能加入到QPPS里面（打开了CFG_PRF_QPPS、C ...]]></description>
      <category>FireBLE</category>
      <author>360592020@qq.co</author>
      <pubDate>Thu, 15 Dec 2016 12:29:12 +0000</pubDate>
    </item>
    <item>
      <title>BLE OTA升级</title>
      <link>https://dev.t-firefly.com/thread-11302-1-1.html</link>
      <description><![CDATA[官网提供的OTA Demo v4.32.ipa，ios版的需要手机越狱才可安装ipa文件，如何不越狱安装呢？android版的BleOtaDemo.apk，安装到手机过后，点击load Firmware，提示“\\storage\\emulated\\0\\Android\\data\\com.quintic.ble.ota\\files is empty”，然后手动创建了这样的目录， ...]]></description>
      <category>FireBLE</category>
      <author>360592020@qq.co</author>
      <pubDate>Wed, 14 Dec 2016 02:39:28 +0000</pubDate>
    </item>
    <item>
      <title>如何在广播包中添加自己的数据</title>
      <link>https://dev.t-firefly.com/thread-11221-1-1.html</link>
      <description><![CDATA[我想在蓝牙从模块广播包中添加10字节左右自己的数据，应该怎么做呢？这10字节数据是从模块检测到的传感器数据，是随时可变的]]></description>
      <category>FireBLE</category>
      <author>lhwtt1111</author>
      <pubDate>Wed, 30 Nov 2016 06:55:34 +0000</pubDate>
    </item>
    <item>
      <title>如何设置从模块不允许被连接，类似zigbee的用法</title>
      <link>https://dev.t-firefly.com/thread-11217-1-1.html</link>
      <description><![CDATA[我想让蓝牙从模块一直处于广播的状态，广播中包含一些数据信息，但是不允许被别的设备连接上，现在的办法就是一旦从设备被连接上就自动断开，但是这样比较麻烦，从心底觉得不牢靠，最好就是不允许被连接。]]></description>
      <category>FireBLE</category>
      <author>lhwtt1111</author>
      <pubDate>Tue, 29 Nov 2016 01:06:15 +0000</pubDate>
    </item>
    <item>
      <title>有用prj_hids工程调试通蓝牙键盘的吗？</title>
      <link>https://dev.t-firefly.com/thread-11127-1-1.html</link>
      <description><![CDATA[如题，修改了report_map，手机能正常连接到键盘设备，但是按键手机没有反应。

注：使用nRF Master工具连接调试，能收到按键出来的8字节数据。]]></description>
      <category>FireBLE</category>
      <author>xzsxiao213</author>
      <pubDate>Mon, 07 Nov 2016 07:13:08 +0000</pubDate>
    </item>
    <item>
      <title>QN9020蓝牙模块与手机APP通信方式</title>
      <link>https://dev.t-firefly.com/thread-10817-1-1.html</link>
      <description><![CDATA[QN9020蓝牙模块与手机APP通信收发数据的方式,
除了用QPPS 透传以外,还有没有其他方式,
如果有麻烦介绍一下.
谢谢.]]></description>
      <category>FireBLE</category>
      <author>hupeiice</author>
      <pubDate>Thu, 01 Sep 2016 09:14:26 +0000</pubDate>
    </item>
    <item>
      <title>qppc下主设备如何打开从设备特征值notify</title>
      <link>https://dev.t-firefly.com/thread-10662-1-1.html</link>
      <description><![CDATA[目前在做主设备，可以扫描从设备并连接从设备，但是不能打开从设备的特征值notify。

请问主模式下，如何打开从设备的notify特征值，通过qppc_enable_req_handler函数在连接时就自动打开了从设备特征值吗，但是也看不出函数逻辑中，哪里有打开特征值得操作。

请问 ...]]></description>
      <category>FireBLE</category>
      <author>360592020@qq.co</author>
      <pubDate>Tue, 02 Aug 2016 02:49:59 +0000</pubDate>
    </item>
    <item>
      <title>FireBLE串口接收问题</title>
      <link>https://dev.t-firefly.com/thread-10632-1-1.html</link>
      <description><![CDATA[问题是这样的，我使用demo code，并且没有改任何东西，只是想测试用串口调试助手发送数据
我对demo code的理解是，QN9021收到数据后，透过TX把数据原封不动的传回给串口调试助手，
但是，除了刚上电是打印的 Hello NXP! ，之后发送任何字符串都没有反应


红色框 ...]]></description>
      <category>FireBLE</category>
      <author>seraph15</author>
      <pubDate>Wed, 27 Jul 2016 12:34:28 +0000</pubDate>
    </item>
    <item>
      <title>BLE配对绑定，如何删除配对信息？没有找到API</title>
      <link>https://dev.t-firefly.com/thread-10076-1-1.html</link>
      <description><![CDATA[BLE配对绑定，如何删除配对信息？没有找到API]]></description>
      <category>FireBLE</category>
      <author>Dream_Chaser</author>
      <pubDate>Fri, 01 Jul 2016 03:08:29 +0000</pubDate>
    </item>
    <item>
      <title>求大神讲讲量产工具的做法</title>
      <link>https://dev.t-firefly.com/thread-9262-1-1.html</link>
      <description><![CDATA[如题，如何做量产工具，或是有没有demo程序，分享一下。]]></description>
      <category>FireBLE</category>
      <author>二十八亩地儿</author>
      <pubDate>Fri, 17 Jun 2016 09:20:15 +0000</pubDate>
    </item>
    <item>
      <title>FireBLE的双串口程序</title>
      <link>https://dev.t-firefly.com/thread-8948-1-1.html</link>
      <description><![CDATA[帖子将简单说明下QN9021双串口的程序以及简单讲解，有问题的话，欢迎大家随时扔砖抛意见，这部分的资料比较少，大家共同努力专研吧~下面就直接进入主题。
双串口的编程，一目了然，是两个串口异步通信的编程，即QN9021的两个串口可以同时使用，不管是蓝牙连接之前还是 ...]]></description>
      <category>FireBLE</category>
      <author>Goshawk</author>
      <pubDate>Thu, 02 Jun 2016 08:38:32 +0000</pubDate>
    </item>
    <item>
      <title>【求助帖，关于内存】堆区最大可设为多少？内存块默认都开启吗，在哪里定义？</title>
      <link>https://dev.t-firefly.com/thread-8609-1-1.html</link>
      <description><![CDATA[我需要ke_malloc很大的堆区空间(15K左右)，但是我app_config.h里设定heap最大到7K，到8K就报错了，空间不足，其中一条错误：.\\obj\\firmware.axf: Error: L6406E: No space in execution regions with .ANY selector matching adc.o(.data).

求问：
        1.heap最 ...]]></description>
      <category>FireBLE</category>
      <author>iDreamL</author>
      <pubDate>Fri, 20 May 2016 14:19:52 +0000</pubDate>
    </item>
  </channel>
</rss>