Hi NordicS,
We have a project that uses multiple BT peripheral devices connected to various sensors, and 3 BT centrals that are connected to a MCU that acts as the "mainframe" for collecting the data that is retrieved from the peripherals via the BT centrals. As such, we need to modify the BT centrals to be able to use UART for communicating with the external mainframe MCU. The reason for using UART is so that we could use terminals and send AT like commands to control the BT centrals.
I have tested the BLE app multilink example and made sure it is able to connect to peripheral device. works fine. Specified the slave device name and upon reboot it searches for the slave and conects automatically.
After that I tried to integrate the "peripheral\UART - example" to the central app, which failed. Next i disabled the nRF log feature, which also does not help. The BT central cannot automatically connect to the slave device anymore. Any clue would be appreciated. thx