<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>JL杰理蓝牙芯片交流论坛 - 杰理蓝牙音箱芯片</title>
    <link>http://bbs.yunthinker.com/forum.php?mod=forumdisplay&amp;fid=52</link>
    <description>Latest 20 threads of 杰理蓝牙音箱芯片</description>
    <copyright>Copyright(C) JL杰理蓝牙芯片交流论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 07 Apr 2026 06:49:13 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://bbs.yunthinker.com/static/image/common/logo_88_31.gif</url>
      <title>JL杰理蓝牙芯片交流论坛</title>
      <link>http://bbs.yunthinker.com/</link>
    </image>
    <item>
      <title>请教蓝牙芯片A C20A P的技术问题</title>
      <link>http://bbs.yunthinker.com/forum.php?mod=viewthread&amp;tid=272</link>
      <description><![CDATA[我的一台蓝牙音响，连接手机非常不稳定，经常断线，有时不能开机，怀疑J L 芯片电路有问题。请教各位大侠，这个芯片有没有替代品？如果可能的话请提供这种芯片的引线功能图（data sheet), 可能的故障点？谢谢！
我有照片但粘贴不上。 ...]]></description>
      <category>杰理蓝牙音箱芯片</category>
      <author>业余爱好</author>
      <pubDate>Mon, 23 Dec 2024 00:43:31 +0000</pubDate>
    </item>
    <item>
      <title>杰理蓝牙板子</title>
      <link>http://bbs.yunthinker.com/forum.php?mod=viewthread&amp;tid=268</link>
      <description><![CDATA[这个板子芯片是杰里的，故障现象是不开机，能够搜索到蓝牙，连接不上。有个显示屏不显示。请问你们有没有相同的板子，我想买一块，或者指导怎么维修也可以，谢谢大家。]]></description>
      <category>杰理蓝牙音箱芯片</category>
      <author>lsnlcg</author>
      <pubDate>Sat, 30 Nov 2024 11:15:13 +0000</pubDate>
    </item>
    <item>
      <title>杰理之SPP模块</title>
      <link>http://bbs.yunthinker.com/forum.php?mod=viewthread&amp;tid=131</link>
      <description><![CDATA[SPP模块初始化。

void transport_spp_init(void)
{
log_info(“trans_spp_init\\n”);
log_info(“spp_file: %s”, FILE);
#if (USER_SUPPORT_PROFILE_SPP==1)
spp_state = 0;
spp_get_operation_table(&amp;spp_api);
spp_api-&gt;regist_recieve_cbk(0, transport_spp_reciev ...]]></description>
      <category>杰理蓝牙音箱芯片</category>
      <author>三体r</author>
      <pubDate>Tue, 29 Aug 2023 08:22:52 +0000</pubDate>
    </item>
    <item>
      <title>AC696X软件问题整理</title>
      <link>http://bbs.yunthinker.com/forum.php?mod=viewthread&amp;tid=11</link>
      <description><![CDATA[附件中。]]></description>
      <category>杰理蓝牙音箱芯片</category>
      <author>呼啦啦小子</author>
      <pubDate>Thu, 08 Jun 2023 10:14:20 +0000</pubDate>
    </item>
    <item>
      <title>AC695X软件问题整理</title>
      <link>http://bbs.yunthinker.com/forum.php?mod=viewthread&amp;tid=10</link>
      <description><![CDATA[附件中。]]></description>
      <category>杰理蓝牙音箱芯片</category>
      <author>呼啦啦小子</author>
      <pubDate>Thu, 08 Jun 2023 10:08:45 +0000</pubDate>
    </item>
    <item>
      <title>蓝牙音箱如何支持RTC功能_AC695X&amp;AC696X</title>
      <link>http://bbs.yunthinker.com/forum.php?mod=viewthread&amp;tid=7</link>
      <description><![CDATA[一．概述RTC（Real Time Clock）模块用于进行实时的时间计数，它在结构上独立于系统，可以在系统休眠或者掉电的情况下继续工作，提供连续而准确的计时和闹钟功能。 二．硬件
三．软件SDK1.    配置，默认时钟源32.768K。

     2.    初始化


 3.    时间操作举例打开 ...]]></description>
      <category>杰理蓝牙音箱芯片</category>
      <author>呼啦啦小子</author>
      <pubDate>Thu, 08 Jun 2023 09:06:39 +0000</pubDate>
    </item>
    <item>
      <title>杰理芯片的软开关机是如何实现的。</title>
      <link>http://bbs.yunthinker.com/forum.php?mod=viewthread&amp;tid=6</link>
      <description><![CDATA[杰理芯片要支持的软开关机功能，除了芯片要支持这个功能，软件端也需要设置.
以AC692X的SDK为案例，怎样进行关机、开机操作？]]></description>
      <category>杰理蓝牙音箱芯片</category>
      <author>夏天</author>
      <pubDate>Thu, 08 Jun 2023 08:00:23 +0000</pubDate>
    </item>
    <item>
      <title>AC692X如何打开BLE双模功能</title>
      <link>http://bbs.yunthinker.com/forum.php?mod=viewthread&amp;tid=5</link>
      <description><![CDATA[目前杰理现成的AC692X的SDKSDK里有现成的BLE/SPP数据传输例子。
但是是没有没有文件传输协议的。
#define BLE_BREDR_MODE          (BT_BREDR_EN|BT_BLE_EN)
要同时开启BT_BLE模式,
在测试BLE的功能可以在手机应用下载一个下载一个nRF Connect的BLE测试软件做功能测试 ...]]></description>
      <category>杰理蓝牙音箱芯片</category>
      <author>夏天</author>
      <pubDate>Thu, 08 Jun 2023 07:38:07 +0000</pubDate>
    </item>
  </channel>
</rss>