<?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>52805 broadcasting problem</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/83723/52805-broadcasting-problem</link><description>I stopped reconfiguring the broadcast configuration and started the broadcast in the following order: ①, ②, and ③. However, I found that the system may report a hardware error that leads to the restart of the device. According to the log, NRF_ERROR_INVALID_STATE</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 21 Jan 2022 10:45:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/83723/52805-broadcasting-problem" /><item><title>RE: 52805 broadcasting problem</title><link>https://devzone.nordicsemi.com/thread/348883?ContentTypeID=1</link><pubDate>Fri, 21 Jan 2022 10:45:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d029149f-fd7f-4b68-8296-e5a7ccbf4466</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;No problem &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Happy to help.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 52805 broadcasting problem</title><link>https://devzone.nordicsemi.com/thread/348862?ContentTypeID=1</link><pubDate>Fri, 21 Jan 2022 08:58:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:989b1454-4380-4f91-baaf-137e976b7ae5</guid><dc:creator>xiaobai</dc:creator><description>&lt;p&gt;&lt;span&gt;The problem has been found. When I switched the broadcast package again, one of the timers was not turned off in time, which led to the error of 0x08 in the broadcast setting. I&amp;#39;m really sorry.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 52805 broadcasting problem</title><link>https://devzone.nordicsemi.com/thread/348611?ContentTypeID=1</link><pubDate>Thu, 20 Jan 2022 02:07:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2408c424-0a80-4f00-bc6b-359cf462816b</guid><dc:creator>xiaobai</dc:creator><description>&lt;p&gt;&lt;span class="tgt"&gt;The problem now is that I have eliminated the error of the broadcast stop step and have written a flag that handles the broadcast status to determine if I need to stop the broadcast.&lt;/span&gt;&lt;span class="tgt"&gt; When I need to reconfigure the radio configuration and data, found that stopped will go directly to configure the radio broadcast and then to start, but found that configuration will quote 0 x08 error, I look at the configuration API if returns 0 x08 mistakes unless it is not change or radio broadcast content configuration pointer is empty,&lt;/span&gt;&lt;span class="tgt"&gt; However, my broadcast data will change, and the configuration item will not be null pointer, so I would like to ask how to cause this error.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 52805 broadcasting problem</title><link>https://devzone.nordicsemi.com/thread/348580?ContentTypeID=1</link><pubDate>Wed, 19 Jan 2022 17:10:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0cab0e8f-bc75-4cea-bf64-bb70d5bd8daa</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You get an NRF_ERROR_INVALID STATE error after the &lt;em&gt;sd_ble_gap_adv_stop.&amp;nbsp;&lt;/em&gt;So, this could be because the advertising handle is not advertising, i.e you call the stop when there was nothing to stop.&lt;/p&gt;
&lt;p&gt;I am not exactly sure, but this may be because you call the &lt;strong&gt;stop&lt;/strong&gt; function first, then the &lt;strong&gt;configure&lt;/strong&gt; and then the &lt;strong&gt;start&lt;/strong&gt; function. So you call a stop function when there was nothing to stop in&amp;nbsp;the first place. Maybe if you configure, start and then stop, is it still showing an error?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 52805 broadcasting problem</title><link>https://devzone.nordicsemi.com/thread/348399?ContentTypeID=1</link><pubDate>Wed, 19 Jan 2022 02:05:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:60b1c677-40e7-46a3-a894-a60063199200</guid><dc:creator>xiaobai</dc:creator><description>&lt;p&gt;&lt;span class="tgt highlight"&gt;Check it again that article according to your opinion, I recorded the status of radio, stopped broadcasting the step error is eliminated, but then call radio parameter setting and the broadcast data API interface, will continue to 0 x08 mistake, but I can make sure my side set the parameters of the radio is normal, and radio data is and is not the same as before,&lt;/span&gt;&lt;span class="tgt"&gt; May I ask why the error 0x08 is still reported here?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 52805 broadcasting problem</title><link>https://devzone.nordicsemi.com/thread/348211?ContentTypeID=1</link><pubDate>Tue, 18 Jan 2022 09:20:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2ed326ed-c5e9-41f4-ad78-70eca1f7e35a</guid><dc:creator>xiaobai</dc:creator><description>&lt;p&gt;&lt;span class="tgt"&gt;It means I&amp;#39;m not on the air, but I stopped the air and reported an error, which I probably know.&lt;/span&gt;&lt;span class="tgt"&gt;But theoretically I stop broadcasting and report an error saying I am not in the broadcast state, but I go to reconfigure the broadcast after this error, why still report an error?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 52805 broadcasting problem</title><link>https://devzone.nordicsemi.com/thread/348205?ContentTypeID=1</link><pubDate>Tue, 18 Jan 2022 08:58:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:788635c4-e2b5-4af5-963e-c583535b824f</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;There are also a few more solutions which might be of help, like the &amp;quot;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/3561/how-to-handle-nrf_error_invalid_state-of-sd_ble_gap_scan_start"&gt;NRF_ERROR_INVALID_STATE of sd_ble_gap_scan_start&lt;/a&gt;&amp;quot; or &amp;quot;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/14071/check-if-currently-advertising"&gt;Check if currently advertising&lt;/a&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;Kindly take a look.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 52805 broadcasting problem</title><link>https://devzone.nordicsemi.com/thread/348202?ContentTypeID=1</link><pubDate>Tue, 18 Jan 2022 08:53:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:438591df-e9a6-4c0e-a31e-4a1db969d792</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Could you take a look at &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/11625/why-im-getting-nrf_error_invalid_state-with-sd_ble_gap_adv_stop"&gt;this ticket&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 52805 broadcasting problem</title><link>https://devzone.nordicsemi.com/thread/348152?ContentTypeID=1</link><pubDate>Tue, 18 Jan 2022 02:41:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b9b85941-5578-41d9-a77c-c3c02bc2d445</guid><dc:creator>xiaobai</dc:creator><description>&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1642473628008v1.png" alt=" " /&gt;&lt;span&gt;The protocol stack used is S112_NRf52_7.2.0_softDevice.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 52805 broadcasting problem</title><link>https://devzone.nordicsemi.com/thread/348151?ContentTypeID=1</link><pubDate>Tue, 18 Jan 2022 02:14:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:10aea519-37e2-4099-a142-696753416b44</guid><dc:creator>xiaobai</dc:creator><description>&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1642472091220v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 52805 broadcasting problem</title><link>https://devzone.nordicsemi.com/thread/348125?ContentTypeID=1</link><pubDate>Mon, 17 Jan 2022 17:03:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:45dd235f-610d-4968-82a0-b00d5022ee2e</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Could you share the complete &lt;em&gt;error log/output log&lt;/em&gt;?&amp;nbsp;&lt;em&gt;&lt;/em&gt;Also,&amp;nbsp;which SoftDevice version are you using?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>