<?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>How to display Temperature values in a Beacon</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/30745/how-to-display-temperature-values-in-a-beacon</link><description>Hi, 
 I am using nRF52832 development kit PCA10040 V1.2.1 2017:38. I am able to successfully run nRF_Examples\nRF5_SDK_14.2.0_17b948a\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_beacon example and able to see the beacons in my nRF Master Control</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 03 Mar 2018 06:24:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/30745/how-to-display-temperature-values-in-a-beacon" /><item><title>RE: How to display Temperature values in a Beacon</title><link>https://devzone.nordicsemi.com/thread/122681?ContentTypeID=1</link><pubDate>Sat, 03 Mar 2018 06:24:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f64972a2-5c69-4233-8377-a941a4689f71</guid><dc:creator>norin saiyed</dc:creator><description>&lt;p&gt;see this link&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/30913/spi-communication-and-ble-advertising-data-with-nrf52-dk/122550#122550" rel="noopener noreferrer" target="_blank"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/30913/spi-communication-and-ble-advertising-data-with-nrf52-dk/122550#122550&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;you can use your temperature value instead of spi data.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to display Temperature values in a Beacon</title><link>https://devzone.nordicsemi.com/thread/122018?ContentTypeID=1</link><pubDate>Tue, 27 Feb 2018 00:37:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0055a6e0-2f30-44cc-9166-b8f730fe8637</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;There is an example from this &lt;a title="Advertising Environmental data (Temp, Press, Humi)" href="https://embeddedsoftdev.blogspot.ca/2018/01/"&gt;blog: Advertising Environmental Sensor Data&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to display Temperature values in a Beacon</title><link>https://devzone.nordicsemi.com/thread/122017?ContentTypeID=1</link><pubDate>Tue, 27 Feb 2018 00:19:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d200840a-05cc-410c-adee-b87b970c0305</guid><dc:creator>nordicdev</dc:creator><description>&lt;p&gt;Hi Aleksander,&lt;/p&gt;
&lt;p&gt;Thank you for your reply.&lt;/p&gt;
&lt;p&gt;I use the ble_app_beacon example and I cannot find any service uuid there (correct me if I am wrong). I found the service uuid to be set in &amp;#39;service_data_encode&amp;#39; and I had a breakpoint there - but the breakpoint never got fired, which means, the ble_app_beacon does not encode any service uuids. All it has is the APP_BEACON_UUID.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to display Temperature values in a Beacon</title><link>https://devzone.nordicsemi.com/thread/121822?ContentTypeID=1</link><pubDate>Fri, 23 Feb 2018 15:59:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:716324b2-bb81-451a-902a-9da23599ba6c</guid><dc:creator>Aleksander Nowakowski</dc:creator><description>&lt;p&gt;To display as Temperature the service uuid should be:&amp;nbsp;&lt;span&gt;0x1809 or (afair)&amp;nbsp;0x2A6E. As pressure:&amp;nbsp;0x2A6D.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;1-byte or 2-byte values are supported, perhaps :) Little endian.&lt;/p&gt;
&lt;p&gt;For example, the adv data should contain 05-16-0918-64 to display temp as 100&amp;deg;C. 5 = length, 16 = service data 16-bit uuid, 0918 = 0x1809, 64 = 100 in hex.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to display Temperature values in a Beacon</title><link>https://devzone.nordicsemi.com/thread/121819?ContentTypeID=1</link><pubDate>Fri, 23 Feb 2018 15:51:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:badc6283-06e3-42c1-b3e2-8fc3d77e33a4</guid><dc:creator>Aleksander Nowakowski</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;This is a very good question.&lt;/p&gt;
&lt;p&gt;If you&amp;#39;re advertising as a beacon (Nordic Beacon, iBeacon, Eddystone or AltBeacon) nRF Connect (before known as nRF Master Control Panel) will parse the data and display accordingly.&lt;/p&gt;
&lt;p&gt;nRF Connect sorts also other formats:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;If your manufacturer data or service data contain 1, 2, or 4 bytes (except Company Id or Service uuid), till get an option to switch parser to Char, Hex, Uint, Sint, Float 8, 16 or 32 bit.&lt;/li&gt;
&lt;li&gt;You may switch those data to Utf-8 string, no matter the length&lt;/li&gt;
&lt;li&gt;Some Service uuids have custom parsers. For example, the Temperature char uuid, Hearth Temperature Service uuid, Pressure char uuid. This is the answer for your question.&lt;/li&gt;
&lt;li&gt;nRF Connect also parsers some custom known formats, like Anki Drive, Nordic Thingy, Microbit, etc.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Additionally:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;If you set the parser to Uint, Sint or Float as in 1. above, or for services from 3., you&amp;#39;ll see a graph of those values in adv details (MORE button).&lt;/li&gt;
&lt;li&gt;nRF Connect assigns an icon based on various criteria: name, services, company ID, beacon type, etc.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If you, or somebody else, wants to add a different custom parser, or an icon, please contact me. I just need an icon 68x68 and a way to distinguish the device/devices family from others.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>