<?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 continuous transmitting inspect</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/37840/nrf24l01p-continuous-transmitting-inspect</link><description>Hi, 
 I am working on a project with nRF24L01P. Recently I was trying to make nRF24L01P to transmit packet continuously and i have configure the chip in no_ack, TX and shockburst mode after chip powers on .RF data rate is 1 Mbps and the W_TX_PL_NO_ACK</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 27 Aug 2018 13:40:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/37840/nrf24l01p-continuous-transmitting-inspect" /><item><title>RE: nRF24L01P continuous transmitting inspect</title><link>https://devzone.nordicsemi.com/thread/145949?ContentTypeID=1</link><pubDate>Mon, 27 Aug 2018 13:40:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca1a75f0-716e-4379-9b2d-c8282de7f1ff</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;I think the case here is that some of the packets are sent back-to-back, where the radio does not transition to idle state between packet transmissions. So when VDD_PA is high here it likely is transmitting ((360us-150us)/~55us) = 4packets in a row. If you only toggle CE high for 10us I believe you should get more consistent behaviour.&amp;nbsp;Can that make sense?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF24L01P continuous transmitting inspect</title><link>https://devzone.nordicsemi.com/thread/145871?ContentTypeID=1</link><pubDate>Mon, 27 Aug 2018 09:21:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63f24a5e-b7f2-443a-b6a8-e73b006fecc4</guid><dc:creator>jinss</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Kenneth. I forgot to told you that the nRF24L01P has a PA connected to. According to the nRF24L01P datasheet,I think&amp;nbsp;the chip in shockburst &amp;nbsp;mode does not include PID in RF packet and preamble is 8-bit long.I think that the total packet length is 56 bits. There is about 512 us between CE goes high and VDD_PA asserts and VDD_PA &amp;nbsp;holds low level during toggling for about 144 us as I measured on oscilloscope.&amp;nbsp;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/IMG_5F00_0412.JPG" /&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;jinss&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF24L01P continuous transmitting inspect</title><link>https://devzone.nordicsemi.com/thread/145852?ContentTypeID=1</link><pubDate>Mon, 27 Aug 2018 08:43:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:96509f19-7bcd-4fa1-83d3-9ec016e7aa3f</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There is something not entirely correct here. The PLL settling time for transmission is about 130us, during this period VDD_PA will be low about 80us, and high 50us. The transmission itself is about 1us for each bit, e.g. preamble+address+pid+payload+crc, likely 10+40+8+8+8=74us. What is the timing of CE compared to VDD_PA here? Can you show CE in the trace?&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 continuous transmitting inspect</title><link>https://devzone.nordicsemi.com/thread/145846?ContentTypeID=1</link><pubDate>Mon, 27 Aug 2018 08:35:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eaee99d0-4140-4c4d-91b3-0a1e48a87464</guid><dc:creator>jinss</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Kenneth.This is the screenshot of VDD_PA waveform. Two vertical bars define a period. However, the period of VDD_PA varise at the beginning&amp;nbsp;of VDD_PA asserted or at&amp;nbsp;every 15, 16 or 17 waveform. Is one waveform denote one transmission? I have count the waveform and surprisingly found that the number is not equal to&amp;nbsp;the total number of writing data into the tx fifo. Currently the data written into tx fifo every time is just 1 byte and the speed of SPI is 1 Mbps. TX address is 5-byte long and 1-byte CRC is set&amp;nbsp;for data correction.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;jinss&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " height="240" src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/002.JPG" width="320" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF24L01P continuous transmitting inspect</title><link>https://devzone.nordicsemi.com/thread/145826?ContentTypeID=1</link><pubDate>Mon, 27 Aug 2018 07:48:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa2865d8-5714-474a-933c-a194be36c9f8</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;It seems correct, but can you share the VDD_PA&amp;nbsp;screenshot by the oscilloscope?&amp;nbsp;&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>