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
Our development team don't have time to add every thinkable service/library/driver, but since NCS is open-source we are very happy if users add pull requests themselves that we can review and in turn add to future NCS releases. Here is our Development model user guide if you're interested in adding PRs.
Glad to hear you found a PR with the necessary write functions in Zephyr!
Best regards,
Simon
Hi Daniel
Our development team don't have time to add every thinkable service/library/driver, but since NCS is open-source we are very happy if users add pull requests themselves that we can review and in turn add to future NCS releases. Here is our Development model user guide if you're interested in adding PRs.
Glad to hear you found a PR with the necessary write functions in Zephyr!
Best regards,
Simon
Hi Daniel,
OTS service and client are on sdk-zephyr/subsys/bluetooth/services/ots at main · nrfconnect/sdk-zephyr (github.com).
OTS peripheral sample is on sdk-zephyr/samples/bluetooth/peripheral_ots at main · nrfconnect/sdk-zephyr (github.com).
We have a PR on upstream zephyr for OTS OBJ write op and central OTS client here.