<?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>nrf24le1 input status changed very slowly</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/4044/nrf24le1-input-status-changed-very-slowly</link><description>void io_init(void) //P0 input with inner pull up.
{
P0DIR = 0xFF; 
P0CON = 0x50; 
P0CON = 0x51; 
P0CON = 0x52; 
P0CON = 0x53; 
P0CON = 0x54; 
P0CON = 0x55; 
P0CON = 0x56; 
P0CON = 0x57; 
} 
 void TX_Mode(void)
{
SPI_RW_Reg(WRITE_REG + CONFIG</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 10 Oct 2014 14:41:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/4044/nrf24le1-input-status-changed-very-slowly" /><item><title>RE: nrf24le1 input status changed very slowly</title><link>https://devzone.nordicsemi.com/thread/14511?ContentTypeID=1</link><pubDate>Fri, 10 Oct 2014 14:41:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f1055a8c-bbb0-419f-a8bd-21ea5b09f01b</guid><dc:creator>sam</dc:creator><description>&lt;p&gt;thanks , it seems the wake up time make the problem&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf24le1 input status changed very slowly</title><link>https://devzone.nordicsemi.com/thread/14510?ContentTypeID=1</link><pubDate>Fri, 10 Oct 2014 12:31:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4b9934d7-582b-4fa8-b61a-65724f80aadd</guid><dc:creator>Asbj&amp;#248;rn</dc:creator><description>&lt;p&gt;Are you keeping track of the button pushes and updating the TX_FIFO with the correct payload as soon as possible? It sounds like the status of the pins isn&amp;#39;t reflected to the TX payload soon enough. Are you sure you actually receive a packet every second? Could it be that you are missing some packets on the receiver side? Add a counter to the packet to ensure that you are in fact receiving them all.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>