<?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 connect nRF2740 to Arduino Micro</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/1832/how-to-connect-nrf2740-to-arduino-micro</link><description>Hi,
I&amp;#39;d like to connect my nRF2740 to my MCU Arduino Micro and test it with the sample codes found in your GIT repo. How can I do this?
Best regards,
Alessandro</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 13 Mar 2014 10:46:49 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/1832/how-to-connect-nrf2740-to-arduino-micro" /><item><title>RE: How to connect nRF2740 to Arduino Micro</title><link>https://devzone.nordicsemi.com/thread/7933?ContentTypeID=1</link><pubDate>Thu, 13 Mar 2014 10:46:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0af4bb5-510c-406d-8a63-2ba80639c1e9</guid><dc:creator>Alessandro Menegatti</dc:creator><description>&lt;p&gt;I&amp;#39;m actually using dividers and converters on each line. Please let me know when you will test it on a Micro board.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to connect nRF2740 to Arduino Micro</title><link>https://devzone.nordicsemi.com/thread/7932?ContentTypeID=1</link><pubDate>Thu, 13 Mar 2014 09:30:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ce79aec1-09a4-441a-a790-bf7b61e37881</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Unfortunately I don’t have a micro here right now, but I will check if I can order one. As far as I can see the Micro is a 5V board, so you should use resistive dividers or level converters for the lines. If you don’t, you risk damaging the nRF8001. However I have successfully connected the nRF8001 to the Arduino Uno without using dividers/convertes, but it is not possible to predict for how long it will take before the nRF8001 is damaged (It could be damaged right away).&lt;/p&gt;
&lt;p&gt;About connecting the module to the micro; Did you try:
Board_name = board default.
REQN-&amp;gt; SS
RDYN -&amp;gt; 3
MOSI -&amp;gt; MOSI
MISO -&amp;gt; MISO
SCK -&amp;gt; SCK
RESET -&amp;gt; 4
VSS -&amp;gt; 3v3
GND -&amp;gt; GND&lt;/p&gt;
&lt;p&gt;Notice that there is an example project called ble_aci_transport_layer_verification that can be used to verify if the transport layer is actually working on your board. Once you have verified that, you could try the hello world project.&lt;/p&gt;
&lt;p&gt;Best regards,
Runar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to connect nRF2740 to Arduino Micro</title><link>https://devzone.nordicsemi.com/thread/7931?ContentTypeID=1</link><pubDate>Thu, 13 Mar 2014 01:32:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b3bd0960-d7b4-4d76-a4da-829da46293ce</guid><dc:creator>Alessandro Menegatti</dc:creator><description>&lt;p&gt;I tried any type of combinations of the pins and all the examples, but I never managed to make it visible from the iPhone or the Master Control Panel. I really don&amp;#39;t know how to do. Can you please help me?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to connect nRF2740 to Arduino Micro</title><link>https://devzone.nordicsemi.com/thread/7930?ContentTypeID=1</link><pubDate>Tue, 11 Mar 2014 20:22:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:167c29ab-4f20-43bf-b726-4800f58539e3</guid><dc:creator>Alessandro Menegatti</dc:creator><description>&lt;p&gt;I tried that but it&amp;#39;s still not working.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to connect nRF2740 to Arduino Micro</title><link>https://devzone.nordicsemi.com/thread/7929?ContentTypeID=1</link><pubDate>Tue, 11 Mar 2014 09:07:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b546e72b-34a1-4761-909b-a28fe7baec27</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;You have to change the board_name to BOARD_DEFAULT&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to connect nRF2740 to Arduino Micro</title><link>https://devzone.nordicsemi.com/thread/7928?ContentTypeID=1</link><pubDate>Mon, 10 Mar 2014 23:28:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ed759ebb-6131-41eb-88d4-1d3584bbeb97</guid><dc:creator>Alessandro Menegatti</dc:creator><description>&lt;p&gt;Thank you very much for the explanation. I just have one problem. If I use the following pin configuration (described in the hello world example), the nRF8001 is not working and I can&amp;#39;t discover it using my Master Control Panel:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
        aci_state.aci_pins.board_name = REDBEARLAB_SHIELD_V1_1; //See board.h for details REDBEARLAB_SHIELD_V1_1 or BOARD_DEFAULT
	aci_state.aci_pins.reqn_pin   = 9; //SS for Nordic board, 9 for REDBEARLAB_SHIELD_V1_1
	aci_state.aci_pins.rdyn_pin   = 8; //3 for Nordic board, 8 for REDBEARLAB_SHIELD_V1_1
	aci_state.aci_pins.mosi_pin   = MOSI;
	aci_state.aci_pins.miso_pin   = MISO;
	aci_state.aci_pins.sck_pin    = SCK;
	
	aci_state.aci_pins.spi_clock_divider          = SPI_CLOCK_DIV8;
	  
	aci_state.aci_pins.reset_pin             = 4; //4 for Nordic board, UNUSED for REDBEARLAB_SHIELD_V1_1
	aci_state.aci_pins.active_pin            = UNUSED;
	aci_state.aci_pins.optional_chip_sel_pin = UNUSED;

&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to connect nRF2740 to Arduino Micro</title><link>https://devzone.nordicsemi.com/thread/7927?ContentTypeID=1</link><pubDate>Mon, 10 Mar 2014 15:07:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6fe07632-8b84-4e4d-9bc6-6f3fb7e1cacd</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Please take a look at the readme file for the &lt;a href="https://github.com/NordicSemiconductor/ble-sdk-arduino/blob/master/README.md"&gt;Arduino SDK&lt;/a&gt;. You should open one of the projects to see which pins are configured by default. I suggest starting with the hello world project.&lt;/p&gt;
&lt;p&gt;The HW layout of the nRF8001 module can be found &lt;a href="https://www.nordicsemi.com/eng/nordic/download_resource/12792/2/43666222"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Notice the following in the main readme file:
“When using the nRF2740/nRF2741 modules directly wired to the Arduino:&lt;/p&gt;
&lt;p&gt;When the Arduino uses a 5v microcontroller, you may have to use level converters or a resistive divider to get the voltage to 3.3v for the lines that are output from Arduino to the nRF8001. The Arduino(3.3v-1.9v) or the Arduino DUE can be wired directly to the nRF8001 without any level converters or resistive dividers.”&lt;/p&gt;
&lt;p&gt;Best regards,
Runar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>