<?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>propreitary RF send data from 51822 to 52840</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/76442/propreitary-rf-send-data-from-51822-to-52840</link><description>I&amp;#39;m sending Data from nRF51822 to nRF24L01. The configuration of the nRF51822 is NRF_RADIO-&amp;gt;PREFIX0 = 0x43434343UL; NRF_RADIO-&amp;gt;BASE0 = 0x43434343UL; The address of the 24L01 is 0x2C2C2C2C2C 
 This is working perfect. 
 Now I need to replace the 24L01</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 25 Jun 2021 16:47:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/76442/propreitary-rf-send-data-from-51822-to-52840" /><item><title>RE: propreitary RF send data from 51822 to 52840</title><link>https://devzone.nordicsemi.com/thread/317315?ContentTypeID=1</link><pubDate>Fri, 25 Jun 2021 16:47:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:35bd2fee-b46e-4e69-b214-de87fc2ec10f</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;Duplicate her: &lt;a href="https://devzone.nordicsemi.com/support-private/support/272239"&gt;devzone.nordicsemi.com/.../272239&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: propreitary RF send data from 51822 to 52840</title><link>https://devzone.nordicsemi.com/thread/316939?ContentTypeID=1</link><pubDate>Thu, 24 Jun 2021 10:21:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2bfc0573-04d0-4512-abc9-8c3fe5aa4620</guid><dc:creator>Wenne</dc:creator><description>&lt;p&gt;Hi Kenneth,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m able to receive Data from 51822 -&amp;gt; to 52840 now.&lt;/p&gt;
&lt;p&gt;But it seems that my Payload is shifted 2 Bytes to the left, that&lt;/p&gt;
&lt;p&gt;the&lt;/p&gt;
&lt;p&gt;received rx_payload.data[0] holds the data of the send data[2]&lt;/p&gt;
&lt;p&gt;received rx_payload.data[1] holds the data of the send data[3]&lt;/p&gt;
&lt;p&gt;received rx_payload.data[2] holds the data of the send data[4]&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;p&gt;received rx_payload.data[14] = 0x00&lt;/p&gt;
&lt;p&gt;received rx_payload.date[15] = 0x00&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;how to shift the rx_payload data 2bytes to the right ?&lt;/p&gt;
&lt;p&gt;do I have to use S0 / LENGHTH / S1 for this ?&lt;/p&gt;
&lt;p&gt;best regards wenne&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: propreitary RF send data from 51822 to 52840</title><link>https://devzone.nordicsemi.com/thread/315993?ContentTypeID=1</link><pubDate>Fri, 18 Jun 2021 05:07:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7bf14932-fab7-426a-b682-da46e0268fa7</guid><dc:creator>Wenne</dc:creator><description>&lt;p&gt;Thank you Kenneth,&lt;/p&gt;
&lt;p&gt;i already know your links ...&lt;/p&gt;
&lt;p&gt;I was asking that you to check the address first, to avoid searching for double faults ... i can search 100 years for my fault if i use the wrong address ...&lt;/p&gt;
&lt;p&gt;thank you ...&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;wenne&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: propreitary RF send data from 51822 to 52840</title><link>https://devzone.nordicsemi.com/thread/315894?ContentTypeID=1</link><pubDate>Thu, 17 Jun 2021 13:11:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fbef3b5e-9a82-4b27-8594-fcd2e2c350f7</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You can find that we already have an example, source code and description on how to transfer data over the ESB protocol:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/examples_esb.html"&gt;https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/examples_esb.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/esb_users_guide.html"&gt;https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/esb_users_guide.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In specific check out this info:&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/esb_users_guide.html#esb_backwards"&gt;https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/esb_users_guide.html#esb_backwards&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: propreitary RF send data from 51822 to 52840</title><link>https://devzone.nordicsemi.com/thread/315818?ContentTypeID=1</link><pubDate>Thu, 17 Jun 2021 10:21:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fa960b02-0bf0-463a-9fb8-a80ef02c3d88</guid><dc:creator>Wenne</dc:creator><description>&lt;p&gt;I tried this also&lt;/p&gt;
&lt;p&gt;uint8_t base_addr_0[4] = {0x43, 0x43, 0x43, 0x43};&lt;br /&gt;uint8_t base_addr_1[4] = {0x43, 0x43, 0x43, 0x43};&lt;br /&gt;uint8_t addr_prefix[8] = {0x43, 0x43, 0xC3, 0xC4,0xC5, 0xC6, 0xC7, 0xC8};&lt;/p&gt;
&lt;p&gt;it&amp;#39;s not working for me ...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>