<?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>Odd Proprietary Radio TX / RX</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/40240/odd-proprietary-radio-tx-rx</link><description>Hello, 
 I tried to send data through the proprietary radio. My devices are NRF52832. The data I would like to send is an uint8_t array: 
 
 Right before I send it out, I copied it to another variable, then print it (on the next cycle, to ensure printing</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 08 Nov 2018 12:14:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/40240/odd-proprietary-radio-tx-rx" /><item><title>RE: Odd Proprietary Radio TX / RX</title><link>https://devzone.nordicsemi.com/thread/156484?ContentTypeID=1</link><pubDate>Thu, 08 Nov 2018 12:14:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:685cb92d-eb24-4e8f-825b-978cd8bb1b2c</guid><dc:creator>Winz</dc:creator><description>&lt;p&gt;Hi Torbj&amp;oslash;rn,&lt;/p&gt;
&lt;p&gt;No, I was worried if changing this code may introduce another problem (e.g. timing, delay, etc).&lt;/p&gt;
&lt;p&gt;Otherwise, I managed to fix it: I followed your suggestion to set the PACKET_STATIC_LENGTH to be equal to PACKET_PAYLOAD_MAXSIZE, which I set to (10UL)&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;
&lt;p&gt;Sincerely,&lt;/p&gt;
&lt;p&gt;Winz&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Odd Proprietary Radio TX / RX</title><link>https://devzone.nordicsemi.com/thread/156459?ContentTypeID=1</link><pubDate>Thu, 08 Nov 2018 10:12:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:93178a46-9db1-4ac1-bfa0-203d4bdd344b</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Winz&lt;/p&gt;
&lt;p&gt;What do you want me to verify?&lt;/p&gt;
&lt;p&gt;Did you mean to attach your code?&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><item><title>RE: Odd Proprietary Radio TX / RX</title><link>https://devzone.nordicsemi.com/thread/156423?ContentTypeID=1</link><pubDate>Thu, 08 Nov 2018 08:26:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bb419d71-3ae8-4811-a679-1f1ee49d6e86</guid><dc:creator>Winz</dc:creator><description>&lt;p&gt;Oh wait, sorry, I did not update my sniffer.&lt;/p&gt;
&lt;p&gt;It seems to work now. Would you verify if there may be any bug of it?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Sincerely,&lt;/p&gt;
&lt;p&gt;Winz&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Odd Proprietary Radio TX / RX</title><link>https://devzone.nordicsemi.com/thread/156422?ContentTypeID=1</link><pubDate>Thu, 08 Nov 2018 08:21:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aeea8b1a-4d0b-4449-84a7-b7ee07ae5449</guid><dc:creator>Winz</dc:creator><description>&lt;p&gt;Hi Torbj&amp;oslash;rn,&lt;/p&gt;
&lt;p&gt;I may say that I changed this definition. I defined it to (0UL) (I suppose it means &amp;quot;the packet has a static length, so it&amp;#39;s a false).&lt;/p&gt;
&lt;p&gt;I also read another thread saying that I can set PACKET_STATIC_LENGTH equal to PACKET_PAYLOAD_MAXSIZE. I tried it, but no chance.&lt;/p&gt;
&lt;p&gt;And both resulted the same.&lt;/p&gt;
&lt;p&gt;Thank you for the recommendation. I will try it later, after I fix this bug.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Sincerely,&lt;/p&gt;
&lt;p&gt;Winz&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Odd Proprietary Radio TX / RX</title><link>https://devzone.nordicsemi.com/thread/156308?ContentTypeID=1</link><pubDate>Wed, 07 Nov 2018 12:45:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:77b00e75-f3e9-44ee-8650-38d5c76648b0</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Did you change the&amp;nbsp;PACKET_STATIC_LENGTH define in radio_config.h?&lt;/p&gt;
&lt;p&gt;The radio example uses a static payload length configuration, and the only way to change the length of the packet is to change this define.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also, if you are going to use the radio for proprietary communication I would strongly recommend using the nrf_esb library, rather than starting out with the radio example. Then you get a more fully fledged RF protocol that does things like packet buffering, data acknowledgement and data retransmission automatically.&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>