<?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>nRF Master Control Panel Nexus 4 Mi Band</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/6628/nrf-master-control-panel-nexus-4-mi-band</link><description>While I am waiting for my hardware I wanted to test the control panel with my Xiaomi Mi Band. 
 But I only get a single horizontal line in the RSSI Graph.. 
 As I read this:
*Known problems: 
 
 Nexus 4 and 7 notifies only about the first adv. packets</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 23 Apr 2015 07:00:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/6628/nrf-master-control-panel-nexus-4-mi-band" /><item><title>RE: nRF Master Control Panel Nexus 4 Mi Band</title><link>https://devzone.nordicsemi.com/thread/23207?ContentTypeID=1</link><pubDate>Thu, 23 Apr 2015 07:00:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:078b2cb2-1a81-45ad-89c8-6a551355936c</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;It shouldn&amp;#39;t be too complicated to implement one. First you call readRemoteRssi from at BluetoothGatt instance that connected to the target BluetoothDevice. Then you wait for and catch &lt;a href="https://developer.android.com/reference/android/bluetooth/BluetoothGattCallback.html#onReadRemoteRssi%28android.bluetooth.BluetoothGatt,%20int,%20int%29"&gt;onReadRemoteRssi&lt;/a&gt; call back with the BluetoothGattCallback where you can get the new rssi value.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Master Control Panel Nexus 4 Mi Band</title><link>https://devzone.nordicsemi.com/thread/23206?ContentTypeID=1</link><pubDate>Wed, 22 Apr 2015 14:08:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a07975e4-d200-4c05-b99b-d886f884e29f</guid><dc:creator>muhkuhns</dc:creator><description>&lt;p&gt;No I haven&amp;#39;t, because I haven&amp;#39;t found an application using it and can&amp;#39;t write one on my own.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Master Control Panel Nexus 4 Mi Band</title><link>https://devzone.nordicsemi.com/thread/23205?ContentTypeID=1</link><pubDate>Wed, 22 Apr 2015 13:48:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fb63639d-773b-4db8-9bc8-b889062b48c6</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Have you tried &lt;a href="https://developer.android.com/reference/android/bluetooth/BluetoothGatt.html#readRemoteRssi()"&gt;readRemoteRssi&lt;/a&gt; ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Master Control Panel Nexus 4 Mi Band</title><link>https://devzone.nordicsemi.com/thread/23204?ContentTypeID=1</link><pubDate>Wed, 22 Apr 2015 12:01:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13366418-4069-4ae5-a502-57807d1b86b2</guid><dc:creator>muhkuhns</dc:creator><description>&lt;p&gt;I am just curious: Why can we just capture the RSSI Graph from advertising packets and not while connected? Because if I ask the MiBand for its preferred connection parameters it tells me &amp;quot;7,5ms - 100ms&amp;quot; and that should be fast enough, shouldn&amp;#39;t it?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Master Control Panel Nexus 4 Mi Band</title><link>https://devzone.nordicsemi.com/thread/23203?ContentTypeID=1</link><pubDate>Wed, 22 Apr 2015 11:58:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:30f42637-534a-4f75-8ab7-d1b1c6a0abe8</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@muhkuhns: I think I know the problem. For some reasons (to reduce power consumption?) with Android v5.0 and Nexus&amp;#39; devices the scanning windows is very small and scanning interval is large. The result is that it&amp;#39;s pretty hard to capture an advertising packet on Nexus devices unless you advertise very frequently.&lt;/p&gt;
&lt;p&gt;In your case, I suspect the MiBand advertises with not very small advertising interval (few hundreds ms ? ).
What you&amp;#39;re planning is good, with the DK you can test with short advertising interval.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Master Control Panel Nexus 4 Mi Band</title><link>https://devzone.nordicsemi.com/thread/23202?ContentTypeID=1</link><pubDate>Wed, 22 Apr 2015 11:52:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:90ecebf9-50cb-466d-8d5e-99f603d9c1ed</guid><dc:creator>muhkuhns</dc:creator><description>&lt;p&gt;Ah damn it. I once again missclicked convert to answer...&lt;/p&gt;
&lt;p&gt;Yes, I do have different RSSI values when I change the distance between the devices. And that&amp;#39;s the point: &amp;quot;there is no reason &amp;quot;disable continuous scan&amp;quot; can&amp;#39;t capture changes on the RSSI.&amp;quot; But still it won&amp;#39;t. Sometimes it gives me at least 3 short horizontal lines (with different RSSI values)... but that was it.&lt;/p&gt;
&lt;p&gt;But I tried the MiBand with another phone and the Control Panel and it did work as expected.. So it must be a problem on the Nexus 4 side.. Well I ordered my nRF51-DK and I&amp;#39;ll try it again with a simple advertising package and my phone...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Master Control Panel Nexus 4 Mi Band</title><link>https://devzone.nordicsemi.com/thread/23201?ContentTypeID=1</link><pubDate>Wed, 22 Apr 2015 11:48:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b8258186-b25a-4fa2-963d-3b167c6f5a31</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Sorry I thought that it was a phone.&lt;/p&gt;
&lt;p&gt;Mine Nexus 7 is at Android 5.0.2.&lt;/p&gt;
&lt;p&gt;Do you have different RSSI value when you move your Nexus 4 far away from the Mi Band ? (close the app and open it again at different location)&lt;/p&gt;
&lt;p&gt;What &amp;quot;disable continuous scan&amp;quot; does is to start and stop scanning on every 1 second. So if you can see different RSSI when you restart the app, there is no reason &amp;quot;disable continuous scan&amp;quot; can&amp;#39;t capture changes on the RSSI.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Master Control Panel Nexus 4 Mi Band</title><link>https://devzone.nordicsemi.com/thread/23200?ContentTypeID=1</link><pubDate>Wed, 22 Apr 2015 11:43:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8b6a2453-72f6-4a9a-9afd-39629dee28ab</guid><dc:creator>muhkuhns</dc:creator><description>&lt;p&gt;The Mi Band is a fitness tracker. It does not run Android.
My Nexus 4 runs on 5.1&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Master Control Panel Nexus 4 Mi Band</title><link>https://devzone.nordicsemi.com/thread/23199?ContentTypeID=1</link><pubDate>Wed, 22 Apr 2015 11:42:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fd2544fe-1055-4b4a-9745-12ef370e1059</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@mugkuhns: I&amp;#39;m trying with &amp;quot;Continuous scanning&amp;quot; option turned off, and even though pretty slow, the RSSI is notified and changed when I moving the Nexus 7 around.&lt;/p&gt;
&lt;p&gt;Which Android version is on your MiBand and Nexus 4 ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>