<?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>Long Range example nRF52833 (PCA10100)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/60732/long-range-example-nrf52833-pca10100</link><description>Hi, I&amp;#39;m just getting started with Nordic SoC. I have two nrf52833 DK and would like to test the long range (125K and 500K) from the examples provided (precompiled hex). After programming the nrf52 with the following program ble_app_att_mtu_throughput</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 31 Jul 2020 13:45:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/60732/long-range-example-nrf52833-pca10100" /><item><title>RE: Long Range example nRF52833 (PCA10100)</title><link>https://devzone.nordicsemi.com/thread/262597?ContentTypeID=1</link><pubDate>Fri, 31 Jul 2020 13:45:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f5acaed-2e2c-4f10-b9fe-b8264e13f141</guid><dc:creator>jablackann</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I too wanted to try the&amp;nbsp;&lt;span&gt;ble_app_att_mtu_throughput with the nRF52833.&amp;nbsp; I looked at the code and found that it only seemed to support the nRF52840 but the spec for the nRF52833 states that the 833 should support 125K mode (coded phy).&amp;nbsp; I opened the code example and found the following.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;In example_cmds.c there is the following:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;At approximately Line 187.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;NRF_CLI_CREATE_STATIC_SUBCMD_SET(m_prephy_cmds)
{
    NRF_CLI_CMD(1M,    NULL, &amp;quot;Set preferred PHY to 1Mbps&amp;quot;, cmd_phy_1m_set),
    NRF_CLI_CMD(2M,    NULL, &amp;quot;Set preferred PHY to 2Mbps&amp;quot;, cmd_phy_2m_set),
#ifdef NRF52840_XXAA
    NRF_CLI_CMD(coded, NULL, &amp;quot;Set preferred PHY to Coded&amp;quot;, cmd_phy_coded_set),
#endif
#ifdef NRF52833_XXAA
    NRF_CLI_CMD(coded, NULL, &amp;quot;Set preferred PHY to Coded&amp;quot;, cmd_phy_coded_set),
#endif
    NRF_CLI_SUBCMD_SET_END
};&lt;/pre&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;I added the part about the nRF52833.&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I also added the following:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;#ifdef NRF52833_XXAA
static void cmd_phy_coded_set(nrf_cli_t const * p_cli, size_t argc, char ** argv)
{
    phy_set(p_cli, BLE_GAP_PHY_CODED);
}
#endif
&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I am unsure why it wasn&amp;#39;t in there in the first place.&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I then loaded the code on my boards.&amp;nbsp; I changed the data rate with &amp;quot;config phy coded&amp;quot; and it appeared to be much slower.&amp;nbsp;&amp;nbsp;&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 haven&amp;#39;t worked on the being able to modify the power.&amp;nbsp; If you have had any luck with changing the power, I would love to see what you have done.&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I also would like to change how much data is sent and also just send information over and over.&amp;nbsp; &amp;nbsp;I really would like to add a some OLED board to my boards to display information.&amp;nbsp; I don&amp;#39;t want to be tethered to a computer.&amp;nbsp;&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 was using some other boards other than the nRF52833 DK.&amp;nbsp; You might want to check out my post at&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/64268/mdbt50q-db-33-schematic-error---nrf52833-from-raytac"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/64268/mdbt50q-db-33-schematic-error---nrf52833-from-raytac&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;In my range testing, when in 125K mode (coded phy) I was able to go about 500 feet and then the throughput example stopped.&amp;nbsp; I want to experiment&amp;nbsp;with the power settings to see if I could go further.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Long Range example nRF52833 (PCA10100)</title><link>https://devzone.nordicsemi.com/thread/246988?ContentTypeID=1</link><pubDate>Tue, 28 Apr 2020 07:51:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f12d1ca7-ee1b-4bf5-b273-51e00783b409</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;We do not support the 500K option for Coded PHY. You can choose between 1MBPS, 2MBPS, and Coded_PHY(125kbps). I&amp;#39;m sorry, but we don&amp;#39;t have any examples supporting the 500K option. It is not supported by the SoftDevice either, so you won&amp;#39;t be able to make this happen with our examples I&amp;#39;m afraid.&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>