[Client - Server Bluetooth]

Hello,

I am programming BLE with the nRF52840-DK. [Toolchain Manager: v1.3.0, IDE: Visual Studio Code (VSCode), SDK: ncs v2.6.0 ]

I am planning to set up the system as shown in the diagram below.

To explain briefly, the data obtained from the ADC (1.2Mbps) will be sent to the PC via Bluetooth. The commands received from the PC will be sent to the nRF52840 via Bluetooth for control purposes.

Here are my questions:

1. Are the server and client appropriately placed?

2. Is it possible to control the nRF52840 (Client) using 'Notify'?

Related