<?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>52833 LONG RANGE UART_APP_BLE Peripherals</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/61178/52833-long-range-uart_app_ble-peripherals</link><description>I get long range demo code for 52840 on the web: 
 long_range_demo_15.2 
 and modify the code to test the 52833 long range feature; 
 
 MAINLY code: 
 
 
 My question is: WHY IT cannot be connected to the long-range-DK 52840? (THE led1 is always flicking</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 14 May 2020 06:05:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/61178/52833-long-range-uart_app_ble-peripherals" /><item><title>RE: 52833 LONG RANGE UART_APP_BLE Peripherals</title><link>https://devzone.nordicsemi.com/thread/249828?ContentTypeID=1</link><pubDate>Thu, 14 May 2020 06:05:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:51f47173-adb8-4658-8142-2f1f63f2d984</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;By adding your main code from the working PCA10056 version of the project to the already existing pca10100 ble_app_uart example you should get a working example for the NRF52833 DK, as I don&amp;#39;t think anything but the main.c file was changed in the example you&amp;#39;ve got.&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><item><title>RE: 52833 LONG RANGE UART_APP_BLE Peripherals</title><link>https://devzone.nordicsemi.com/thread/249818?ContentTypeID=1</link><pubDate>Thu, 14 May 2020 01:12:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:365c05af-7d97-4093-a71e-177c5c79889e</guid><dc:creator>lpcy1991</dc:creator><description>&lt;p&gt;As described in my question, after modified the ble_app_uart_pca10056 to run on the pca10100 DK, it doesn&amp;#39;t work acturally. nRF52833 board cannot connect to the nRF52840,&lt;/p&gt;
&lt;p&gt;you have suggested me to debug the code. because I am new to this DK, I cannot find the problem why it cannot work.&lt;/p&gt;
&lt;p&gt;There may have some problems caused by the different RAM and FLASH size, which i cannot find out.&lt;/p&gt;
&lt;p&gt;If you could ,could you pls provide me a demo code of ble_app_uart_peripheral for PCA10100 board?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;There are very less demo code for the PCA10100 board, it makes some diffculties to develop project on this chip.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 52833 LONG RANGE UART_APP_BLE Peripherals</title><link>https://devzone.nordicsemi.com/thread/249711?ContentTypeID=1</link><pubDate>Wed, 13 May 2020 12:08:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8de0eef4-c0be-411d-9e69-14b9606b1269</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Glad you got it working with two nRF52840 DKs. Now, what trouble are you having with the nRF52833 project exactly?&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><item><title>RE: 52833 LONG RANGE UART_APP_BLE Peripherals</title><link>https://devzone.nordicsemi.com/thread/249585?ContentTypeID=1</link><pubDate>Wed, 13 May 2020 02:35:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b4a147c2-023f-4b4c-9417-71af6b4db38a</guid><dc:creator>lpcy1991</dc:creator><description>&lt;p&gt;Yes, you are right!,&lt;/p&gt;
&lt;p&gt;There might be some problems when downloading the demo code into the NRF52833, however, i still cannot find out the problem;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I have anothere NRF52840 DK, and test the long range feature successfully.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you for your advertise!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 52833 LONG RANGE UART_APP_BLE Peripherals</title><link>https://devzone.nordicsemi.com/thread/248949?ContentTypeID=1</link><pubDate>Fri, 08 May 2020 12:35:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:444abb1d-7551-452e-8621-533542e0f167</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I think this is due to converting an nRF52840 project to run on an nRF52833 might cause problems as the two chips have different RAM and Flash sizes.&lt;/p&gt;
&lt;p&gt;By inserting just the main file from the long-range demo for nRF52840 into the already existing pca10100&amp;nbsp;&lt;strong&gt;ble_app_uart&lt;/strong&gt;&amp;nbsp;project you should be able to run it successfully. If you&amp;#39;re still having trouble, I think you&amp;#39;ll have to debug the project to find out what is going on.&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>