<?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>Custom HID over GATT device</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/28805/custom-hid-over-gatt-device</link><description>Hi
I&amp;#39;ve been testing HID example (&amp;quot;nRF51 SDK v9.0.0\examples\ble_peripheral\ble_app_hids_keyboard\pca10028\s110\arm5_no_packs&amp;quot;) for a while.Now,I want to test Custom HID over GATT base on the keyboard example using the pca10028 DK.reference to this webpage</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 29 Dec 2017 07:15:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/28805/custom-hid-over-gatt-device" /><item><title>RE: Custom HID over GATT device</title><link>https://devzone.nordicsemi.com/thread/114105?ContentTypeID=1</link><pubDate>Fri, 29 Dec 2017 07:15:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:82f2eafe-83d7-4469-9f93-9d886747f217</guid><dc:creator>John</dc:creator><description>&lt;p&gt;Finally,I find that BusHound can&amp;#39;t monitor dat from HOGP vender defined device(maybe other reason).when I use nRF Connect to debug the HOGP, I CAN receive dat from HOGP vender defined device.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom HID over GATT device</title><link>https://devzone.nordicsemi.com/thread/114102?ContentTypeID=1</link><pubDate>Thu, 28 Dec 2017 11:19:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2348b9fc-d57f-4423-a763-d2b1fde9b74a</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;I don&amp;#39;t really understand what do you mean by &amp;quot;custom HID over GATT&amp;quot;. There is only one HID over GATT defined by BT SIG as far as I know and if you change UUIDs or protocol on top of GATT Characteristics then it&amp;#39;s not HID any more and no &amp;quot;HID compliant&amp;quot; device will understand it on the other side. Am I missing something? However if you just use HID over GATT as example and you modify it to serve your own - completely proprietary - application/use case then I can understand the question. It&amp;#39;s also nice that you&amp;#39;ve extracted two simple and understandable questions, unfortunately I cannot help you (from my perspective debugging is simply done by logging of GATT flow on both sides - nRF5x and the other peer if possible - plus looking to 2.4GHz RF analyzer/BLE sniffer for the rest). Hopefully someone else on this forum can.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom HID over GATT device</title><link>https://devzone.nordicsemi.com/thread/114104?ContentTypeID=1</link><pubDate>Thu, 28 Dec 2017 02:44:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:926c64ff-04a9-4ede-a2db-cb7d4234db5d</guid><dc:creator>John</dc:creator><description>&lt;p&gt;Hi,endnode.Thank you.
Sorry for my poor english and expression.actually,my question is simply.&lt;/p&gt;
&lt;p&gt;a. Is there a PC utility to debug HOGP(HID Over GATT).&lt;/p&gt;
&lt;p&gt;b. is there a custom HOGP example？&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom HID over GATT device</title><link>https://devzone.nordicsemi.com/thread/114103?ContentTypeID=1</link><pubDate>Wed, 27 Dec 2017 22:50:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c1ab9e4a-249c-4c01-97cd-cf50367923a2</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;So the question is specifically about Bus Hound? Then I&amp;#39;m sorry to interfere, I have no clue what it is and how it should work, I was assuming it&amp;#39;s just another terminal app... Hope you will find someone interested in such obscure things here to help you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom HID over GATT device</title><link>https://devzone.nordicsemi.com/thread/114101?ContentTypeID=1</link><pubDate>Wed, 27 Dec 2017 03:47:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e4d904b4-43db-4976-aafb-d065a0775f50</guid><dc:creator>John</dc:creator><description>&lt;p&gt;I use BreakPoint debugging techniques.it seems the FW work normal，no error happen,but &lt;strong&gt;Bus Hound&lt;/strong&gt; just can&amp;#39;t receive data.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom HID over GATT device</title><link>https://devzone.nordicsemi.com/thread/114100?ContentTypeID=1</link><pubDate>Tue, 26 Dec 2017 21:48:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f0386a2d-afb9-4817-999d-254873a8672a</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;Basic debugging techniques: UART (or RTT) debug logging from nRF5x FW to PC console over (emulated) COM port and Radio analyzer/BLE sniffer. What at these things saying? Is your FW alive? What events and function calls/error return codes are done on top of BLE stack in your code? What is running over the radio? I&amp;#39;m afraid whatever you wrote to the code you will need to debug (at least for the beginning until you isolate piece of code which does something unexpected and Nordic support team can debug with you).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>