<?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>Nrf24l01p PRX timing ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/47348/nrf24l01p-prx-timing</link><description>Hello; 
 I am working on Audio transfer with microchip and NRF24l01p. 
 On that, I need to take audio sample and send in very short time. 
 The PTX side is ok but on PRX side when I get new payoad and progses with mcu, when I get new one payload I have</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 20 May 2019 14:24:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/47348/nrf24l01p-prx-timing" /><item><title>RE: Nrf24l01p PRX timing ?</title><link>https://devzone.nordicsemi.com/thread/187995?ContentTypeID=1</link><pubDate>Mon, 20 May 2019 14:24:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c97e4dde-45a7-4dc5-b595-cb574ea98a2c</guid><dc:creator>Er7</dc:creator><description>&lt;p&gt;You mean, We can use ack? in this latency.&lt;/p&gt;
&lt;p&gt;Need to try.&lt;/p&gt;
&lt;p&gt;I will write answer, when I get result.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf24l01p PRX timing ?</title><link>https://devzone.nordicsemi.com/thread/187993?ContentTypeID=1</link><pubDate>Mon, 20 May 2019 14:18:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:851ed28b-330d-489b-a5e0-0a6648fb53d4</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;In terms of audio typically latency below &amp;lt;20ms is okey. So it should not be a problem to combine 32bytes into a single packet and transfer, then you should get much higher throughput than 24kbps.&lt;/p&gt;
&lt;p&gt;You can use TX_DS without ACK yes.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf24l01p PRX timing ?</title><link>https://devzone.nordicsemi.com/thread/187989?ContentTypeID=1</link><pubDate>Mon, 20 May 2019 14:07:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:172fd7f4-e374-46a6-a25c-09705c24bd24</guid><dc:creator>Er7</dc:creator><description>&lt;p&gt;Hi Kenneth;&lt;/p&gt;
&lt;p&gt;About TX_DS, I don&amp;#39;t use ACK for don&amp;#39;t lose to time.&lt;/p&gt;
&lt;p&gt;You know, About audio transfer you need to be fast.&lt;/p&gt;
&lt;p&gt;We want to sent data with 24kbs(kilobitpersecond)&lt;/p&gt;
&lt;p&gt;That&amp;#39;s mean I need to sent data every 42 microsecond.&lt;/p&gt;
&lt;p&gt;When I use to Auto ACK, then I get lose to time.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Can I use TX_DS with out ACK.?&lt;/p&gt;
&lt;p&gt;Another asking about nrf24l01+ serial timing.(SPI)&lt;/p&gt;
&lt;p&gt;Now we are using 64Mhz MCU, thats mean WE will use SPI with 16MMhz.&lt;/p&gt;
&lt;p&gt;I readed on Datasheet. NRF24l01+ have maksimum SPI speed for spi 10Mhz, this is true or I have a mistake?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Can you give me way, for fast data transfer with MCu.&lt;/p&gt;
&lt;p&gt;I mean, Am I have a different way for that?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks for your support.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf24l01p PRX timing ?</title><link>https://devzone.nordicsemi.com/thread/187909?ContentTypeID=1</link><pubDate>Mon, 20 May 2019 12:28:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3a245dc8-7252-4427-9490-48515d688d21</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;You should keep CE low long enough to ensure the current outgoing packet is finished transmitting (e.g. set CE low and wait for TX_DS or a timeout, whatever comes first). An alternative to set CE low may be to keep CE high, but every &amp;lt;4ms make the the TX_FIFO is empty once.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf24l01p PRX timing ?</title><link>https://devzone.nordicsemi.com/thread/187556?ContentTypeID=1</link><pubDate>Thu, 16 May 2019 13:42:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5abc10af-fa00-4e7d-a075-f65de881471c</guid><dc:creator>Er7</dc:creator><description>&lt;p&gt;Hi Kenneth;&lt;/p&gt;
&lt;p&gt;Thank you for your support. it&amp;#39;s working :)&amp;nbsp;&lt;/p&gt;
&lt;p&gt;How About Ce low time inside to &amp;lt;4ms.&lt;/p&gt;
&lt;p&gt;For example 2 us is ok?&lt;/p&gt;
&lt;p&gt;Best Regards.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf24l01p PRX timing ?</title><link>https://devzone.nordicsemi.com/thread/187504?ContentTypeID=1</link><pubDate>Thu, 16 May 2019 11:09:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9c4e5db9-0139-4b9c-b24c-9b344b7489de</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There is a radio settling time of 150us between packets from the PTX yes. If you keep CE high (on TX) you may avoid this delay, just make sure that you must set CE low every &amp;lt;4ms because the modulated carrier can drift out of spec after 4ms.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>