Hi,
we want to provide an OTS server with the nRF Connect SDK. But there does not seem to be a way to write to an OTS object. Is there some documentation on the OTS write procedure using the connect sdk or Zephyr in general?
Thank you
Daniel
Hi,
we want to provide an OTS server with the nRF Connect SDK. But there does not seem to be a way to write to an OTS object. Is there some documentation on the OTS write procedure using the connect sdk or Zephyr in general?
Thank you
Daniel
Hi Daniel
Is OTS in this case referring to the Object Transfer Service in BLE, or something else entirely that I'm missing? To transmit large amounts of data over BLE I would recommend checking out the Bluetooth: Throughput sample project we have in the nRF Connect SDK, or is there a specific reason you need to use the OTS?
Best regards,
Simon
Hi Daniel
Is OTS in this case referring to the Object Transfer Service in BLE, or something else entirely that I'm missing? To transmit large amounts of data over BLE I would recommend checking out the Bluetooth: Throughput sample project we have in the nRF Connect SDK, or is there a specific reason you need to use the OTS?
Best regards,
Simon
Hi,
yes OTS is indeed reffering to the Object Transfer Service. Our use case models entities as objects that can be read and written to. There is no single stream of data that we need to transfer (nor large data blocks). We thought that OTS is the best match in functionality for that.
Regards,
Daniel