<?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 can I use one nrf24l01+ as transceiver at a time ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/6340/how-can-i-use-one-nrf24l01-as-transceiver-at-a-time</link><description>I am using two nrf24l01+ at two ends &amp;amp; i am able to communicate between both but its a simplex communiacation means I am transmitting nrf code from A end &amp;amp; B end receives that code properly . But now I want to transmit nrf code from B end &amp;amp; A end need</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 13 Apr 2015 06:29:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/6340/how-can-i-use-one-nrf24l01-as-transceiver-at-a-time" /><item><title>RE: How can I use one nrf24l01+ as transceiver at a time ?</title><link>https://devzone.nordicsemi.com/thread/22108?ContentTypeID=1</link><pubDate>Mon, 13 Apr 2015 06:29:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ddd40af-6b46-4414-83ad-6db650f511a5</guid><dc:creator>KETAN</dc:creator><description>&lt;p&gt;Actually I want to interrupt from end B to end A. So is it possible with ACK payload only ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I use one nrf24l01+ as transceiver at a time ?</title><link>https://devzone.nordicsemi.com/thread/22109?ContentTypeID=1</link><pubDate>Wed, 08 Apr 2015 09:54:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40009e8e-e67d-40f8-ae26-bf2345d562a0</guid><dc:creator>KETAN</dc:creator><description>&lt;p&gt;I am using ATmega32.
When I am using transmit_payload() from end B, it is not working from any end. Means communication can not take place.  Should change in my nrf24L01_init(). For that please go through my code.
&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/Transceiver.rar"&gt;Transceiver.rar&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I use one nrf24l01+ as transceiver at a time ?</title><link>https://devzone.nordicsemi.com/thread/22107?ContentTypeID=1</link><pubDate>Wed, 08 Apr 2015 06:09:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7899d902-9581-4688-9c07-bfd88fa3a7bb</guid><dc:creator>Asbj&amp;#248;rn</dc:creator><description>&lt;p&gt;You can use the ACK payload functionality in the nRF24L01+. On the B end you write the payload you want to send back to the TX FIFO and when A send a package to B (assuming you have enabled ACK payload functionality), then B will add what you have written to the TX FIFO to the ACK and it will be received on A.&lt;/p&gt;
&lt;p&gt;There are a lot of different libraries out there to use. I don&amp;#39;t know which MCU you are using to control the nRF24L0+, but I would recommend you to use google to see if you can find a library for the nRF24L01+ that is based on the MCU you are using. As long as the MCU you are using is a fairly common one, there should be libraries to find.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>