Hello everyone,
i want to send a 16 Byte datapaket from a peripheral nRF52840 DK to my iPhone. (S140 SoftDevice)
Im looking for an example who sends datapakets from peripheral to a central device.
Can somebody help me?
Hello everyone,
i want to send a 16 Byte datapaket from a peripheral nRF52840 DK to my iPhone. (S140 SoftDevice)
Im looking for an example who sends datapakets from peripheral to a central device.
Can somebody help me?
How about the BLE UART example?
In any case a standard BLE characteristic can contain 20 bytes of data, so you could just create a custom characteristic and then pack it with your data. As long as you know how to unpack the data you can place what you want into it.