Navigation

    Freqchip开发者论坛

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

    刘流鎏

    @刘流鎏

    0
    Reputation
    96
    Posts
    4121
    Profile views
    4
    Followers
    0
    Following
    Joined Last Online

    刘流鎏 Follow

    Posts made by 刘流鎏

    • RE: Keil v5.38 how to setup it to compile the ble_simple_peripheral ?

      maybe your keil licensed error

      posted in FR801xH
      刘
      刘流鎏
    • RE: FR801xH AT固件烧录后无效果

      @hw 在 FR801xH AT固件烧录后无效果 中说:

      能使用串口正常烧录,烧录前串口循环打印

      有相应的规格书吗?

      posted in FR801xH
      刘
      刘流鎏
    • RE: 请问8008XP支持JPEG图片硬解和视频硬件解码吗

      不支持硬件解码, 不支持硬件解码

      posted in FR800x
      刘
      刘流鎏
    • RE: BIN烧写不了

      点烧录啊, 提示什么?

      posted in FR801xH
      刘
      刘流鎏
    • RE: FR8012支不支持蓝牙MESH组网功能?有没有测试例程?

      examples\none_evm\ble_mesh 参照这个例程

      posted in FR801xH
      刘
      刘流鎏
    • RE: Audio codec adc 做adc 温度采样

      examples\none_evm\ble_audio_adc就是

      posted in FR801xH
      刘
      刘流鎏
    • RE: FR801xH 开发产品急需多链接组网软件资料。如何获取?

      http://www.freqchip.net/topic/644/关于fr8016h芯片的一个主机多个从机的问题 看看这个帖子

      posted in FR801xH
      刘
      刘流鎏
    • RE: 关于FR8016H芯片的一个主机多个从机的问题。
      1. 你提供一个邮箱, 我发给你ble_multi_connection
      2. 烧录方式是一样的.
      3. 同1
        4.user_init_static_memory 是个虚函数, 使用方法如下;/*
      • Re-configure connection num, ble tx/rx buff num & length, stack_size.
      • Function define as follow,
      • void initial_static_memory(uint8_t act_num,
        uint8_t adv_act_num,
        uint8_t con_num,
        uint8_t rx_buf_num,
        uint16_t rx_buf_size,
        uint8_t tx_buf_num,
        uint16_t tx_buf_size,
        uint16_t max_adv_size,
        uint16_t stack_size_)
      • @act_num, should be con num + 2
      • @adv_act_num, If mesh is enalbed, value is 2. else value is 1.
      • @con_num, max connection num, max value is 20
      • @rx_buf_num, ble ll layer rx buf num
      • @rx_buf_size, ble ll layer rx buf length
      • @tx_buf_num, ble ll layer tx buf num
      • @tx_buf_size, ble ll layer tx buf length
      • @max_adv_size, ble ll layer max adv_size.
        For legacy adv, value can be 0x1F. For Extended adv, value can be 254*4
      • @stack_size_, stack size, normally value is 0x800
      • default setting is initial_static_memory(9, 2, 6, 8, 251, 8, 251, 254, 0x800);
        */
        void user_init_static_memory(void)
        {
        initial_static_memory(22, 1, 20, 6, 27, 6, 27, 254, 0x800);
        }
      1. ble_simple_muti_salve是从ble_simple_central 改的, 同事忘记改工程名称了, 他们实现的功能是不一样的哦
      posted in FR801xH
      刘
      刘流鎏
    • RE: 关于ble_AT APP与串口通讯的 发送与接收

      @qq1152307078
      还可以把外围器件的短接帽拔掉

      posted in FR801xH
      刘
      刘流鎏