About esb_ptx_ble & esb_prx_ble.

Can I copy the ESB code from SDK v3.3.0-preview3 into SDK v2.9.0, and then get the functionality in esb_ptx_ble & esb_prx_ble?

 

Is there any way to achieve it quickly?

Parents Reply
  • Hi Edvin,

    Sorry, Using these codes(esb_prx_ble_central_peripheral.zip, nRF Connect SDK v3.3.0/v3.4.0) will make it easier to trigger this issue.

    1. prj.conf for Peripheral(nRF52840DK).

    2. prj_central.conf for Cnetral(nRF52840DK).

    3. Place two 52840DKs together, ensuring RSSI >= -40. Central will scan the Peripheral and connect.

    4. After a successful connection, the two devices will send data to each other through the NUS service and open the ESB (esb_start_rx).

    5. Using J-Link RTT View to view the logs, it may take several hours for this issue to occur. The logs are as follows:

    [06:01:52.518,341] <err> esb: gppi_channel_alloc failed with: -12
    
    [06:01:52.518,371] <err> esb: Failed to initialize PPI

    esb_prx_ble_central_peripheral.zip

    Best regards,

    Leo

Children
No Data
Related