Hi All,
I am trying to understand how should I define the BLE UUIDs in my peripherals and connect to each peripherals.
Basically I have several BLE sensors. My goal is to connect to each sensor peripherals and obtain the sensor data using an IOS app.
In my peripheral code, I have defined a Service UUID (128 bit). Currently I scan for this particular UUID and connect to the peripheral.
My questions are:
1. If I have multiple peripheral sensors, how should I program the UUID for each one? Is it the same for all the sensors?
2. Is there is a unique way we can differentiate each and every sensor tag from my app?
Thanks!!