I'm working on a project based on an e-paper display, I needed to send data to multiple nodes through a central node. Central Node gets the data through an online Server.
What I need help with is, how can I connect with multi UUID of peripherals as required through one Central Node. I can send the Specific data to a specific UUID by scanning all UUID around Central node.
This Communication is based on BLE.
Using Module Bluefruit nRF52832 on central node and nRF52810 on peripherals nodes.