This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

how can i add the add the gzp_desktop_emulator project's funcation to the project ble_app_gzll

hi

   i want to develop a keyboard that can communicate whith pc by ble and 2.4g . now,the  2.4g's  communicate between  nrf52840 and nrf24lu1p is achieved by project gzp_desktop_emulator 

innrf52840 ,and nrf24lu1p 's project is nrfready_desktop_2_v3.0.0\source_code\nrfready_desktop_dongle.

I try to add the funcation in the project   :

nRF5_SDK_16.0.0_98a08e2\examples\proprietary_rf\gzll\gzp_desktop_emulator   to the project :

nRF5_SDK_16.0.0_98a08e2\examples\multiprotocol\ble_app_gzll

when i complete code transplantation and Compile,i find i cant download it to my pca10056 board.and it report erro    "error flash download failed -cortex-M4"

so i dont kown if the funcation of gzp_desktop_emulator   and ble function is conflict ?if it is conflict, there is any demo of nrf24lu1p can communicat with project ble_app_gzll? or i have

other method achieved this funcation? if it is not conflict,what should i do ?

 

  

Parents
  •       with the help of Agent's engineer,now i may Position the problem,the demo of gzp_desktop_emulator  need save some infomation of

    pairing into the flash ,and the address of the flash may inside of SD size(156k), when  i   transport the code of gzp_desktop_emulator  to the
    project ble_app_gzll,i have not change the config of address, so the problem is Appeared.i cant download the app . 
        i dont kown my guess is correct,if correct.may i should change this api ?
      ...
Reply
  •       with the help of Agent's engineer,now i may Position the problem,the demo of gzp_desktop_emulator  need save some infomation of

    pairing into the flash ,and the address of the flash may inside of SD size(156k), when  i   transport the code of gzp_desktop_emulator  to the
    project ble_app_gzll,i have not change the config of address, so the problem is Appeared.i cant download the app . 
        i dont kown my guess is correct,if correct.may i should change this api ?
      ...
Children
Related