I am going through the BLE 2 example.
In order to send data to the remote BLE device (uBlox NINA), I must send:
What exactly is:
Service As String and Characteristic As String
Where do I obtain these?
In order to send data to the remote BLE device (uBlox NINA), I must send:
B4X:
WriteData(Service As String, Characteristic As String, Data As Byte())
Service As String and Characteristic As String
Where do I obtain these?