Navigation

    Freqchip开发者论坛

    • Register
    • Login
    • Search
    • Categories
    • Recent
    1. Home
    2. luoboshu
    L
    • Continue chat with luoboshu
    • Start new chat with luoboshu
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups

    luoboshu

    @luoboshu

    0
    Reputation
    5
    Posts
    1020
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    luoboshu Follow

    Posts made by luoboshu

    • ble_at demo maser 扫描从机连接从机

      1、主机扫描到想要连接的从机设备后,
      2、发起连接
      3、连接成功后,服务发现,未报任何服务
      日志如下:
      gap_evt_func evt=GAP_EVT_ADV_REPORT
      addr_type:0,adv_rpt,rssi:-38,evt_type:0
      0x0F,0x09,0x07,0x09,0x17,0x20,
      start_con act[0]
      gap_evt_func evt=GAP_EVT_ADV_REPORT
      addr_type:0,adv_rpt,rssi:-38,evt_type:4
      0x0F,0x09,0x07,0x09,0x17,0x20,
      gap_evt_func evt=GAP_EVT_SCAN_END
      scan_end,status:0x00
      spss_svc,op:7,att_idx:0
      gap_evt_func evt=GAP_EVT_MASTER_RAW_CONNECT
      addr_type:0
      bond_check_find_devs_idx:20
      gap_evt_func evt=GAP_EVT_MASTER_CONNECT
      at_master_connected
      master connected conidx = 0
      spsc_client_id = 73
      gap_evt_func evt=GAP_EVT_PEER_FEATURE
      conn_end,reason:0x00
      gap_evt_func evt=GAP_EVT_LINK_RSSI
      mtu update,conidx=0,mtu=247

      4、报了一个conn_end,reason:0x00 查事件是 连接停止导致的,

      需要怎么配置才能正常的连接上从机?

      posted in FR801xH
      L
      luoboshu
    • 配对绑定

      1、安卓配对设备(8012)HID。
      2、关闭安卓蓝牙
      3、用另外一台手机连接蓝牙,发送命令清除绑定信息api是gap_bond_manager_delete_all(),并复位8012。
      4、打开第一台手机的蓝牙,会自动重连8012
      问题:这里绑定信息都删除了为什么还会自动重连?

      posted in FR801xH
      L
      luoboshu
    • FR80110H config tool v2020.7.17 tool

      用FR80110H config tool v2020.7.17 工具来烧录,很不容易烧录成功,是需要注意什么么?

      posted in FR801xH
      L
      luoboshu
    • RSSI获取

      1、8012haq32芯片 作为从机
      2、想获取手机端主机的RSSI,来判断距离
      3、调用gap_get_link_rssi(0);
      一直返回0,需要怎么获取这个RSSI?

      posted in FR801xH
      L
      luoboshu