<?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>Is it possible to do RX-to-TX using 802.15.4 in same program?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/56404/is-it-possible-to-do-rx-to-tx-using-802-15-4-in-same-program</link><description>Hello everyone, 
 I just started working with 802.15.4 using nRF52840. I wanted to know weather we can do RX-to-TX using 802.15.4. If yes what are the API&amp;#39;s available to do this. 
 Thanks in advance.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 13 Jan 2020 11:28:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/56404/is-it-possible-to-do-rx-to-tx-using-802-15-4-in-same-program" /><item><title>RE: Is it possible to do RX-to-TX using 802.15.4 in same program?</title><link>https://devzone.nordicsemi.com/thread/228771?ContentTypeID=1</link><pubDate>Mon, 13 Jan 2020 11:28:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3155d2cb-9622-43ba-9486-4532e3cf7b2a</guid><dc:creator>SKV</dc:creator><description>&lt;p&gt;Thank you, I will check the example and start the implementation for 802.15.4.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is it possible to do RX-to-TX using 802.15.4 in same program?</title><link>https://devzone.nordicsemi.com/thread/228734?ContentTypeID=1</link><pubDate>Mon, 13 Jan 2020 09:03:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:300f21da-b0eb-4d7e-9b40-24e5cc5d0bb5</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Yes, this should be possible, although we don&amp;#39;t have any 802.15.4 examples doing channel hopping I&amp;#39;m afraid. I suggest you start out seeing how the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Fble_sdk_app_rscs_relay.html&amp;amp;cp=7_1_4_2_1_2"&gt;relayer example&lt;/a&gt; is set up to switch from RX to TX.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is it possible to do RX-to-TX using 802.15.4 in same program?</title><link>https://devzone.nordicsemi.com/thread/228663?ContentTypeID=1</link><pubDate>Sat, 11 Jan 2020 07:10:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:109e891f-11a4-40e3-a680-a2fc3ca5c908</guid><dc:creator>SKV</dc:creator><description>&lt;p&gt;Thanks for replying.&lt;/p&gt;
&lt;p&gt;Sorry for not explaining the goal of the project in detail. I want to create a TiSCH network using 802.15.4.&lt;/p&gt;
&lt;p&gt;The experiment setup is as follows:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The transmitter will transmit the packets for every 7.8 Sec ( Board 1 as 1st pan_coordinator).&lt;/li&gt;
&lt;li&gt;The receiver will be in scan mode (Board 2), once the packet is received from the transmitter-the receiver follows the transmitter for N channel hops.&lt;/li&gt;
&lt;li&gt;Then the Board 2 should be configured to transmitter after N channel hops and act as an 2nd&amp;nbsp;pan_coordinator.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Is it possible to achieve this.&lt;/p&gt;
&lt;p&gt;Thanks in Advance.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is it possible to do RX-to-TX using 802.15.4 in same program?</title><link>https://devzone.nordicsemi.com/thread/228579?ContentTypeID=1</link><pubDate>Fri, 10 Jan 2020 13:39:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c24346af-3ea3-4ce7-8a22-280542b7e392</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Can you please specify what it is you want to do, as it can be one of two things as far as I understand from your initial question.&lt;/p&gt;
&lt;p&gt;1. You want to transmit and receive at the same time. This won&amp;#39;t be possible as the nRF52840 only has one radio, and can only do one of these at a time.&lt;/p&gt;
&lt;p&gt;2. You want the device to function as a relayer, and every time you receive data, you want it to transmit it onwards. If that&amp;#39;s what you&amp;#39;re after, please check out the ble_app_hrs_rscs_relay example, to see how that is set up to handle data and switch between RX and TX, and you should be able to work that into an 802.15.4 project.&lt;/p&gt;
&lt;p&gt;If I have misunderstood you and none of these applications are what you are aiming to achieve, please explain in detail what exactly the goal of your project is, and what you&amp;#39;re after.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>