This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF connect user definitions

I have a feature request for the user_definitions.json file, which can be used to name custom services and characteristics in nRF Connect.

Any plans for adding more functionality with regards to the formatting of the characteristic fields?

The documentation says "Currently the only supported format is 'TEXT', default is 'NO_FORMAT'." A way to separate (and name) the fields of a characteristic into int/uint8/16/32 etc. would be very useful. This would be an great feature for verification and testing/prototyping and logging of data (without as much post-processing).

Supporting the XML format used by SIG (with enumerations and bit-fields as well) would also be nice, but being able to format the fields is my main concern/request.

Related