<?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>How to test DECT NR+ data communication and communication rate between two nrf9151 development boards</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/118676/how-to-test-dect-nr-data-communication-and-communication-rate-between-two-nrf9151-development-boards</link><description>I have two NRF9151-DK boards in my hand. I want to realize DECT NR+ data communication between the two boards and test their communication rate. What should I do?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 30 Jun 2025 04:15:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/118676/how-to-test-dect-nr-data-communication-and-communication-rate-between-two-nrf9151-development-boards" /><item><title>RE: How to test DECT NR+ data communication and communication rate between two nrf9151 development boards</title><link>https://devzone.nordicsemi.com/thread/540802?ContentTypeID=1</link><pubDate>Mon, 30 Jun 2025 04:15:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:62e85c0d-2764-494a-91bb-0f5d1f5690fa</guid><dc:creator>jszhang</dc:creator><description>&lt;p&gt;Hi susheel nuguru,&lt;/p&gt;
&lt;p&gt;&lt;span&gt;NRF9151 has an external PA chip. When using the dect function, may I ask what needs to be configured in the dect_shell routine to make the PA work properly?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to test DECT NR+ data communication and communication rate between two nrf9151 development boards</title><link>https://devzone.nordicsemi.com/thread/522565?ContentTypeID=1</link><pubDate>Wed, 12 Feb 2025 06:30:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dc11db0a-3676-4e1d-b97e-e4a6f02af6ed</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Hi chenhoo,&lt;/p&gt;
&lt;p&gt;The data rate you&amp;#39;ve measured aligns with the current performance capabilities of the nRF9151-DK when utilizing DECT NR+ technology. While the theoretical maximum data rate for DECT NR+ can reach up to 3.4 Mbps under optimal conditions, but based on &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/117969/dect-nr-power-class-and-bandwidth-data-rate?utm_source=chatgpt.com"&gt;this thread&lt;/a&gt;, it looks like there is a limitation on current implementation for scheduling packets back to back. I am not sure when this current limitation is scheduled to be fixed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to test DECT NR+ data communication and communication rate between two nrf9151 development boards</title><link>https://devzone.nordicsemi.com/thread/522071?ContentTypeID=1</link><pubDate>Sat, 08 Feb 2025 01:53:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:386d8235-b9f7-455f-bace-4576add8903a</guid><dc:creator>chen.hao</dc:creator><description>&lt;p&gt;Hi Simonr，&lt;/p&gt;
&lt;p&gt;Below is my test log：&lt;/p&gt;
&lt;p&gt;desh:~$ &amp;gt; dect perf -c --c_gap_subslots 3 --c_tx_mcs 4 --c_slots 4 --s_tx_id 39 -t 10 --channel 1658&lt;br /&gt;dect perf -c --c_gap_subslots 3 --c_tx_mcs 4 --c_slots 4 --s_tx_id 39 -t&lt;br /&gt; 10 --channel 1658&lt;br /&gt;dect phy api initialized for perf command.&lt;br /&gt;Starting perf client on channel 1658: byte count per TX: 700, slots 4, gap 43200 mdm ticks, mcs 4, duration 10 secs, expected RSSI level on RX 0.&lt;br /&gt;perf command started.&lt;br /&gt;perf tx operation completed:&lt;br /&gt; total amount of data sent: 3062500 bytes&lt;br /&gt; packet count: 4375&lt;br /&gt; elapsed time: 10.00 seconds&lt;br /&gt; data rates: 2450.00 kbits/seconds&lt;br /&gt;Requested results from the server...&lt;br /&gt;RESULT_REQ sent.&lt;br /&gt;Server results received:&lt;br /&gt;perf server rx operation from tx id 38:&lt;br /&gt; total amount of data: 3062500 bytes&lt;br /&gt; packet count: 4375&lt;br /&gt; elapsed time: 10.02 secs&lt;br /&gt; data rates: 2444.13 kbits/secs&lt;br /&gt; rx restarted count: 0&lt;br /&gt; PCC CRC errors: 0&lt;br /&gt; PDC CRC errors: 0&lt;br /&gt; out of seqs: 0&lt;br /&gt; PCC RX: MCS: 4&lt;br /&gt; PCC RX: RSSI: min: -36, max: -32dBm&lt;br /&gt; PCC RX: TX pwr: min -12, max -8 dBm&lt;br /&gt; PCC RX: SNR: min: 92, max: 112&lt;/p&gt;
&lt;p&gt;RX for perf results done.&lt;br /&gt;perf command done.&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#0000ff;"&gt;&lt;strong&gt;I used two nrf9151-dk boards to test the dect perf command, and the measured speed was 2444.13 kbits/secs. Is this speed normal?&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#0000ff;"&gt;&lt;strong&gt;Thanks&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to test DECT NR+ data communication and communication rate between two nrf9151 development boards</title><link>https://devzone.nordicsemi.com/thread/521859?ContentTypeID=1</link><pubDate>Fri, 07 Feb 2025 07:21:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab43038e-0c6a-438b-9c63-f54a99093230</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Please check out the DECT NR+ samples available in the nRF Connect SDK here:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/dect/dect_phy/dect_shell/README.html"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/dect/dect_phy/dect_shell/README.html&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you&amp;#39;re new to the nRF Connect SDK as a whole, I recommend starting out with the Nordic DevAcademy and the&lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/"&gt; nRF Connect SDK fundamentals course &lt;/a&gt;as well as our &lt;a href="https://academy.nordicsemi.com/courses/cellular-iot-fundamentals/"&gt;Cellular IoT fundamentals course&lt;/a&gt; available here.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>