maxikrie commented on issue #14012:
URL: https://github.com/apache/nuttx/issues/14012#issuecomment-2412364916

   I have found the issue, which was a wrong configuration. I did set the 
nimble role to central, but I was missing that the softdevice role also needs 
to be set (otherwise it links the wrong nrxlib library).
   
   The following needs to be set in the defconfig;
   `
   CONFIG_NIMBLE_ROLE_CENTRAL=y
   CONFIG_NRF52_SDC_CENTRAL=y
   CONFIG_NRF52_SDC_PERIPHERAL_COUNT=0
   `
   I managed to connect between a nrf52840-dk running nuttx with nimble as a 
central, and a ESP32 running the esp-idf with nimble as peripheral. Once I have 
everything in nuttx with nimble only, I will create a pull request.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to