<?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>looking for example Gazell project on Nrf52840</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23630/looking-for-example-gazell-project-on-nrf52840</link><description>I am looking at using two Nrf52840 on Custom PCBs to create a wireless link from my product to a PC one 840 would be the host and would be wired to the PC using USB (HID,MSC,CDC) and would connect to my Product using an RF link (Gazell) my product would</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 04 Feb 2018 17:53:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23630/looking-for-example-gazell-project-on-nrf52840" /><item><title>RE: looking for example Gazell project on Nrf52840</title><link>https://devzone.nordicsemi.com/thread/119642?ContentTypeID=1</link><pubDate>Sun, 04 Feb 2018 17:53:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:67bd2e9d-e8a0-46a4-8f42-f0d5e16b79fe</guid><dc:creator>Herb W.</dc:creator><description>&lt;p&gt;sorryfor the delay getting back It seemed like the support for Gazell was weak and with me being new to Nordic Development I decided going this way was probably nota good Idea.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: looking for example Gazell project on Nrf52840</title><link>https://devzone.nordicsemi.com/thread/92853?ContentTypeID=1</link><pubDate>Tue, 29 Aug 2017 10:13:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:22540f0f-88c6-4a91-ac87-437f1a9717ec</guid><dc:creator>kadim</dc:creator><description>&lt;p&gt;Were you able to make Gazell work on nrf52840? For us it compiles fine, but transmission does not work&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: looking for example Gazell project on Nrf52840</title><link>https://devzone.nordicsemi.com/thread/92852?ContentTypeID=1</link><pubDate>Thu, 20 Jul 2017 14:00:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cc97c141-06a9-4db2-8a52-3e39d23f3812</guid><dc:creator>Herb W.</dc:creator><description>&lt;p&gt;Hi Jorgen, Thanks for the help on this and it is compiling without errors or warnings so I will start testing  Thanks again for your help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: looking for example Gazell project on Nrf52840</title><link>https://devzone.nordicsemi.com/thread/92851?ContentTypeID=1</link><pubDate>Thu, 20 Jul 2017 07:25:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fed0adb3-cec1-47a1-af2c-2395ec6be922</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You need to do the following changes to get the example to compile:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;In C/C++ preprocessor symbols:&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;Change &lt;code&gt;BOARD_PCA10040&lt;/code&gt; to &lt;code&gt;BOARD_PCA10056&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Change &lt;code&gt;NRF52832_XXAA&lt;/code&gt; to &lt;code&gt;NRF52840_XXAA&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Remove symbol &lt;code&gt;NRF52&lt;/code&gt; (this symbol will define NRF52832_XXAA for backwards compatibility, creating errors for you).&lt;/li&gt;
&lt;/ul&gt;
&lt;ol start="2"&gt;
&lt;li&gt;In file &lt;em&gt;nrf_gzp_config.h&lt;/em&gt;:&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;Change line 149 from &lt;code&gt;#elif defined (NRF52)&lt;/code&gt; to &lt;code&gt;#elif defined (NRF52) | defined (NRF52840_XXAA)&lt;/code&gt; to make sure &lt;code&gt;GZP_DEVICE_PARAMS_STORAGE_SIZE&lt;/code&gt; is defined for nRF52840 as well.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Note that the Gazell examples are not tested on nRF52840, and is not guaranteed to work.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>