<?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>Radio Timeslot API s132 v5.0.0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/27952/radio-timeslot-api-s132-v5-0-0</link><description>Hi,
I need to use the radio timeslot api in my application. I&amp;#39;m using nrf52 ,SDK 14.0.0 and softdevice version 5.0.0 . I&amp;#39;ve gone through the tutorial for setting up timeslot api . But was not able to follow some things as it is intended for SDK 11.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 07 Dec 2017 14:50:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/27952/radio-timeslot-api-s132-v5-0-0" /><item><title>RE: Radio Timeslot API s132 v5.0.0</title><link>https://devzone.nordicsemi.com/thread/110304?ContentTypeID=1</link><pubDate>Thu, 07 Dec 2017 14:50:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:03bd6fce-ee2e-4c83-8b4a-e20a14e69488</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;So you can set the advertising timeout to 1 second. When you get a timeout you alternate between non connectable beacon and connectable advertising. So you have one second with non connectable beacon, then one second with connectable advertising, and so on. Will this work for you?&lt;/p&gt;
&lt;p&gt;You can have less than one second by using a timer. When the timer expires restart advertising and alternate between connectable beacon and connectable advertising.&lt;/p&gt;
&lt;p&gt;Timeslot gives you complete control over each single advertising packet.&lt;/p&gt;
&lt;p&gt;You will have to figure out what kind of requirements you have.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Radio Timeslot API s132 v5.0.0</title><link>https://devzone.nordicsemi.com/thread/110305?ContentTypeID=1</link><pubDate>Thu, 07 Dec 2017 13:04:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f0a6dac5-91bf-4b57-94e6-0bc9234c2da3</guid><dc:creator>Sourabh</dc:creator><description>&lt;p&gt;I want the device to advertise a non connectable beacon advertisement packet and also advertise connectable packet with nus service for data transfer(the device behaves as a becon and also a connectable device). Can this be implemented without using the timeslot?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Radio Timeslot API s132 v5.0.0</title><link>https://devzone.nordicsemi.com/thread/110302?ContentTypeID=1</link><pubDate>Thu, 07 Dec 2017 06:39:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:18a42db0-b3c0-46c7-aca2-3161f04d1788</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;I&amp;#39;m assuming you can&amp;#39;t fit both in one advertisement (+scan response)?&lt;/p&gt;
&lt;p&gt;The easiest way would be to set the advertising timeout to 1 second. Then you can restart advertising with new data every time you get a timeout.&lt;/p&gt;
&lt;p&gt;Another option is to use a timer and restart advertising with new data at a certain interval.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Radio Timeslot API s132 v5.0.0</title><link>https://devzone.nordicsemi.com/thread/110303?ContentTypeID=1</link><pubDate>Wed, 06 Dec 2017 21:38:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9b09271c-a16a-4ab9-a1cb-e41c548084ba</guid><dc:creator>Sourabh</dc:creator><description>&lt;p&gt;I actually need to advertise  becon and data service  packets simultaneously, could you suggest the best way to implement this ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Radio Timeslot API s132 v5.0.0</title><link>https://devzone.nordicsemi.com/thread/110301?ContentTypeID=1</link><pubDate>Wed, 06 Dec 2017 12:10:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:89ccdcc2-1611-4a76-931e-b5748ed886a9</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;There have been changes to the SoftDevice handler library.&lt;/p&gt;
&lt;p&gt;In SDK 14.x you need to use the NRF_SDH_SOC_OBSERVER macro. Similar to:&lt;/p&gt;
&lt;p&gt;/* Define a nrf_sdh_soc event observer to receive SoftDevice system events. */
NRF_SDH_SOC_OBSERVER(m_sys_obs, 0, nrf_fstorage_sys_evt_handler, NULL);&lt;/p&gt;
&lt;p&gt;Let me know if you get into trouble.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>