Hello, I am new to using the nRF platform, and I appreciate your understanding. I am currently using SDK 2.8.0.
I have implemented a thread in the application core to acquire sensor data and transmit it via Bluetooth to a PC (Windows). This entire process is currently implemented in the application core.
Now, I would like to achieve the following:
- Implement Bluetooth in the network core and establish communication.
- Transfer the acquired data from the application core to the network core (IPC).
- Transmit the received data from the application core to the PC via Bluetooth from the network core.
I am using a custom board based on the nRF5340 QKAA. As mentioned earlier, I have already completed the implementation in the application core.
Now, I would like to learn how to program the network core.
Thank you!