<?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>What is the use RDYN and REQN lines</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/1708/what-is-the-use-rdyn-and-reqn-lines</link><description>I have Olimex Mod-nRF 8001 Module which i bought it from here . It has break out the RDYN,REQN,MISO,MOSI,SCK and reset pins. My question is can i connect RDYN and REQN lines to any Digital IO pin of Arduino Mega? Or should i connect it to any specific</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 25 Feb 2014 13:30:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/1708/what-is-the-use-rdyn-and-reqn-lines" /><item><title>RE: What is the use RDYN and REQN lines</title><link>https://devzone.nordicsemi.com/thread/7545?ContentTypeID=1</link><pubDate>Tue, 25 Feb 2014 13:30:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4fcfe8c4-0eec-407f-b826-c0560f879dd3</guid><dc:creator>Manish Gulia</dc:creator><description>&lt;p&gt;Ok thanks buddy :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is the use RDYN and REQN lines</title><link>https://devzone.nordicsemi.com/thread/7544?ContentTypeID=1</link><pubDate>Tue, 25 Feb 2014 12:07:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7850e71e-572b-47e0-899d-8d446ad11295</guid><dc:creator>wlgrd</dc:creator><description>&lt;p&gt;I would really advise you to read more on the electric characteristic of your application before diving much further in to the abyss, but I will try and give you a simple introduction.
Starting with polarity, a pin with a specific function (like the RESET pin) can either be active when the pin is set high (e.g. &amp;gt;3V) or when it is low (e.g. &amp;lt; 0.2V). In the datasheet, all such pins are active high, unless the name has a horizontal line above it. That line indicates the pin is an active low pin. So, if your reset pin is active low, it needs to be kept in a high state until you want it to reset, i.e &amp;quot;pull&amp;quot; the pin low. To be able to do both, you need a resistor going from the pin to &amp;gt;3V, e.g VCC of approx 10k (you can play around with this value). This will keep it high since current now will flow through the resistor.
When you want to reset the device, you can connect your reset pin to an internal pull-down in you application controller, thus making the reset pin have a lower voltage, or control an transistor to do the job outside the controller.
Actually, this could become a very large write up, but I hope you now understand enough to investigate this on your own :) Good luck&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is the use RDYN and REQN lines</title><link>https://devzone.nordicsemi.com/thread/7543?ContentTypeID=1</link><pubDate>Tue, 25 Feb 2014 08:25:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:52714006-a842-4f95-8e7e-587b64b94862</guid><dc:creator>Manish Gulia</dc:creator><description>&lt;p&gt;The concept of  pull-up/down resistors is not completely clear. Can you explain it? How to check they if have the same polarity on active state or not?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is the use RDYN and REQN lines</title><link>https://devzone.nordicsemi.com/thread/7542?ContentTypeID=1</link><pubDate>Mon, 24 Feb 2014 13:06:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0a89baf2-cab2-44de-b354-132ec9d552d6</guid><dc:creator>wlgrd</dc:creator><description>&lt;p&gt;I have never done any projects with this, nor with Arduino in general so I don&amp;#39;t have a full writeup for you. What exactly in unclear about the reset pin? Is it the datasheet you not fully understand? Do you know the concept of pull-up/down resistors?
The reset pin of the Mega is used for resetting the Mega only. The reset pin of the 8001 is used for resetting the 8001. If they have the same polarity on active state, sure you could connect them together and then to a button.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is the use RDYN and REQN lines</title><link>https://devzone.nordicsemi.com/thread/7541?ContentTypeID=1</link><pubDate>Mon, 24 Feb 2014 13:02:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5e2771b5-b43f-4fb8-a4ac-5a36ea0f77c4</guid><dc:creator>Manish Gulia</dc:creator><description>&lt;p&gt;Thanks for the reply.
Ok it means i can connect any Digital IO pin to RDYN and REQN. But where to connect the Reset line it is still not clear?
Should i connect the reset line of the Olimex Module to any digital IO of Arduino Mega board or directly to the reset pin that is on the Mega board. Can you send me the complete project can make this module start advertising? That will be a great help indeed.&lt;/p&gt;
&lt;p&gt;Actually i don&amp;#39;t know if i connect Reset line of Olimex module to digital IO then what changes i have to make in the code. Thats why i am asking for code.
Any help is appreciated over this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is the use RDYN and REQN lines</title><link>https://devzone.nordicsemi.com/thread/7540?ContentTypeID=1</link><pubDate>Mon, 24 Feb 2014 10:21:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:da23c0e6-ad75-48c8-8305-d846cc332980</guid><dc:creator>wlgrd</dc:creator><description>&lt;p&gt;From the &lt;a href="http://www.nordicsemi.com/eng/content/download/2981/38488/file/nRF8001_PS_v1.2.pdf"&gt;8001 datasheet&lt;/a&gt;, which can be found &lt;a href="http://www.nordicsemi.com/eng/Products/Bluetooth-R-low-energy/nRF8001"&gt;here&lt;/a&gt;:
[i]
The RESET line should be held low for a minimum duration of 200 ns for the nRF8001 to reset.[/i]
So if this line is floating (not connected), the chip could reset without your knowledge at any time. If you do not intend to use it, connect it to VCC, or use a pull-up to VCC and connect it to your application controller if you want to be able to reset the chip.&lt;/p&gt;
&lt;p&gt;Also, from the datasheet
&lt;img src="http://i.imgur.com/ojcirUe.png" alt="http://i.imgur.com/ojcirUe.png" /&gt;&lt;/p&gt;
&lt;p&gt;Connect accordingly...&lt;/p&gt;
&lt;p&gt;EDIT: For these functionalities you could use any pin you have control over. You only need to be able to read the RDYN line and set the REQN (and RESET) line&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>