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 ?