<?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>Re : nRF52832 and dongle commuication</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/35908/re-nrf52832-and-dongle-commuication</link><description>Hello Everyone, 
 i have got a steamVR tracker kit which has a bluetooth module Nordic nRF52832-QFAA 2.4GHz Radio SoC with Cortex M4 Processor and the trackers are connected through a steam wireless dongle. 
 i have come to know that dongle supports only</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 10 Jul 2018 14:30:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/35908/re-nrf52832-and-dongle-commuication" /><item><title>RE: Re : nRF52832 and dongle commuication</title><link>https://devzone.nordicsemi.com/thread/139603?ContentTypeID=1</link><pubDate>Tue, 10 Jul 2018 14:30:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3c50ffa-192b-4f3c-a2c5-5462fc233e8d</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Both should work. The nRF52840 dongle is not designed for developing application. It&amp;#39;s designed as a tool. You need external programmer to program the board.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You are planing to do a complex task. This is not something &amp;quot;plug and play&amp;quot;. I would suggest you to get familiar with all of our tool chain, SDK, softdevice (if you use BLE). Think of a few weeks if you are new to Nordic&amp;#39;s developing environment. You should start with our nRF52 DK first. Use 2 nRF52 DKs to talk to each other via ESB.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t suggest you to go with the dongles.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Re : nRF52832 and dongle commuication</title><link>https://devzone.nordicsemi.com/thread/139443?ContentTypeID=1</link><pubDate>Mon, 09 Jul 2018 15:01:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3fd21e4b-2ab1-4a8f-b374-bca929f87884</guid><dc:creator>amur9465</dc:creator><description>&lt;p&gt;Hi Hung,&lt;/p&gt;
&lt;p&gt;I am confused between using nRF52840 dongle and nRF24lu1+&amp;nbsp;&lt;/p&gt;
&lt;p&gt;what are the major differences between them??. Are both of them same in working for the application that i am going to use??&lt;/p&gt;
&lt;p&gt;which is the best dongle to use for making a bluetooth transceiver dongle to receive data from 10 different trackers??&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Re : nRF52832 and dongle commuication</title><link>https://devzone.nordicsemi.com/thread/139372?ContentTypeID=1</link><pubDate>Mon, 09 Jul 2018 07:28:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fac8992f-a0bf-4c9b-abd0-72222da7b850</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Amur,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You are saying that you will not use the SteamVR tracker , but building your own tracker with all the sensors on it ? I don&amp;#39;t see any problem of that. But you would need to build everything from scratch including the firmware on both the nRF52840 and nRF52832.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To get started I would suggest you to get familiar with ESB protocol. We have example in our nRF5 SDK v15 &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/esb_examples_ptx_prx.html?cp=4_0_0_4_8_0_0"&gt;here&lt;/a&gt;. The idea is to use the dongle as the receiver and your tracker as transmitter. Since you may have more than 8 trackers, you can think of using same address for all trackers and then use one byte in the payload as the ID of the tracker.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Re : nRF52832 and dongle commuication</title><link>https://devzone.nordicsemi.com/thread/139309?ContentTypeID=1</link><pubDate>Fri, 06 Jul 2018 17:43:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:81566e99-0edf-4cf2-985d-e1a55e5efae0</guid><dc:creator>amur9465</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;is it sufficient if i program the nrf52840 dongle and include esb protocol to do multiple communications or do i also need to change some of the things in the nrf52832 chip embedded on the tracker.??&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Re : nRF52832 and dongle commuication</title><link>https://devzone.nordicsemi.com/thread/138542?ContentTypeID=1</link><pubDate>Mon, 02 Jul 2018 13:59:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:de433bfc-b2a3-4c50-b55b-850a65c54db9</guid><dc:creator>amur9465</dc:creator><description>&lt;p&gt;I cannot change any protocols in staemVR tracker, so planning to build my own tracker where i can use 10&amp;nbsp;&lt;span&gt;nRF52832 bluetooth module embedded on the tracker communicating with one&amp;nbsp;nRF24L01+ transceiver&amp;nbsp;dongle. thanks a lot for the reply&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Re : nRF52832 and dongle commuication</title><link>https://devzone.nordicsemi.com/thread/138525?ContentTypeID=1</link><pubDate>Mon, 02 Jul 2018 13:23:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f2374669-184e-4ad3-acab-f219f8623fb3</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure what you are planning to do with the&amp;nbsp;nRF24L01+ ? Where is the&amp;nbsp;steamVR tracker in the picture?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Of course 10 nRF52832 can talk to one&amp;nbsp;nRF24L01+ but you need to use ESB/raw Radio protocol, and do some coding, and I don&amp;#39;t know how that work with the SteamVR tracker.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Re : nRF52832 and dongle commuication</title><link>https://devzone.nordicsemi.com/thread/138343?ContentTypeID=1</link><pubDate>Fri, 29 Jun 2018 16:47:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e56257d9-b3cc-4760-a1ed-d36d89dd1fc0</guid><dc:creator>amur9465</dc:creator><description>&lt;p&gt;what about the nRF24L01+ dongle transreciever IC ??&lt;/p&gt;
&lt;p&gt;suppose i use 10 nRF52832 and all are sending data to one nRF24L01+ , will there be a problem with that or do i need to use 1&amp;nbsp;&lt;span&gt;nRF52832&amp;nbsp; to its corresponding&amp;nbsp;nRF24L01+ ??&amp;nbsp; Please help me in answering this so that i can move on with my project.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Re : nRF52832 and dongle commuication</title><link>https://devzone.nordicsemi.com/thread/138324?ContentTypeID=1</link><pubDate>Fri, 29 Jun 2018 15:10:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bb15aa6c-a6a8-4567-93ac-8b494f7443c2</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Amur,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The NRF52840 can communicate with multiple devices at the same times. If the softdevice is used, the maximum simultaneous links is 20.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;However, we are not the people who develop the steamVR tracker firmware/software, we only make the nRF52832 chip. So we have no idea what&amp;#39;s inside the tracker or how it works, which protocol it uses. You would need to contact Steam to know what they do and what you can do with their product.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>