Navigation

    Freqchip开发者论坛

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

    afftwt

    @afftwt

    0
    Reputation
    12
    Posts
    1841
    Profile views
    1
    Followers
    0
    Following
    Joined Last Online

    afftwt Follow

    Posts made by afftwt

    • fr8016的OTA升级成功,但是程序有时候没有起来,会是什么原因导致的。

      0_1749868896786_a2d9b404-0d8e-4415-8f7a-11705e5f0ffd-1749868893618.png 当前打印,0_1749869017329_256edee6-24bd-4b35-a157-4ff02fc15ac1-1749869013491.png 升级的当前地址以及新地址,两个软件都是可以升级成功并且运行的,但是flash的偏移地址两个软件不一致,一个是0x26000,一个是0x30000大小也不一致。

      posted in FR801xH
      A
      afftwt
    • fr8016主从机不能通讯怎么解决

      用8016做主机,连接两个不同的从机,从机收发数据的UUID不同,然后就是在主机中保留从机的mac地址以及名称,主机重启之后连接两个从机,但是连接成功之后,有时候主机与从机之间有时候不能通讯。而且打印出来的att_handles出错。正常通讯与异常打印出来的att_handles不一样。0_1735629188703_b05a044f-7054-4d5b-8b3e-1fb4c0488a83-1735629168710.jpg 0_1735629252559_47a16e1a-26a8-4d75-917e-f37e21a85df8-1735629247838.jpg

      posted in FR801xH
      A
      afftwt
    • RE: FR8018HD搜索比较慢

      修改一下扫描窗口时间以及扫描时间间隔

      posted in FR801xH
      A
      afftwt
    • RE: 如何用ADC多通道采集不同电压源

      我是说同时配置,既要采集VBat脚电压,又要采集PAD脚电压。

      posted in FR801xH
      A
      afftwt
    • 如何用ADC多通道采集不同电压源

      使用ADC采集VBat脚的电池电压,还可以采集PAD脚的电压吗?

      posted in FR801xH
      A
      afftwt
    • FR801XH软件复位功能吗?除了看门狗。

      FR801XH软件复位功能吗?除了看门狗。

      posted in FR801xH
      A
      afftwt
    • 8016的信号太弱了,如何加强8016的信号强度

      8016的信号太弱了,如何加强8016的信号强度

      posted in FR801xH
      A
      afftwt
    • 为什么烧写flash会出错

      8016 flash烧写的时候,数据烧写不进去
      uint8_ t wri_ flash[10]={0x01,0x02,0x02,0x01,0x20,0x45,0x12,0x12,0x55,0x60};
      uint8_ t re_ flash[10]={0};
      flash_ erase (0x7B000, 0) ;
      flash_ write (0x7B000, 10, wri_ flash) ;
      flash_ read (0x7B000, sizeof(re_ flash), re_ flash) ;//
      printf(" re_ flash=: \n" ) ;
      for(int i=1;i<sizeof(re_ flash) +1;i++)
      {
      printf ("0x%02x,", re_ flash[i-1]) ;
      if(i%10==0)
      printf("\n");
      }

      posted in FR801xH
      A
      afftwt
    • fr8016如何修改BLE蓝牙的MTU?

      fr8016如何修改BLE蓝牙的MTU

      posted in FR801xH
      A
      afftwt
    • 能否提供一份8016的1us的延时例程

      能否提供一份8016的1us的延时例程,我写了一份延时了1.2us,误差太大

      posted in FR801xH
      A
      afftwt