<?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>generic Hid device output and feature report</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/21348/generic-hid-device-output-and-feature-report</link><description>Hi nordic guys, 
 I used the ble_app_hids_mouse demo to build my generic hid device(no mouse and keyboard) project.Now i modified the hids_init() function according my hid device report map.And the input report is ok now in win10.
But i need to get</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 09 Jun 2017 09:30:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/21348/generic-hid-device-output-and-feature-report" /><item><title>RE: generic Hid device output and feature report</title><link>https://devzone.nordicsemi.com/thread/83626?ContentTypeID=1</link><pubDate>Fri, 09 Jun 2017 09:30:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:47d3d51b-e328-430b-bd51-e930fcf8a1f4</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@jay: Please post your full report. If you don&amp;#39;t want to post it here, you can send me via PM.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: generic Hid device output and feature report</title><link>https://devzone.nordicsemi.com/thread/83625?ContentTypeID=1</link><pubDate>Thu, 08 Jun 2017 07:20:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:497e0f7c-ba43-4c44-ae03-a4c2353079e8</guid><dc:creator>jay</dc:creator><description>&lt;p&gt;Hi Hung Bui,&lt;/p&gt;
&lt;p&gt;I have referred the keyboard example.And i telled the INPUT/OUTPUT/FEATURE report count by the Application or Logical Collection.So the OUTPUT report data: Manual Trigger,Intensity,Repeat Count and Retrigger Period are in one Logical Collection. Is that right?Below is my  data according the microsoft example.Is that right?&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/feature-report.png" alt="image description" /&gt;
&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/input-and-output.png" alt="image description" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: generic Hid device output and feature report</title><link>https://devzone.nordicsemi.com/thread/83628?ContentTypeID=1</link><pubDate>Wed, 07 Jun 2017 14:56:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7b539605-ba00-4cd3-bfca-2270a597d9ae</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Jay,&lt;/p&gt;
&lt;p&gt;Sorry for late answer. If you want to test the OUTPUT report, you can have a look at the ble_app_keyboard example in SDK v12.3.0. It&amp;#39;s for S130 softdevice.&lt;/p&gt;
&lt;p&gt;In the example we have Output report and feature report. When there is caplock pressed on PC it will send a write command to the nRF51 board and LED 3 will turn on.&lt;/p&gt;
&lt;p&gt;We unfortunately, don&amp;#39;t have example for haptic feed back.&lt;/p&gt;
&lt;p&gt;As I saw in the example by microsoft, there are a many OUTPUT report, don&amp;#39;t know why you only set the number of OUTPUT report outp_rep_count   = 1.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: generic Hid device output and feature report</title><link>https://devzone.nordicsemi.com/thread/83624?ContentTypeID=1</link><pubDate>Fri, 02 Jun 2017 06:56:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8418bc38-a6f5-43fc-9666-a4bf13a09c18</guid><dc:creator>jay</dc:creator><description>&lt;p&gt;nRR5 as Hid device and the PC as HID host.And i want to get the haptic feedback data form the PC host.The PC has the driver and i have no need to write a PC program.Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: generic Hid device output and feature report</title><link>https://devzone.nordicsemi.com/thread/83627?ContentTypeID=1</link><pubDate>Wed, 31 May 2017 14:22:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ac62cf7-51d2-4f3c-837b-e0374227ffb2</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Please answer the question, what do you plan to send from PC ? Have you written a PC program to send data to the nRF5 via Output report ?  Would the PC recognize your device as a controller ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: generic Hid device output and feature report</title><link>https://devzone.nordicsemi.com/thread/83623?ContentTypeID=1</link><pubDate>Wed, 31 May 2017 06:23:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3e015ca5-e93b-4de2-b018-eb413132def1</guid><dc:creator>jay</dc:creator><description>&lt;p&gt;Yes,i want add the Output report and feature report.The sample report map is in follow website:
&lt;a href="https://msdn.microsoft.com/zh-cn/windows/hardware/commercialize/design/component-guidelines/radial-controller-sample-report-descriptors"&gt;msdn.microsoft.com/.../radial-controller-sample-report-descriptors&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: generic Hid device output and feature report</title><link>https://devzone.nordicsemi.com/thread/83622?ContentTypeID=1</link><pubDate>Tue, 25 Apr 2017 13:25:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:693580f7-ed23-4328-b721-d9709e13c3cc</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@jay: Maybe you should post your OUTPUT report and Feature report. I suspect that maybe it was not correct and the PC didn&amp;#39;t recognize it. What kind of data you want to send from the PC and how did you send it ?
Maybe a &lt;a href="https://www.nordicsemi.com/eng/Products/Bluetooth-Smart-Bluetooth-low-energy/nRF-Sniffer/"&gt;sniffer trace&lt;/a&gt; would also help checking if the PC actually write something to the nRF5.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>