<?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>nRF24L01+ SPI settings</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/20276/nrf24l01-spi-settings</link><description>Dear sirs, I&amp;#39;ve had a difficult time establishing communication between my nRF24L01+ board and the SPI bus on my Arduino Uno R3 microcontroller. Could you please provide me with a snippet of code that would read the status register? Also, I read elsewhere</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 27 Mar 2017 12:53:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/20276/nrf24l01-spi-settings" /><item><title>RE: nRF24L01+ SPI settings</title><link>https://devzone.nordicsemi.com/thread/78980?ContentTypeID=1</link><pubDate>Mon, 27 Mar 2017 12:53:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e7a4eac-d712-4e43-ad5e-369fb3de584f</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Have you tried one of the many nRF24L01+ Arduino drivers, such as &lt;a href="https://github.com/nRF24/RF24"&gt;this one&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;Reading the STATUS register is actually really simple, since the value of this register is returned on the first read byte, regardless of which SPI command you use.&lt;/p&gt;
&lt;p&gt;This means that if you just clock out 0x00 on the MISO line (command for reading the CONFIG register (reg 0) ) you should see 0x0E come back, which is the default value of STATUS.
If you don&amp;#39;t see any toggling on the MISO line it is usually a sign that the pins aren&amp;#39;t wired up properly.&lt;/p&gt;
&lt;p&gt;I am a bit unsure what regulator issue you are referring to. As long as the regulator can deliver a stable current up to about 20mA you shouldn&amp;#39;t have any issues.
What speed are you running the SPI bus at?
Do you have a scope available to monitor what&amp;#39;s actually happening over the lines?&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;
Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>