I have a design which mainly needs to be a peripheral, however I was told that I need to use the multi-pheripheral example as I may need the device to switch to a central at times. If there is a way to connect 2 peripherals together and be in 1 central environment that is really my goal I think. I will be adding another piece of hardware which may or may not be nrf52810 based as that only supports a peripheral connection. My main trouble in general is how to combine the peripheral UART function over BLE into this along with the DFU as I believe that is all one app correct or the DFU sits in a different project and as well a different FLASH memory address? AS well if its not that difficult I would like to add pairing however this is not a hard requirement especially right now. I hope this makes sense!!!