<?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>I would like to advertise random data (data that is changing all the time)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/10438/i-would-like-to-advertise-random-data-data-that-is-changing-all-the-time</link><description>Hello everyone, 
 I following the exmple about advertising
 devzone.nordicsemi.com/.../ 
It advertise a string (line 142 in main.c). I want to replace this string with a randomly generated data! 
 Any help? 
 thanks,</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 24 Nov 2015 13:09:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/10438/i-would-like-to-advertise-random-data-data-that-is-changing-all-the-time" /><item><title>RE: I would like to advertise random data (data that is changing all the time)</title><link>https://devzone.nordicsemi.com/thread/38797?ContentTypeID=1</link><pubDate>Tue, 24 Nov 2015 13:09:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f8bd3a58-c504-4fa4-96f1-6aa71300d02c</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;You can change advertising data at any time using &lt;code&gt;sd_ble_gap_adv_data_set()&lt;/code&gt;. So you could generate random data and send them to the SoftDevice once every advertisement event. You can use &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.130.sds.v1.0.0/radio_notif/radio_notif.html?resultof=%22%72%61%64%69%6f%22%20%22%6e%6f%74%69%66%69%63%61%74%69%6f%6e%22%20%22%6e%6f%74%69%66%22%20"&gt;Radio Notification&lt;/a&gt; to generate a event every radio event, which should translate to every advertising event.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>