<?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 improve the communication distance with Gazell?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/19787/how-to-improve-the-communication-distance-with-gazell</link><description>My gazell configuration is as follows: 
 #define PIPE_NUM 0
#define	TIMESLOT_PERIOD 2000
#define	TIMESLOT_PER_CHANNEL 2
#define	CHANNEL_TABLE_SIZE 1
#define CHANNEL_TABLE {18}
#define	SYNC_LIFETIME (3 * CHANNEL_TABLE_SIZE * TIMESLOT_PER_CHANNEL</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 21 Feb 2017 02:46:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/19787/how-to-improve-the-communication-distance-with-gazell" /><item><title>RE: How to improve the communication distance with Gazell?</title><link>https://devzone.nordicsemi.com/thread/76963?ContentTypeID=1</link><pubDate>Tue, 21 Feb 2017 02:46:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:347df513-5eb2-48be-a68a-d975f12aa1c2</guid><dc:creator>Dandingzz</dc:creator><description>&lt;p&gt;Thanks for your reply. I will improve my design and do more tests.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to improve the communication distance with Gazell?</title><link>https://devzone.nordicsemi.com/thread/76967?ContentTypeID=1</link><pubDate>Mon, 20 Feb 2017 14:42:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:695f9fe1-7e05-4881-8b66-d1d7fa08d36d</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;I would suggest to stick with ESB for testing to make things simpler.&lt;/p&gt;
&lt;p&gt;TIMESLOT_PERIOD should not affect the transmission distance, set it at 2000 is fine.&lt;/p&gt;
&lt;p&gt;TX_DATARATE affect the distance as you have better sensitivity at 250kbps, but still 2 meter is too short. You should have at least 10m indoor with 2MBPS.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to improve the communication distance with Gazell?</title><link>https://devzone.nordicsemi.com/thread/76966?ContentTypeID=1</link><pubDate>Mon, 20 Feb 2017 11:04:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d8cd7f8d-f377-40e8-839e-924e4b2b6b0e</guid><dc:creator>Dandingzz</dc:creator><description>&lt;p&gt;Thanks for your advice. I found that the host always can receive the packet from the device at close range. But the device sometimes cannot receive the ACK from the host. I don&amp;#39;t know why.
And I have a new question, can the configuration of TIMESLOT_PERIOD or TX_DATARATE affect the transmission distance?
Thank you~&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to improve the communication distance with Gazell?</title><link>https://devzone.nordicsemi.com/thread/76965?ContentTypeID=1</link><pubDate>Mon, 20 Feb 2017 09:26:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3a3fd1e8-5343-43c3-8041-824375a1f923</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;So it could be something with the RF circuit on your board, please check and make sure there is no short circuit. The antenna may need some tuning a PI network need to be added to optimize the antenna. If you don&amp;#39;t have the equipment for tuning, you can try to use a PCB antenna (a copper wire should also work) and a shunt component. The description on how to tune antenna can be found &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.whitepapers/dita/whitepapers/pdflinks/nwp_017.html?cp=11_7"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to improve the communication distance with Gazell?</title><link>https://devzone.nordicsemi.com/thread/76964?ContentTypeID=1</link><pubDate>Sat, 18 Feb 2017 02:12:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd647c17-4edd-4dc9-a4a4-5fc766b6dfe9</guid><dc:creator>Dandingzz</dc:creator><description>&lt;p&gt;And here is my configuration in the ESB example:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define PIPE_NUM									0
#define	RETRANSMIT_DELAY					600
#define CRC_LENGTH								NRF_ESB_CRC_LENGTH_1_BYTE
#define	CHANNEL										18
#define	MAX_NUMBER_OF_RETX				10
#define TX_POWER								NRF_ESB_OUTPUT_POWER_4_DBM
#define TX_DATARATE								NRF_ESB_DATARATE_2_MBPS
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to improve the communication distance with Gazell?</title><link>https://devzone.nordicsemi.com/thread/76961?ContentTypeID=1</link><pubDate>Sat, 18 Feb 2017 02:07:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:94bc4b1a-040a-4b57-b003-939ed136bb86</guid><dc:creator>Dandingzz</dc:creator><description>&lt;p&gt;I have tried to test with the ESB example, and the same result were obtained.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to improve the communication distance with Gazell?</title><link>https://devzone.nordicsemi.com/thread/76962?ContentTypeID=1</link><pubDate>Fri, 17 Feb 2017 13:27:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa62d2c7-d93c-4c4d-9888-9bad6d4f1bef</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Your board looks OK. Could you try to test with the radio example or the ESB example in the SDK ? Just to check it&amp;#39;s not the hardware issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to improve the communication distance with Gazell?</title><link>https://devzone.nordicsemi.com/thread/76960?ContentTypeID=1</link><pubDate>Fri, 17 Feb 2017 12:53:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eaae7f63-6f25-40ad-9821-d5772c73f591</guid><dc:creator>Dandingzz</dc:creator><description>&lt;p&gt;Here is my schematic, layout and  close-up photo of the board:
&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/nrf51822_5F00_sch.png" alt="image description" /&gt;
&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/nrf51822_5F00_pcb.png" alt="image description" /&gt;
&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/nrf51822_5F00_3D.png" alt="image description" /&gt;
&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/3441.nrf51822.jpg" alt="image description" /&gt;&lt;/p&gt;
&lt;p&gt;In the board, I use the balun 2450BM14E0003 and the chip antenna 2450AT42A100E. The thickness of the PCB is 0.8mm. Can you please tell me what&amp;#39;s the problem with this design? How much is the normal distance? Thank you~&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to improve the communication distance with Gazell?</title><link>https://devzone.nordicsemi.com/thread/76959?ContentTypeID=1</link><pubDate>Fri, 17 Feb 2017 12:17:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:49672d25-05a7-45e4-a421-a122879e5caa</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;2 meters are too short, it should be much more than that. You may want to send us or update here your schematic and layout of the boards, a close-up photo is also useful.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>