Hi folks! Im developing an App that must connect with a microcontroller bluetooth and send it commands to execute some actions.
I've been able to connect with it (red light shine static when its connected) but neither función didConnectPeripheral or didFailToConnectPeripheral executes after it. I know that it is connected for static light and the Device appears in iOS settings bluetooth menu.
Additionaly, I need get the CBCharacteristics for start to send data bu writeValue function, but I dont know how to make this.
Can you help me?
Many thanks in advance and regards!!