<?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>[nRF52] Timeslot ESB in PRX/PTX mode and Bluetooth connetion</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/39552/nrf52-timeslot-esb-in-prx-ptx-mode-and-bluetooth-connetion</link><description>Hi everyone ;) 
 I have a problem with timeslot ESB library with Bluetooth LE. In my application i need do somethingh like that: 
 
 
 Bluetooth and ESB PRX works excelent, but I need to send some brodcast data ( without ACK ) in period 30ms via ESB PTX</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 05 Nov 2018 10:15:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/39552/nrf52-timeslot-esb-in-prx-ptx-mode-and-bluetooth-connetion" /><item><title>RE: [nRF52] Timeslot ESB in PRX/PTX mode and Bluetooth connetion</title><link>https://devzone.nordicsemi.com/thread/155905?ContentTypeID=1</link><pubDate>Mon, 05 Nov 2018 10:15:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2185763c-4c64-4b37-a65c-2cecbd00c719</guid><dc:creator>Mateusz Gancarczyk</dc:creator><description>&lt;p&gt;OK, I&amp;#39;ll got it works ;)&lt;/p&gt;
&lt;p&gt;Few things for the people with will have similar problem in future:&lt;br /&gt;1. When You send something in timeslot ESB You have to use:&lt;br /&gt;esb_timeslot_send_str(data,17);&lt;br /&gt;not&lt;br /&gt;nrf_esb_write_payload( &amp;amp;txMasterPayload );&lt;/p&gt;
&lt;p&gt;2. In timeslot, every ESB TX operation are in the beginning of timeslot. So if You want to increase TX framerate, You should use smaller advertising interval or connection interval.&lt;/p&gt;
&lt;p&gt;3. You dont have to reinit ESB to perform TX operation. Just set PTX mode.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nRF52] Timeslot ESB in PRX/PTX mode and Bluetooth connetion</title><link>https://devzone.nordicsemi.com/thread/153669?ContentTypeID=1</link><pubDate>Fri, 19 Oct 2018 14:15:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fd9a3539-e100-4761-b0c1-c8a29d6cf5b7</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;1) Do you get any error-codes returned somewhere?&lt;/p&gt;
&lt;p&gt;2) Do you know where in your code things go wrong?&lt;/p&gt;
&lt;p&gt;3) Are you able to send the data if the softdevice is not advertising?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nRF52] Timeslot ESB in PRX/PTX mode and Bluetooth connetion</title><link>https://devzone.nordicsemi.com/thread/153416?ContentTypeID=1</link><pubDate>Thu, 18 Oct 2018 09:26:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:82914ab7-021b-4268-9eff-661ca0734f28</guid><dc:creator>Mateusz Gancarczyk</dc:creator><description>&lt;p&gt;&lt;span&gt;Yes, it&amp;#39;s implemented with timeslot.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;Of course, my mistake it should be true, but it&amp;#39;s&amp;nbsp;&lt;/span&gt;&lt;span&gt;dose&lt;/span&gt;&lt;span&gt;&amp;#39;t&amp;nbsp;&lt;/span&gt;&lt;span&gt;matter&lt;/span&gt;&lt;span&gt;&amp;nbsp;for my problem&amp;nbsp;&lt;/span&gt;&lt;span&gt;because&lt;/span&gt;&lt;span&gt;&amp;nbsp;I can&amp;#39;t send any data&amp;nbsp;&lt;/span&gt;&lt;span class="hiddenGrammarError"&gt;(&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;with our without&amp;nbsp;&lt;/span&gt;&lt;span class="hiddenSpellError"&gt;ack&lt;/span&gt;&lt;span class="hiddenGrammarError"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&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: [nRF52] Timeslot ESB in PRX/PTX mode and Bluetooth connetion</title><link>https://devzone.nordicsemi.com/thread/153390?ContentTypeID=1</link><pubDate>Thu, 18 Oct 2018 08:07:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cbbc8493-42ba-4487-9a56-55ffe6d9cfb1</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]Is this possibile?[/quote]
&lt;p&gt;Yes, that should be possible.&amp;nbsp;&lt;/p&gt;
[quote user=""]Bluetooth and ESB PRX works excelent[/quote]
&lt;p&gt;&amp;nbsp;This is implemented with timeslot?&lt;/p&gt;
&lt;p&gt;I see in the code snippet you uploaded that you have&amp;nbsp;&lt;strong&gt;&lt;em&gt;selective_auto_ack&lt;/em&gt; &lt;/strong&gt;set to false. If you want no-ack, this parameter should be set to true.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>