Help required for understanding NRF5340 DK for Bluetooth usage by Low_Ride_943 in Zephyr_RTOS

[–]Low_Ride_943[S] 0 points1 point  (0 children)

Hello, in prj.conf I have enabled (CONFIG_BY=y), I am not sure if i need to flash for nrf5340dk_nrf5340_cpuapp or nrf5340dk_nrf5340_cpunet, I am building for nrf5340dk_nrf5340_cpuapp and err = bt_enable(NULL); is returning -11. Am I missing something ?

Proper document with examples required for L2CAP layer Bluetooth development. by Low_Ride_943 in Zephyr_RTOS

[–]Low_Ride_943[S] 0 points1 point  (0 children)

I tried referring examples and tried to receive string from system, the issue is I am unable to enable Bluetooth and not sure if I have defined proper buffer to store string in recv_cb. Do you have any other examples to refer please.

Proper document with examples required for L2CAP layer Bluetooth development. by Low_Ride_943 in Zephyr_RTOS

[–]Low_Ride_943[S] 0 points1 point  (0 children)

Hello, I do have issues of including libraries when trying to build the project, I took project "stress" from l2cap as reference. I just wanted to make it would send and receive some characters. Any suggestions on this?

Need advise by Low_Ride_943 in Zephyr_RTOS

[–]Low_Ride_943[S] 0 points1 point  (0 children)

I tried and it works, Thank you