Bluetooth Setting Changes when mainly using app core

Hello,

I am using the nrf5340. My project is quite large but running on the app core just fine.

Now, I have the problem that I want to adjust some BLE settings, like tx Power, connection intervall ecc. As I have read here, it is said that bluetooth is generally handled using the net core.

I cannot build my project on the netcore however since it is to large and needs a lot of periphery which is not trivial to access using the net core apparently. Also, I have not found a easy example or documentation on how to send data from the app to the net core (I thought of doing so, so I have all the periphery communication and processing on the app core, send the data to the net core and have the netcore transmit the data via ble).

My question now is: would that really be the best process to do so? My basic example on which I started building my project was the peripheral uart example, which does not seem to use the net core for bluetooth at all.

Thanks in advance,

Morandell Paul

Related