<?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>HID keyboard template</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/7288/hid-keyboard-template</link><description>Hi, 
 I want to send ASCII characters with ntf51822, what is the softdevice and a HID SDK that can be used as a start point? 
 Thanks</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 01 Jun 2015 07:58:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/7288/hid-keyboard-template" /><item><title>RE: HID keyboard template</title><link>https://devzone.nordicsemi.com/thread/25765?ContentTypeID=1</link><pubDate>Mon, 01 Jun 2015 07:58:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:35cb070d-1083-4602-9926-ef891f7d82fc</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;You can choose the device under the &amp;quot;Device&amp;quot; tab in Options in Keil. Now the target settings will be overwritten, so you need to set the right IROM and IRAM settings again. see here: &lt;a href="https://devzone.nordicsemi.com/question/31703/nrf51822-iram-and-irom-settings-for-s110-sd/"&gt;devzone.nordicsemi.com/.../&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: HID keyboard template</title><link>https://devzone.nordicsemi.com/thread/25766?ContentTypeID=1</link><pubDate>Mon, 01 Jun 2015 07:51:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:00c5609d-01a7-4f1f-840c-a3f84fed216e</guid><dc:creator>max</dc:creator><description>&lt;p&gt;So what i need to change at keil for define my chip  nrf51822 xxac? linker?Libaries?
Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: HID keyboard template</title><link>https://devzone.nordicsemi.com/thread/25768?ContentTypeID=1</link><pubDate>Mon, 01 Jun 2015 07:49:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cc10e429-0ebb-4214-8c9e-90e8bcd8667b</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;You can use the nRF51422 examples for nRF51822. The two chips are identical only that nRF51822 does not support ANT.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: HID keyboard template</title><link>https://devzone.nordicsemi.com/thread/25767?ContentTypeID=1</link><pubDate>Sun, 31 May 2015 12:58:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2a10a090-6245-4e7c-aa6d-9efcb347f5e8</guid><dc:creator>max</dc:creator><description>&lt;p&gt;Hi,
But my device is nrf51822 xxac,
there are no HID sdk template of S110(v 8) that is used for my board.&lt;/p&gt;
&lt;p&gt;It is only for nRF51422&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: HID keyboard template</title><link>https://devzone.nordicsemi.com/thread/25763?ContentTypeID=1</link><pubDate>Thu, 28 May 2015 12:58:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1a114fa5-a96f-4ee9-bd4c-3a1c0d4ce140</guid><dc:creator>Bill Siever</dc:creator><description>&lt;p&gt;Just to check --- are you trying to interact with another device that is already expecting the HID service?  If you are creating both sides of the communication (like writing a mobile app and designing the hardware), you can just use a simpler custom service and send any sort of data you&amp;#39;d like (including ASCII characters).&lt;/p&gt;
&lt;p&gt;HID is ideal if you are working with a device that already supports the HID service at the OS layer.  For example, with newer versions of Android you can use HID over BLE in place of a traditional bluetooth keyboard (See &lt;a href="https://devzone.nordicsemi.com/question/4515/android-is-hid-over-btle-supported-same-as-hid-over-bt/)."&gt;devzone.nordicsemi.com/.../).&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: HID keyboard template</title><link>https://devzone.nordicsemi.com/thread/25764?ContentTypeID=1</link><pubDate>Thu, 28 May 2015 12:47:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:45cf8f2a-8fd1-45cd-a963-79612bb56c47</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;You can download the newest SoftDevice S110 (version 8.0.0) here: &lt;a href="https://www.nordicsemi.com/eng/Products/ANT/nRF51422#Downloads"&gt;www.nordicsemi.com/.../nRF51422&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can download the newest SDK (version 8.1.0) here: &lt;a href="https://developer.nordicsemi.com/"&gt;developer.nordicsemi.com/&lt;/a&gt; which contains a HID keyboard example.&lt;/p&gt;
&lt;p&gt;The HID keyboard example is documented here: &lt;a href="https://developer.nordicsemi.com/nRF51_SDK/nRF51_SDK_v8.x.x/doc/8.1.0/s110/html/a00073.html"&gt;developer.nordicsemi.com/.../a00073.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>