I need to write "A00101A2" to a BLE Relay and cannot figure out how. The following does not work.
self.peripheral.write_characteristic_value(c, '0xA00101A2', False)
Have no idea how to format "A00101A2" for the Pythonista core bluetooth module. I can use something like "nRF Connect" or "BLE Hero" to set the value and it works.
Executing self.peripheral.write_characteristic_value(c, '0xA00101A2', False) sets the value to something else thats not A00101A2