<?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>NRF52810 and NRF52832 HID bluetooth have a different polling rate.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/123718/nrf52810-and-nrf52832-hid-bluetooth-have-a-different-polling-rate</link><description>Hi, 
 I have custom hardware using the NRF52810. Due to its very small RAM size, I developed the code on the NRF52DK_NRF52832 and then removed functionalities to make it fit on the 810. 
 I&amp;#39;m sending button presses on BT HID as fast as I can. I achieve</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 26 Aug 2025 13:42:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/123718/nrf52810-and-nrf52832-hid-bluetooth-have-a-different-polling-rate" /><item><title>RE: NRF52810 and NRF52832 HID bluetooth have a different polling rate.</title><link>https://devzone.nordicsemi.com/thread/546782?ContentTypeID=1</link><pubDate>Tue, 26 Aug 2025 13:42:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:980ad5c4-d451-416f-b287-b21667e80da7</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Alex,&amp;nbsp;&lt;br /&gt;Which connection interval was used in the connection ? If it&amp;#39;s 7.5ms I don&amp;#39;t see a problem for the sniffer to capture that.&amp;nbsp;&lt;br /&gt;Or lower interval with LLPM used ?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;One simple test could be to use peripheral_lbs sample and send a lot of notification as quick as possible and see if you have any limit with the nRF52810, but I don&amp;#39;t see it could be a problem.&amp;nbsp;&lt;br /&gt;The nRF52810 has only 24kB RAM, you may want to check if there is any configuration that limit the BLE buffer.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;If you can reproduce the issue with a nRF5 DK, you can send us and we can test here with our sniffers.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52810 and NRF52832 HID bluetooth have a different polling rate.</title><link>https://devzone.nordicsemi.com/thread/546677?ContentTypeID=1</link><pubDate>Mon, 25 Aug 2025 21:42:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cea89df0-a81f-4df4-ac3f-c94446828c41</guid><dc:creator>Pivic_123</dc:creator><description>&lt;p&gt;I have done more testing. &lt;br /&gt;On the NRF52810, I&amp;nbsp;&lt;span style="margin:0px;padding:0px;"&gt;have only one pin available for toggling, and I observe that the&amp;nbsp;&lt;strong&gt;bt_hids_inp_rep_send&lt;/strong&gt;&amp;nbsp;function is called at an interval of 4ms or less&lt;/span&gt;. Same rate on the NRF52832.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The sniffer doesn&amp;#39;t seem to go fast enough to detect the polling rate. Gamepadal still reports the same latency: 8ms for the 832 and 38ms for the 810.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m running the same main.c, I can&amp;#39;t find anything in the overlays that could account for this behaviour. Could it be down to a difference in Zephyr for both devices?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I keep looking.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52810 and NRF52832 HID bluetooth have a different polling rate.</title><link>https://devzone.nordicsemi.com/thread/546104?ContentTypeID=1</link><pubDate>Tue, 19 Aug 2025 21:09:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c8d40af0-5fdb-425c-b5b1-8aa575f327f6</guid><dc:creator>Pivic_123</dc:creator><description>&lt;p&gt;I moved the devices as close as possible to the sniffer. I manage to see the interval update at &amp;quot;6&amp;quot; (7.5ms) on both the &lt;span&gt;NRF52832&amp;nbsp;&lt;/span&gt;and the &lt;span&gt;NRF52810&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/pastedimage1755636970709v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll use the pins to see the differences in behavior between the 832 and 810 and report back.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52810 and NRF52832 HID bluetooth have a different polling rate.</title><link>https://devzone.nordicsemi.com/thread/545948?ContentTypeID=1</link><pubDate>Mon, 18 Aug 2025 14:36:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b32e21c6-a4d0-4c46-8b2a-343c8d691102</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Alex,&amp;nbsp;&lt;br /&gt;It doesn&amp;#39;t seems the sniffer could capture all the packets. Many packets missing.&amp;nbsp;&lt;br /&gt;I would suggest to keep it close to the 2 devices.&amp;nbsp;The updated connection interval request is not visible.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;To measure the latency I would also suggest to use GPIO so when you trigger a button press you turn on a GPIO at each step of the process until the BLE packet is sent to see if there is any difference.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52810 and NRF52832 HID bluetooth have a different polling rate.</title><link>https://devzone.nordicsemi.com/thread/545813?ContentTypeID=1</link><pubDate>Fri, 15 Aug 2025 15:29:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:33e38517-f8ff-415b-b309-4d6cb3b3b1c1</guid><dc:creator>Pivic_123</dc:creator><description>&lt;p&gt;Hi, I have made 2 traces, one for the NRF52832, and one for the NRF52810.&amp;nbsp;&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/832.pcapng"&gt;devzone.nordicsemi.com/.../832.pcapng&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/810.pcapng"&gt;devzone.nordicsemi.com/.../810.pcapng&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52810 and NRF52832 HID bluetooth have a different polling rate.</title><link>https://devzone.nordicsemi.com/thread/545806?ContentTypeID=1</link><pubDate>Fri, 15 Aug 2025 14:45:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:32befb15-3bfd-4c42-bf7a-32c3f8c226cf</guid><dc:creator>Pivic_123</dc:creator><description>&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thank you. I&amp;#39;ll setup a sniffer and let you know.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To measure the latency I have been using:&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://gamepadla.com/gpdl-tester-guide.pdl"&gt;Gamepadla&amp;nbsp;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The button press check is identical between both hardware as I&amp;#39;m using the same code.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52810 and NRF52832 HID bluetooth have a different polling rate.</title><link>https://devzone.nordicsemi.com/thread/545801?ContentTypeID=1</link><pubDate>Fri, 15 Aug 2025 14:18:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3162328f-67db-43d8-adcb-b85da32312ab</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Alex,&amp;nbsp;&lt;br /&gt;I don&amp;#39;t think we have such limitation on the&amp;nbsp;NRF52810 .&lt;br /&gt;&lt;br /&gt;Could you try to capture &lt;a href="https://academy.nordicsemi.com/courses/bluetooth-low-energy-fundamentals/lessons/lesson-6-bluetooth-le-sniffer/"&gt;a sniffer trace&amp;nbsp;&lt;/a&gt;&amp;nbsp;so we can see what happens over the air ?&lt;br /&gt;&lt;br /&gt;Please double check if the button interrupt is correctly capture the button press then send to BLE and there is no delay with that?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;How did you measure the latency of 38ms&amp;nbsp; ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>