Hello everyone,
I am working with the SDK v17.1.0 with the DK nRF52832 with the examples of ble_app_uart and ble_app_uart_c.
I managed to implement a multilink communication of BLE over UART with two peripherals and a central.
What I have now is a nrf52832 central only receiving data from its nrf52832 peripherals.
These nrf52832 peripherals are programmed to send commands to another card and retrieve data. Once the data is being retrieved, each peripheral send 62 bytes through BLE to the central.
What I would like is the central to send the commands over BLE to each peripheral. That implies the central and the peripherals to send and receive packets. Is it possible?
Thank you for your time and help!
Vincent