Continuing the discussion from GoBLE library [PORTED]: Links with HM-10 BLE module:
I modified the mesh BLE uart example to work with GoBLE app (using Argon but doesn’t really matter which).
const BleUuid serviceUuid(“0000dfb0-0000-1000-8000-00805f9b34fb”);
const BleUuid rxUuid(“0000dfb1-0000-1000-8000-00805f9b34fb”);
const BleUuid txUuid(“0000dfb2-0000-1000-8000-00805f9b34fb”);
The tx characteristic should really be the “command characteristic” to take care of processing button presses. I’ll leave that for discovery. 