<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Characteristic values for Device Information Service (DIS)?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/87560/characteristic-values-for-device-information-service-dis</link><description>Hallo, 
 As I am developing a new product (peripheral acceleration sensor device) I would like to update the DIS service data with the following characteristics, Manufacturer Name string, Model Number String, Serial Number String, Hardware and Firmware</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 06 May 2022 08:43:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/87560/characteristic-values-for-device-information-service-dis" /><item><title>RE: Characteristic values for Device Information Service (DIS)?</title><link>https://devzone.nordicsemi.com/thread/366634?ContentTypeID=1</link><pubDate>Fri, 06 May 2022 08:43:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:27aeb6b4-70a9-45c8-b2f5-d08f0d5b088d</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1651825875335v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;They are all optional, use those you feel are useful for your product. If you don&amp;#39;t have a&amp;nbsp;&lt;span&gt;Organizational Unique ID, you don&amp;#39;t need to use this.&lt;/span&gt;&lt;/p&gt;
[quote user="Sreejith Sundh"]Also confused from the GLS service that they defined MODEL NUMBER, but given this value to the SERIAL NUMBER STRING, why? How can I set those model number string?&amp;nbsp;[/quote]
&lt;p&gt;That looks like a bug in the GLS example actually.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;ble_srv_ascii_to_utf8(&amp;amp;dis_init.serial_num_str, MODEL_NUMBER);&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;should have been &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;ble_srv_ascii_to_utf8(&amp;amp;dis_init.model_num_str, MODEL_NUMBER);&lt;/pre&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Characteristic values for Device Information Service (DIS)?</title><link>https://devzone.nordicsemi.com/thread/366220?ContentTypeID=1</link><pubDate>Wed, 04 May 2022 11:59:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8cf82418-6a51-4374-92e6-2eb76e10f280</guid><dc:creator>Sreejith Sundh</dc:creator><description>&lt;p&gt;Hi Sigurd,&lt;/p&gt;
&lt;p&gt;Many thanks for your message!&lt;/p&gt;
[quote userid="15146" url="~/f/nordic-q-a/87560/characteristic-values-for-device-information-service-dis/366178#366178"]You can set these values as you like. See the specification for the service here:&amp;nbsp;&lt;a href="https://www.bluetooth.com/specifications/specs/device-information-service-1-1/"&gt;https://www.bluetooth.com/specifications/specs/device-information-service-1-1/&lt;/a&gt;[/quote]
&lt;p&gt;How can I get those Manufacturer ID, (The id which I have is not number it is a string and size is too small than required size for the manufacture ID) how can I set it? also confused about Organizational Unique ID, how should I update these two fields?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Also confused from the GLS service that they defined MODEL NUMBER, but given this value to the SERIAL NUMBER STRING, why? How can I set those model number string?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Really interested to learn from you,&lt;/p&gt;
&lt;p&gt;Thanks and Regards,&lt;/p&gt;
&lt;p&gt;Sreejith&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Characteristic values for Device Information Service (DIS)?</title><link>https://devzone.nordicsemi.com/thread/366178?ContentTypeID=1</link><pubDate>Wed, 04 May 2022 11:02:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a7fa571-48ff-44f5-81cb-3166ef1ace6c</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote userid="111909" url="~/f/nordic-q-a/87560/characteristic-values-for-device-information-service-dis"].How can I update those characteristics?[/quote]
&lt;p&gt;Take a look at how it&amp;#39;s done in e.g. this example:&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/ble_sdk_app_bps.html"&gt;https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/ble_sdk_app_bps.html&lt;/a&gt;&lt;/p&gt;
[quote userid="111909" url="~/f/nordic-q-a/87560/characteristic-values-for-device-information-service-dis"]Is there any standards in order to create those values? how can I get those values which suitable for my product....(I developed custom board with nRF52840)[/quote]
&lt;p&gt;You can set these values as you like. See the specification for the service here:&amp;nbsp;&lt;a href="https://www.bluetooth.com/specifications/specs/device-information-service-1-1/"&gt;https://www.bluetooth.com/specifications/specs/device-information-service-1-1/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>