I am trying to send data from the iPhone to HM-10
I have establish a connection with the bluetooth device, however I don't know how to send the data, is this a peripheral delegate function?
When a button is pressed a fixed integer(1,2,3,4...) is to be sent to the BLE device once. Furthermore, I have slider, and I would like the value of the slider to be sent across to
How do I do this?
Thanks