omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Connect multiple Bluetooth devices with same Service & Characteristics UUID

    Pythonista
    1
    1
    381
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • MRAC
      MRAC last edited by

      Hi,
      I'm using cb module to connect some BLE devices. All works as expected but now I run into an issue where multiple devices have the same Service and Characteristics UUIDS. As def did_update_value(self, c, error) and def did_write_value(self, c, error) do not provide peripheral name (which is different) I'm not able to distinguish between the devices. Same if I try to send via self.peripheral.write_characteristic_value. I'm new to BLE module and would appreciate your help!
      Thanks
      Michael

      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Powered by NodeBB Forums | Contributors