<?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>Eddystone TLM sending a variable data</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17430/eddystone-tlm-sending-a-variable-data</link><description>I want to send a TLM advertisement while encompasses the variable data changing over the time.
the eddystone tlm example send the first frame forever not includes changing the variable data in the TLM packet.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 12 Jul 2019 10:25:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17430/eddystone-tlm-sending-a-variable-data" /><item><title>RE: Eddystone TLM sending a variable data</title><link>https://devzone.nordicsemi.com/thread/198107?ContentTypeID=1</link><pubDate>Fri, 12 Jul 2019 10:25:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9d47fccc-2517-4c19-8616-178b692f5371</guid><dc:creator>asmita_patil</dc:creator><description>&lt;p&gt;can you share the solution to it&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Eddystone TLM sending a variable data</title><link>https://devzone.nordicsemi.com/thread/66970?ContentTypeID=1</link><pubDate>Wed, 02 Nov 2016 14:25:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:017529f6-52c4-4e21-931b-b141609dd96b</guid><dc:creator>h.namazian</dc:creator><description>&lt;p&gt;Thanks, it worked,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Eddystone TLM sending a variable data</title><link>https://devzone.nordicsemi.com/thread/66969?ContentTypeID=1</link><pubDate>Mon, 31 Oct 2016 14:20:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:22c34b3b-992e-4bd3-b2e5-7c4f0e679f26</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;You can change the advertising data at any time by calling &lt;code&gt;ble_advdata_set()&lt;/code&gt;. Take a look at the function &lt;code&gt;advertising_init()&lt;/code&gt;, where &lt;code&gt;eddystone_tlm_data&lt;/code&gt; is added to the advertising data. You need to do this update after each change to any of the parameters in &lt;code&gt;eddystone_tlm_data&lt;/code&gt;. The simple solution would be to call &lt;code&gt;advertising_init()&lt;/code&gt; after every value update, but you might want to create a separate function that only does the neccessary updates to &lt;code&gt;advdata&lt;/code&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>