<?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>nRF8001 and nRF24L01+ on one Arduino</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/16459/nrf8001-and-nrf24l01-on-one-arduino</link><description>Is it possible for one Arduino Uno to have a BLE nRF8001 module and a nRF24L01+ module wired to it (allowing each module to communicate simultaneously)? According to the wiring diagrams, they utilize the same pins. Therefore, will I need to multiplex</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 16 Sep 2016 13:36:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/16459/nrf8001-and-nrf24l01-on-one-arduino" /><item><title>RE: nRF8001 and nRF24L01+ on one Arduino</title><link>https://devzone.nordicsemi.com/thread/62990?ContentTypeID=1</link><pubDate>Fri, 16 Sep 2016 13:36:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d4d12a65-b7e4-4c57-9d35-941362e843cd</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;The SPI pins (MOSI, MISO, SCK) can be shared between slaves. You use chip select (CSN) to choose which device has access to SPI interface.
CE and CSN pins should be separated for each slave, and I think they already not the same pins according to your figures.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>