<?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 configure nRF-IEEE-802.15.4-radio-driver</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/54496/how-configure-nrf-ieee-802-15-4-radio-driver</link><description>Hello, 
 I have tested the example code of the nRF-IEEE-802.15.4-radio-driver and now I&amp;#39;d like to modify it. 
 
 How I can disable the ack? (I tryed this function: nrf_802154_auto_ack_set(false); do I have to invoke it before or after nrf_802154_init</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 26 Nov 2019 02:39:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/54496/how-configure-nrf-ieee-802-15-4-radio-driver" /><item><title>RE: how configure nRF-IEEE-802.15.4-radio-driver</title><link>https://devzone.nordicsemi.com/thread/221970?ContentTypeID=1</link><pubDate>Tue, 26 Nov 2019 02:39:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8c22c7ee-bfeb-4db6-83f2-748b28ff74a4</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/vasanth"&gt;SKV&lt;/a&gt;: Please open a new question for your issue so that we avoid many comments that are related to two different issues.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how configure nRF-IEEE-802.15.4-radio-driver</title><link>https://devzone.nordicsemi.com/thread/221744?ContentTypeID=1</link><pubDate>Mon, 25 Nov 2019 07:54:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2792f2ef-b9af-4378-9278-5a348c93dd6e</guid><dc:creator>SKV</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am new to working with 802.15.4, is there a way to to change the Beacon duration of 802.15.4? If YES, How ?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how configure nRF-IEEE-802.15.4-radio-driver</title><link>https://devzone.nordicsemi.com/thread/221579?ContentTypeID=1</link><pubDate>Fri, 22 Nov 2019 13:47:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c84b1e2a-48e5-4a26-be04-e1fe6aa0e775</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;So you are using&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_tz_v3.2.0/group__nrf__802154__transitions.html#ga86dc6002420eea96ae0bb3853ca1bbb5"&gt;nrf_802154_transmit_raw_at&lt;/a&gt;&lt;span&gt;&amp;nbsp;() and not&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_tz_v3.2.0/group__nrf__802154__transitions.html#ga88cdbdefcba93cb1fc0656c198680b28"&gt;nrf_802154_transmit&lt;/a&gt;().&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;BEst regards&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Bjørn&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how configure nRF-IEEE-802.15.4-radio-driver</title><link>https://devzone.nordicsemi.com/thread/221420?ContentTypeID=1</link><pubDate>Thu, 21 Nov 2019 19:05:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:903e15fa-bca7-41b1-9f41-1e7fc4fd1ea5</guid><dc:creator>Tobamalau</dc:creator><description>&lt;p&gt;The problem was, I used the raw API, but they is recommended to use. Why I can send in raw mode just 63 byte?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how configure nRF-IEEE-802.15.4-radio-driver</title><link>https://devzone.nordicsemi.com/thread/220584?ContentTypeID=1</link><pubDate>Mon, 18 Nov 2019 13:11:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:85db8a7f-f8c4-43c1-9219-676892bc1e9d</guid><dc:creator>bjorn-spockeli</dc:creator><description>[quote user=""]How I can disable the ack? (I tryed this function: nrf_802154_auto_ack_set(false); do I have to invoke it before or after nrf_802154_init).[/quote]
&lt;p&gt;&amp;nbsp;nrf_802154_auto_ack_set() should be the function to do this and it should be called after&amp;nbsp;&lt;span&gt;nrf_802154_init()&lt;/span&gt;&lt;/p&gt;
[quote user=""]How I can increase the packet size to 127 byte? Now I can send max. 63 byte.[/quote]
&lt;p&gt;&amp;nbsp;&lt;span&gt;The parameter&amp;nbsp;&lt;/span&gt;&lt;a href="https://github.com/NordicSemiconductor/nRF-IEEE-802.15.4-radio-driver/blob/ee1dc23f5374a981335f5e7840aed6b2b1cf4d7e/src/nrf_802154_const.h#L136"&gt;MAX_PACKET_SIZE&lt;/a&gt;&lt;span&gt;&lt;a href="https://github.com/NordicSemiconductor/nRF-IEEE-802.15.4-radio-driver/blob/ee1dc23f5374a981335f5e7840aed6b2b1cf4d7e/src/nrf_802154_const.h#L136"&gt;&amp;nbsp;&lt;/a&gt;is set to 127 by default in the nRF IEEE 802.15.4. Radio Driver, and this is set in the RADIO&lt;/span&gt;&lt;span&gt;&amp;nbsp;peripheral&amp;nbsp;&lt;/span&gt;&lt;a href="https://github.com/NordicSemiconductor/nRF-IEEE-802.15.4-radio-driver/blob/ee1dc23f5374a981335f5e7840aed6b2b1cf4d7e/src/nrf_802154_core.c#L574"&gt;during init&lt;/a&gt;&lt;span&gt;&amp;nbsp;procedure. Hence, you should be able to do this without any modifications.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
[quote user=""]Is there a API Reference reference?[/quote]
&lt;p&gt;&amp;nbsp;See&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_tz_v3.2.0/group__api__802154__driver.html"&gt;802.15.4 driver API&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>