omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. MRAC

    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.


    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    MRAC

    @MRAC

    0
    Reputation
    123
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    MRAC Unfollow Follow

    Latest posts made by MRAC

    • Is it safe to update to IOS16?

      anyone already tested? Thanks

      posted in Pythonista
      MRAC
      MRAC
    • Connect multiple Bluetooth devices with same Service & Characteristics UUID

      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

      posted in Pythonista
      MRAC
      MRAC