<?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>Enhanced ShockBurst (ESB) strange behaviour</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/64860/enhanced-shockburst-esb-strange-behaviour</link><description>Hi, 
 
 I am developing an application with to 7 transmitters (peripheral) and one receiver (central = nrf52DK), all NRF52832. 
 I have 1 question and one problem to solved: 
 Question: all receiver are sending collected data&amp;#39;s at the same time at 20</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 24 Aug 2020 08:40:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/64860/enhanced-shockburst-esb-strange-behaviour" /><item><title>RE: Enhanced ShockBurst (ESB) strange behaviour</title><link>https://devzone.nordicsemi.com/thread/265909?ContentTypeID=1</link><pubDate>Mon, 24 Aug 2020 08:40:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7009e096-e564-460e-9faa-1d81cc8b8dfc</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Its good to hear that you found a workaround. But: It sounds like there&amp;#39;s an underlying memory corruption issue (pointer going out-of-bounds?) somewhere. Did you change anything else? You might have moved the issue to another place by re-assembling the variable locations in RAM. Is the tx_payload variable setup with a correct length, so that the byte array inside doesn&amp;#39;t go out-of-bounds (see define NRF_ESB_MAX_PAYLOAD_LENGTH) ?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enhanced ShockBurst (ESB) strange behaviour</title><link>https://devzone.nordicsemi.com/thread/265860?ContentTypeID=1</link><pubDate>Sun, 23 Aug 2020 19:30:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3f538a46-b43e-4f6e-8816-15763ef6ac3a</guid><dc:creator>SL06</dc:creator><description>&lt;p&gt;I believe that the problem is related to a memory issue. &amp;nbsp;I have delete some unused variable to liberate some memory space and that seems to have solve the no_acknowledge issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enhanced ShockBurst (ESB) strange behaviour</title><link>https://devzone.nordicsemi.com/thread/265834?ContentTypeID=1</link><pubDate>Fri, 21 Aug 2020 18:43:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0eb58994-094b-4355-9147-7c00bdc7e190</guid><dc:creator>SL06</dc:creator><description>&lt;p&gt;I just&amp;nbsp;notice that with&amp;nbsp;&lt;span&gt;.selective_auto_ack = false or true, &amp;nbsp; noack=true work with my&amp;nbsp;development board plug on the nrf52DK but does not work with my&amp;nbsp;other&amp;nbsp;peripheral device. &amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The peripheral device work on battery and have exactly the same program&amp;nbsp;except for the pipe number, &amp;nbsp;but they also use the DFU program to update the device by the air. &amp;nbsp;With those&amp;nbsp;board, acknowledge is&amp;nbsp;always on even when it should not.. The&amp;nbsp;devices accept commands all the&amp;nbsp;time during data collection but it should not since&amp;nbsp;acknowledge is suppose to be disable.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enhanced ShockBurst (ESB) strange behaviour</title><link>https://devzone.nordicsemi.com/thread/265619?ContentTypeID=1</link><pubDate>Thu, 20 Aug 2020 19:36:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:490721bf-8670-4011-8745-3e97a23b8dda</guid><dc:creator>SL06</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;H&amp;aring;kon,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;.selective_auto_ack = true &amp;nbsp;did solve one problem. &amp;nbsp;I&amp;nbsp;don&amp;#39;t have&amp;nbsp;transmission error&amp;nbsp;anymore with acknowledge&amp;nbsp;off.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;My program send each second&amp;nbsp;&amp;nbsp;battery_level mainly to keep communication with the central and receive command&amp;nbsp;trought&amp;nbsp;&lt;/span&gt;acknowledge. &amp;nbsp;Of course _noackn&amp;nbsp;set to false during that time. &amp;nbsp;When I want to get motion data from the sensors (7), I turn acknowledge off for alleviate the workload of the central. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Setting &amp;nbsp; &amp;nbsp;.selective_auto_ack = true &amp;nbsp;all the time does not seems to cause&amp;nbsp;an issue. &lt;strong&gt;Is there any advantage to turn it off ?&lt;/strong&gt; &amp;nbsp;I look at the&amp;nbsp;&lt;/span&gt;nrf_esb.h file and it does not say too much.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;About the issue receiving the command twice, the behaviour have change. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;With&amp;nbsp;&lt;span&gt;.selective_auto_ack = false, I&amp;nbsp;was sending a command like 5 &amp;nbsp; and later&amp;nbsp;another command like 4. &amp;nbsp;the central on occasion send 5&amp;nbsp;and 4 one after the other to the receiver.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;With&amp;nbsp;.selective_auto_ack = true, the receiver get the same&amp;nbsp;command twice now, for exemple , 5 a 5, all the time.&amp;nbsp;&lt;/span&gt;&lt;span&gt;Unlike previously, resetting the central does not correct the&amp;nbsp;&lt;/span&gt;issue. &amp;nbsp; I should be related to the previous issues but it could also be a problem at the receiver.&lt;/p&gt;
&lt;p&gt;As a short term solution&amp;nbsp;I can just rewrite the receiver code to ignore the second occurrence.&lt;/p&gt;
&lt;p&gt;Sylvain&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enhanced ShockBurst (ESB) strange behaviour</title><link>https://devzone.nordicsemi.com/thread/265484?ContentTypeID=1</link><pubDate>Thu, 20 Aug 2020 08:31:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:73496b1d-2c8b-4b0d-8f76-44c624c3c4f4</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you set the .selective_auto_ack = true? This must be set in order for the devices to use NO ACK feature.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enhanced ShockBurst (ESB) strange behaviour</title><link>https://devzone.nordicsemi.com/thread/265400?ContentTypeID=1</link><pubDate>Wed, 19 Aug 2020 16:19:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa768a51-0a62-4155-b5d2-ff9000da4e94</guid><dc:creator>SL06</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;This is the setting for the ESB transmitter. &amp;nbsp;&lt;/p&gt;
&lt;pre&gt;    nrf_esb_config.selective_auto_ack       = false;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;
&lt;pre&gt;uint32_t esb_init( void )
{
    uint32_t err_code;
    uint8_t base_addr_0[4] = {0xE7, 0xE7, 0xE7, 0xE7};
    uint8_t base_addr_1[4] = {0xC2, 0xC2, 0xC2, 0xC2};
    uint8_t addr_prefix[8] = {0xE7, 0xC2, 0xC3, 0xC4, 0xC5, 0xC6, 0xC7, 0xC8 };

    nrf_esb_config_t nrf_esb_config         = NRF_ESB_DEFAULT_CONFIG;
    nrf_esb_config.protocol                 = NRF_ESB_PROTOCOL_ESB_DPL;   // dynamic payload length
    nrf_esb_config.payload_length           = 64;//SL  max lenght for nrf52  is 255  // use 80 min
    nrf_esb_config.retransmit_delay         = 600;
    nrf_esb_config.bitrate                  = NRF_ESB_BITRATE_2MBPS;
    nrf_esb_config.event_handler            = nrf_esb_event_handler;
    nrf_esb_config.mode                     = NRF_ESB_MODE_PTX;
    nrf_esb_config.selective_auto_ack       = false;
    nrf_esb_config.tx_output_power          = NRF_ESB_TX_POWER_NEG12DBM;  //  _NEG12DB default 0DBM  min neg30   30 = 2pi  12DBM = 30 pi
    //&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/include/nrf_esb.html"&gt;developer.nordicsemi.com/.../nrf_esb.html&lt;/a&gt;
    
    tx_payload.noack = false;

    err_code = nrf_esb_init(&amp;amp;nrf_esb_config);

    VERIFY_SUCCESS(err_code);

    err_code = nrf_esb_set_base_address_0(base_addr_0);
    VERIFY_SUCCESS(err_code);

    err_code = nrf_esb_set_base_address_1(base_addr_1);
    VERIFY_SUCCESS(err_code);

    err_code = nrf_esb_set_prefixes(addr_prefix, NRF_ESB_PIPE_COUNT);
    VERIFY_SUCCESS(err_code);

    tx_payload.pipe = MYPIPE;     //  the pipe adress used for transmitting  fist declaration

    return err_code;&lt;/pre&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enhanced ShockBurst (ESB) strange behaviour</title><link>https://devzone.nordicsemi.com/thread/265269?ContentTypeID=1</link><pubDate>Wed, 19 Aug 2020 09:47:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6be1d7cd-f90d-483b-815c-f8deec316ed8</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Do you set the field .selective_auto_ack to true on all your PRX and PTX devices?&lt;/p&gt;
&lt;p&gt;This is the flag that enables the .noack field, as per the comment in the header:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;bool                    selective_auto_ack;     //!&amp;lt; Enable or disable selective auto acknowledgement. When this feature is disabled, all packets will be acknowledged ignoring the noack field.&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enhanced ShockBurst (ESB) strange behaviour</title><link>https://devzone.nordicsemi.com/thread/265200?ContentTypeID=1</link><pubDate>Tue, 18 Aug 2020 22:34:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:94190fac-ea44-4828-a813-be42b9b0957e</guid><dc:creator>SL06</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;This is the default ESB confing from nerf_esb.h . &amp;nbsp;its says&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;.radio_irq_priority     = 1,                                
.event_irq_priority     = 2,  &lt;/pre&gt;
&lt;p&gt;is tha&amp;iuml; OK,&lt;/p&gt;
&lt;p&gt;In the sdk_config.h file. &amp;nbsp;All the other irq_priority are set to 6,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;pre&gt;#define NRF_ESB_DEFAULT_CONFIG {.protocol               = NRF_ESB_PROTOCOL_ESB_DPL,         \
                                .mode                   = NRF_ESB_MODE_PTX,                 \
                                .event_handler          = 0,                                \
                                .bitrate                = NRF_ESB_BITRATE_2MBPS,            \
                                .crc                    = NRF_ESB_CRC_16BIT,                \
                                .tx_output_power        = NRF_ESB_TX_POWER_0DBM,            \
                                .retransmit_delay       = 250,                              \
                                .retransmit_count       = 3,                                \
                                .tx_mode                = NRF_ESB_TXMODE_AUTO,              \
                                .radio_irq_priority     = 1,                                \
                                .event_irq_priority     = 2,                                \
                                .payload_length         = 32,                               \
                                .selective_auto_ack     = false    &lt;/pre&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;You have not answer my question above:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Question: &lt;/strong&gt;&amp;nbsp;all receiver are sending collected data&amp;#39;s at the same time at 20 - 40Hz frequency (in testing). &amp;nbsp;ESB transmission is set to&lt;/p&gt;
&lt;div class="content-scrollable-wrapper content-scrollable-wrapper-scrolled"&gt;
&lt;pre&gt;tx_payload.noack = true; &lt;br /&gt;&lt;br /&gt;&lt;span&gt;to prevent central overload and crash.&lt;br /&gt;&lt;br /&gt;One of the transmitter is connected to the nrf52DK in order to follow nrf_log in debug mode. &amp;nbsp;When transmitting the data, events&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div class="content-scrollable-wrapper content-scrollable-wrapper-scrolled"&gt;
&lt;pre&gt;&amp;quot;TX FAILED EVENT&amp;quot;&lt;span&gt;are log from time to time.  Since noack is set to true, I don&amp;#39;t understand why. Any ideas ?    this does not seems to cause problems.&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enhanced ShockBurst (ESB) strange behaviour</title><link>https://devzone.nordicsemi.com/thread/265000?ContentTypeID=1</link><pubDate>Tue, 18 Aug 2020 07:46:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b1b500f1-da27-4add-b49a-52b5253b3ab3</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;On your receiver side, do you have any other interrupts running? If yes, which priority are they running on?&lt;/p&gt;
&lt;p&gt;Its important that the radio runs on priority &amp;quot;0&amp;quot; (highest), and isn&amp;#39;t blocked by other interrupts. Other interrupts should run at priority &amp;lt;= 1.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enhanced ShockBurst (ESB) strange behaviour</title><link>https://devzone.nordicsemi.com/thread/264928?ContentTypeID=1</link><pubDate>Mon, 17 Aug 2020 16:34:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cbc2060a-8035-45a0-b42e-ce5654188760</guid><dc:creator>SL06</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;H&amp;aring;kon,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I am using SDK16.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;This is the section of the code that handle the key&amp;nbsp;&lt;/span&gt;input character. &amp;nbsp;I have simplified the code and removed what is not in used for now.&lt;/p&gt;
&lt;p&gt;I start the data acquisition (peripheral) by sending&amp;nbsp;&amp;nbsp;key 1 to 6 according to frequency (10Hz to 60Hz). &amp;nbsp;I don&amp;#39;t use z anymore. &amp;nbsp; &amp;nbsp;Same problem as before &amp;nbsp;as an exemple : if I send a 3, &amp;nbsp; and next time a 4, &amp;nbsp; a&amp;nbsp;receiver (&amp;nbsp;not all)&amp;nbsp;will get 1/10 time a 4 follow by a 3. &amp;nbsp;The problem persist after the first occurance. &amp;nbsp;Have to reset the central to correct the problem. &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am now certain but the problem might occur more frequently when the central is sending a command and the receiver is not listening, occupied sending is data through - RX is disable at that time. &amp;nbsp;I will do more testing with that.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;pre&gt;while (true) 
  {      
     while (app_uart_get(&amp;amp;cr) == NRF_SUCCESS)   // check for input character or if
            {              
               
               nrf_gpio_pin_clear(19);//led
            //   NRF_LOG_INFO(&amp;quot;%c&amp;quot;, cr);
               printf(&amp;quot;Keypressed : %c\n&amp;quot;, cr);

             //  app_uart_flush();       // &amp;lt; ========================= NEW not working

               if  (( (cr &amp;gt;= &amp;#39;1&amp;#39;) &amp;amp;&amp;amp; ( cr &amp;lt;=&amp;#39;6&amp;#39;) ) || (cr == &amp;#39;u&amp;#39;)|| (cr == &amp;#39;c&amp;#39;)|| (cr == &amp;#39;C&amp;#39;))  printnow = true;
               else if  (cr == &amp;#39;z&amp;#39;) 
                 {printnow = false;
                  (void) nrf_esb_flush_tx(); //test
                 (void) nrf_esb_start_tx();}//test


               
               if ((cr != &amp;#39;y&amp;#39;) &amp;amp;&amp;amp; (cr != &amp;#39;d&amp;#39;))   // send command to all available sensor/pipe      
                  {  nrf_esb_stop_rx();  //test
                     rx_mute = true;     //test

                   (void) nrf_esb_flush_tx();
                   (void) nrf_esb_start_tx();

                   
                     NRF_LOG_INFO(&amp;quot;send CR to all available pipe&amp;quot;);
                    
                    
                   //  rx_mute = true ;
                     
                     for (uint8_t i = 0; i &amp;lt;= 7 ; i++)
                     { //printf(&amp;quot;Sending command... \n&amp;quot;);
                    
                        if (pipe_active[i])
                          {  tx_pipe = i;                      

                            
                             printf(&amp;quot;Sending command &amp;#39;%c&amp;#39;to %d\n&amp;quot;,cr, tx_pipe);// reset central timer 
                              NRF_LOG_INFO(&amp;quot;Sending command &amp;#39;%c&amp;#39;to %d&amp;quot;,cr, tx_pipe);
                             tx_payload.length =  2;  //payload lenght+1   // can use  n
                             sprintf(tx_payload.data, &amp;quot;%c&amp;quot;, cr);                          
                             tx_payload.pipe = tx_pipe;
                             nrf_esb_write_payload(&amp;amp;tx_payload);
                             
                
                      
                           }
                   }   rx_mute = false ;  //test
                     nrf_esb_start_rx();  //test
                   
                   
                   }

           
           
            }  // app_uart_get

&lt;/pre&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enhanced ShockBurst (ESB) strange behaviour</title><link>https://devzone.nordicsemi.com/thread/264904?ContentTypeID=1</link><pubDate>Mon, 17 Aug 2020 13:54:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7e977fb1-409d-4e47-b4ca-d17d92f8c8d6</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Which version of the SDK are you using?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Is this something that looks to be happening on all PTX devices?&lt;/p&gt;
&lt;p&gt;If this happens 9 out of 10 times, it can be a memory related issue. Could you share code on how you handle this specific key input (&amp;quot;4&amp;quot; and &amp;quot;z&amp;quot;) on the PTX side?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>