<?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>RADIO Module - NRF52840 - Improved Protocol Recommendations</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/81884/radio-module---nrf52840---improved-protocol-recommendations</link><description>Hello, 
 I was wondering if I could bypass the protocols related to BLE transmission (GATT/ATT) and utilize the RADIO peripheral in a close to constant TX rate without regard for power consumption. 
 Are there any recommendations for Protocols that could</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 19 Nov 2021 14:00:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/81884/radio-module---nrf52840---improved-protocol-recommendations" /><item><title>RE: RADIO Module - NRF52840 - Improved Protocol Recommendations</title><link>https://devzone.nordicsemi.com/thread/339843?ContentTypeID=1</link><pubDate>Fri, 19 Nov 2021 14:00:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d2627706-48ca-4a7b-b4cf-429c26b310da</guid><dc:creator>ejbasile</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;Thanks for the response. My reason for not wanting to use BLE is that my program, device that sends &amp;gt;=80KB worth of ADC samples a second, does not mesh well with the hierarchical-characteristic design of BLE/GATT. That implementation--repeatedly writing chunks of ADC Data to a characteristic--does not seem like I am working in the spirit of the original purpose of that protocol. My NRF52840 is integrated within the Arduino Nano 33 BLE.&lt;/p&gt;
&lt;p&gt;I simply want a fast, lightweight protocol that I can send to a neighboring NRF52840 device or computer, I am just unfamiliar with radio protocols and cross-device wireless communications.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Those routes look very promising.&amp;nbsp;I&amp;#39;ll look into those protocols.&lt;/p&gt;
&lt;p&gt;I also found this forum post that I can utilize when configuring TX and RX packets:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/4405/accessing-nrf51-radio-packet-data-outwith-payload"&gt;devzone.nordicsemi.com/.../accessing-nrf51-radio-packet-data-outwith-payload&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RADIO Module - NRF52840 - Improved Protocol Recommendations</title><link>https://devzone.nordicsemi.com/thread/339826?ContentTypeID=1</link><pubDate>Fri, 19 Nov 2021 13:08:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ad1a549b-da08-4122-9bf0-168ebc7d3539</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;It&amp;#39;s indeed possible to use the radio peripheral without any specific protocol, but to communicate with I.E. a Mac without a specific protocol won&amp;#39;t be straight forward.&amp;nbsp;You&amp;#39;ll need to use a protocol supported by the Mac you&amp;#39;re using. I&amp;#39;m not sure, but &lt;a href="https://www.thisisant.com/"&gt;ANT&lt;/a&gt;, or the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrfxlib/nrf_802154/README.html"&gt;nRF 802.15.4 radio driver here&lt;/a&gt;&amp;nbsp;could be an option. To&amp;nbsp;&lt;strong&gt;just&amp;nbsp;&lt;/strong&gt;transmit you can check out the&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/nrf_radio_test_example.html"&gt; radio test example here,&lt;/a&gt; which lets you transmit or receive &amp;quot;pure&amp;quot; radio events to test the antenna performance of a board.&lt;/p&gt;
&lt;p&gt;Is there any specific reason why you don&amp;#39;t want to use BLE?&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>