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

Meanwhile used BLE and 2.4G in nRF52810

I don't want to use MESH, because there are too many data

Application scenario

Mobile phone ------------> DeviceA --------------------------------------> DeviceB

【1】Mobile phone is central

【2】DeviceA(nRF52810) is peripheral and needs Send 2.4G data

【3】DeviceB(nRF52810)needs to receive data

Can this be done? And the mobile Bluetooth doesn't break the line with DeviceA(nRF52810)?

Is this problem related to the link below?

https://devzone.nordicsemi.com/b/blog/posts/running-micro-esb-concurrently-with-ble

In addition, there seems to be no BLE+2.4G example in SDK?

thanks

Parents Reply
  • Yes, understanding is right.

    I hope to do three things

    【1】DeviceA is a relay and this PCB only one chip(nRF52810).

    【2】2.4G Proprietary & BLE Peripheral can exist at the same time in nRF52810(Because I didn't find an example in SDK)(SDK file :Only 【proprietary_rf 】 or 【ble_peripheral】 ).

    【3】At any time , Include DeviceA send data to DeviceB , Mobile phone can't disconnect with the DeviceA

Children
Related