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
Okay, thank you for specifying. There is no OTS sample project in the official nRF Connect SDK release I'm afraid, but I found this pull request in GitHub that might be what you're looking for: https://github.com/nrfconnect/sdk-nrf/pull/2250
Best regards,
Simon
Okay, thank you for specifying. There is no OTS sample project in the official nRF Connect SDK release I'm afraid, but I found this pull request in GitHub that might be what you're looking for: https://github.com/nrfconnect/sdk-nrf/pull/2250
Best regards,
Simon
We have already implemented the OTS functionality partly. There is only the write part missing. The PR you've linked and the connected Zephyr PR only implemented OTS read functions but not their write equivalent.
I've found a new PR in Zephyr that adds the write functions: https://github.com/zephyrproject-rtos/zephyr/pull/45927
I wonder how long it will take to have these changes included in the latest NCS or if one can include the PR in the local NCS.
Regards,
Daniel