Can ble hids and mesh run at the same time?

Hi

       1、 A customer wants to evaluate the keyboard that can run ble and mesh simultaneously with nrf52 chip.

       2、I found mesh example in both NCS and nrf5_SDK_for_Mesh_v5.0.0_src ,keyboard example in both nRF5 SDK and NCS.Can the ble keyboard and mesh work at the same time when  keyboard example  is transplanted to mesh example in the nrf5_SDK_for_Mesh_v5.0.0_src or in the ncs ?

3、If feasible,Which SDK is recommended for transplant samples,Which chip is recommended for this application?

Parents
  • Hi Helen, 

    Yes, it should be possible to run BLE HIDS and mesh at the same time. 
    In both nRF5 SDK and NCS SDK we have provided the co-exist example that you can do normal BLE + BLE Mesh simultaneously. You just need to modify the application to run HIDS service instead of the lbs or proximity service. 

    But may I ask what's the application is about ? Please be aware that doing mesh requires the device to be main powered and it usually not the case with HIDs device. 

Reply
  • Hi Helen, 

    Yes, it should be possible to run BLE HIDS and mesh at the same time. 
    In both nRF5 SDK and NCS SDK we have provided the co-exist example that you can do normal BLE + BLE Mesh simultaneously. You just need to modify the application to run HIDS service instead of the lbs or proximity service. 

    But may I ask what's the application is about ? Please be aware that doing mesh requires the device to be main powered and it usually not the case with HIDs device. 

Children
Related