<?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>Can we implement bluetooth HID class device along with bluetooth mesh connectivity?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/39855/can-we-implement-bluetooth-hid-class-device-along-with-bluetooth-mesh-connectivity</link><description>Hi, 
 I was into the working of bluetooth mesh. I was wondering if it is possible to configure a bluetooth mesh network with a smart phone acting as a provisioner and by any means, can the mesh work like a bluetooth HID device? 
 
 SDK: nRF5_SDK_15.0</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 09 Nov 2018 10:33:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/39855/can-we-implement-bluetooth-hid-class-device-along-with-bluetooth-mesh-connectivity" /><item><title>RE: Can we implement bluetooth HID class device along with bluetooth mesh connectivity?</title><link>https://devzone.nordicsemi.com/thread/156638?ContentTypeID=1</link><pubDate>Fri, 09 Nov 2018 10:33:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:41907e68-1d84-4ec1-bfe3-7159ddff8a65</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;Sorry about the delay.&lt;/p&gt;
[quote user="harikrishnan.911"]Has this got something to do with radio allocation between BLE and mesh?[/quote]
&lt;p&gt;Yes, that is most likely the cause.&lt;/p&gt;
&lt;p&gt;I would say that a performance drop is to be expected.&lt;br /&gt;A with a drop in throughput, packet loss and range issues is likely to occur.&lt;br /&gt;With the ble_app_uart_coexist example the node has to toggle between ADV bearer, advertising and keeping the BLE connection going.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Some measures might be able to improve this, like increasing the BLE advertising interval, to allow more time for the Mesh stack.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Best regards. &lt;/em&gt;&lt;br /&gt;&lt;em&gt;Joakim&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can we implement bluetooth HID class device along with bluetooth mesh connectivity?</title><link>https://devzone.nordicsemi.com/thread/156297?ContentTypeID=1</link><pubDate>Wed, 07 Nov 2018 12:30:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c8be684a-2a54-49ec-9cbc-0a2ad1120908</guid><dc:creator>hari911</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Any updates on this thread?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;Hari&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can we implement bluetooth HID class device along with bluetooth mesh connectivity?</title><link>https://devzone.nordicsemi.com/thread/155672?ContentTypeID=1</link><pubDate>Fri, 02 Nov 2018 07:40:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:25de08a7-c396-452e-a407-50c61370242a</guid><dc:creator>hari911</dc:creator><description>&lt;p&gt;Hi Joakim Jakobsen,&lt;/p&gt;
&lt;p&gt;Thanks for the reply and that was a great start.&lt;/p&gt;
&lt;p&gt;I tried working with ble_app_uart_coexist and it was working as expected. But something caught my attention.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;Test setup:-&lt;br /&gt;nRF52840DK - light_switch (provisioner)&lt;br /&gt;nRF52DK - light_switch (server)&lt;br /&gt;nRF52DK - ble_app_uart_coexist (client)&lt;br /&gt;android phone - nRF UART&lt;/p&gt;
&lt;p&gt;so, here, without the android phone, things are working relatively ok, but once we have connected the android phone, mesh client reception efficiency got reduced significantly. Say out of 10 packets sent from server(button 0 pressed), only 7-8 got registered in client.&lt;/p&gt;
&lt;p&gt;Has this got something to do with radio allocation between BLE and mesh?&lt;/p&gt;
&lt;p&gt;Since my final requirement is to implement HID device within a mesh network, packet loss and latency should be kept bare minimum.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Hari&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can we implement bluetooth HID class device along with bluetooth mesh connectivity?</title><link>https://devzone.nordicsemi.com/thread/154840?ContentTypeID=1</link><pubDate>Mon, 29 Oct 2018 10:59:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e2c256a2-a133-42c0-94e5-69a3cbb65ac1</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi Hari.&lt;/p&gt;
&lt;p&gt;I suggest you take a look at this blog post about our nRF Mesh smartphone app. &lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/b/blog/posts/provision-configure-and-control-bluetooth-mesh-networks-with-nrf-mesh"&gt;https://devzone.nordicsemi.com/b/blog/posts/provision-configure-and-control-bluetooth-mesh-networks-with-nrf-mesh&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Also, take a look at this thread and the answers from Hung. &lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/29108/how-to-add-mesh-into-nrf5-sdk-v14-1-v15-ble-application"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/29108/how-to-add-mesh-into-nrf5-sdk-v14-1-v15-ble-application&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Best regards, &lt;/em&gt;&lt;br /&gt;&lt;em&gt;Joakim.&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>