<?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>Latest Raspbian Buster (09/26/19), Thingy:52 automatically disconnects after about 90 seconds</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/55750/latest-raspbian-buster-09-26-19-thingy-52-automatically-disconnects-after-about-90-seconds</link><description>Hi, Just wanted to pass this along... with the latest Raspbian (09/26/19) the thingy52 will consistently disconnect after about 90 seconds (+/- a few seconds). You can easily reproduce by installing any Pi (I&amp;#39;ve tried a 3 and a zero/w) with the current</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 08 Feb 2020 23:18:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/55750/latest-raspbian-buster-09-26-19-thingy-52-automatically-disconnects-after-about-90-seconds" /><item><title>RE: Latest Raspbian Buster (09/26/19), Thingy:52 automatically disconnects after about 90 seconds</title><link>https://devzone.nordicsemi.com/thread/233406?ContentTypeID=1</link><pubDate>Sat, 08 Feb 2020 23:18:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a186640e-1310-41bd-a06c-6a8cba2ddbc1</guid><dc:creator>OmnIoT</dc:creator><description>&lt;p&gt;A new release of Raspbian has been made available, and as expected it backed out the change introduced in&amp;nbsp;&lt;span&gt;2019-09-26 that would cause the Thingy:52 to disconnect every 90 seconds. I just tested it this morning and can confirm that the issue in the original post has been corrected. That said, I did find (at least for me) that simply updating an existing Raspbian Buster installation did not suffice... I had to reinstall from the full os image downloadable from the Raspberry Pi website.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Latest Raspbian Buster (09/26/19), Thingy:52 automatically disconnects after about 90 seconds</title><link>https://devzone.nordicsemi.com/thread/227020?ContentTypeID=1</link><pubDate>Mon, 30 Dec 2019 03:18:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d7e7e66a-1126-40cf-be09-24a7da6dc04d</guid><dc:creator>OmnIoT</dc:creator><description>&lt;p&gt;One last update - I think the changes (07/06 + 09/05) here -&lt;/p&gt;
&lt;p&gt;&lt;a href="https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/log/net/bluetooth/hci_event.c?h=next-20191220"&gt;git.kernel.org/.../hci_event.c&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;address this. You can read the comments in the change links, but bottom line is the 07/06 change caused the OS to start rejecting Parameter Update Requests and the 09/05 change subsequently backed that change out (due to devices no longer being able to connect no doubt). I&amp;#39;m guessing the first change made it into the current buster release and the second one will hopefully be in the next release. I couldn&amp;#39;t find for sure that that&amp;#39;s the case so if anyone reading this knows how to verify&amp;nbsp;that&amp;#39;s correct&amp;nbsp;that would be great. Pretty well explains the behavior though...&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;PS - feel free to close this if it needs to be closed. Thx&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Latest Raspbian Buster (09/26/19), Thingy:52 automatically disconnects after about 90 seconds</title><link>https://devzone.nordicsemi.com/thread/227010?ContentTypeID=1</link><pubDate>Sun, 29 Dec 2019 09:23:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d822c07-d3dd-4214-b8b5-c0965d633a4b</guid><dc:creator>OmnIoT</dc:creator><description>&lt;p&gt;I went back to Raspbian stretch and confirmed via btmon that with both sensors the OS would previously accept the connection parameter request updates. Not sure what logic controls whether conn parm change requests are accepted, but it appears to have changed in buster unfortunately....&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Latest Raspbian Buster (09/26/19), Thingy:52 automatically disconnects after about 90 seconds</title><link>https://devzone.nordicsemi.com/thread/227009?ContentTypeID=1</link><pubDate>Sun, 29 Dec 2019 08:56:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:00cff4df-ce6f-4729-a74c-732f25bdce44</guid><dc:creator>OmnIoT</dc:creator><description>&lt;p&gt;Thought I&amp;#39;d provide a bit of follow-up... doing some additional testing I found another ble sensor we support exhibiting similar behavior. Then, running btmon, I can see that both sensors are making requests to update the connection parameters and both are being rejected. The timing is a little different between the two. The other sensor tries once at ~15 secs gets rejected and disconnects. The Thingy tries 3 times every 30 seconds, gets rejected all three times, and disconnects. Or at least I assume it&amp;#39;s the sensor disconnecting? I went back and confirmed that both sensors worked in Raspbian stretch, so I&amp;#39;m assuming it&amp;#39;s something that&amp;#39;s changed in buster (I also updated to the latest bluez). I also found a sort of &amp;quot;workaround&amp;quot; in that you can write the connection parms yourself using directly to&amp;nbsp;&lt;code&gt;/sys/kernel/debug/bluetooth/hci0/conn_min_interval&lt;/code&gt;&amp;nbsp;(and associated files) but that&amp;#39;s not a permanent fix and also only fixes up one device at a time. Anyway, I&amp;#39;ll follow back up if I find out more.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>