<?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>How to run mouse example?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/1988/how-to-run-mouse-example</link><description>Hello,
i ported example of mouse by HID for nRF51822 to nRF51422. The device is detected as mouse by Bluetooth in Windows 7 but I cannot to connect it. Any ideas whats wrong?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 28 Mar 2014 16:05:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/1988/how-to-run-mouse-example" /><item><title>RE: How to run mouse example?</title><link>https://devzone.nordicsemi.com/thread/8529?ContentTypeID=1</link><pubDate>Fri, 28 Mar 2014 16:05:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4c00d78c-8aa4-486d-b556-405bffcc00e9</guid><dc:creator>Robert</dc:creator><description>&lt;p&gt;Yes, I can. The main.c file is the same like nRF51822 keyboard example.&lt;/p&gt;
&lt;p&gt;This fault occurs exeption(from assert function):
ll_lm.s0.c   line: 868  error: 3735928559&lt;/p&gt;
&lt;p&gt;But previously this cause issue(during enabling services):&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
                err_code = ble_bondmngr_sys_attr_store();
                if (err_code != NRF_ERROR_INVALID_STATE)
                {
                   // APP_ERROR_CHECK(err_code);
                }

&lt;/code&gt;&lt;/pre&gt;
&lt;hr /&gt;
&lt;p&gt;I have solved this problem. I had to change:
&lt;code&gt;#define BLE_BONDMNGR_CCCD_COUNT&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/Nordic.rar"&gt;Nordic.rar&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to run mouse example?</title><link>https://devzone.nordicsemi.com/thread/8528?ContentTypeID=1</link><pubDate>Fri, 28 Mar 2014 11:11:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13be909d-2091-42f7-988f-19d30ef51417</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;It sounds like an software issue. Could you upload the project so I can have a look?&lt;/p&gt;
&lt;p&gt;Best regards
Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to run mouse example?</title><link>https://devzone.nordicsemi.com/thread/8527?ContentTypeID=1</link><pubDate>Fri, 28 Mar 2014 10:04:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fcf805aa-5dda-4776-8d46-c24b549d21c1</guid><dc:creator>Robert</dc:creator><description>&lt;p&gt;Hi,
thanks for response.
I have just checked HID example with Windows 8 and it also works bad. Device is detected in device manager, but there is a problem that &amp;quot;The device is disabled&amp;quot;(but it plugged to power). I noticed device is not detected by any other devices after pairing with Win8 PC. It looks like suspended program.
I have tried HRM example (natively designed for nRF51422) and it works fine (I wonder how to  send or receive data through this profile in Windows - does Nordic provides any examples?)
I guess:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;there is a software problem (I copied main.c from  HID mouse example for nRF51822 and added required files of the S310 stack)&lt;/li&gt;
&lt;li&gt;there is a stack problem?? It first version so bugs can be occured.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I was trying keyboard example but the same problem.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to run mouse example?</title><link>https://devzone.nordicsemi.com/thread/8526?ContentTypeID=1</link><pubDate>Wed, 26 Mar 2014 11:30:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1a7b81c1-32ac-48fe-933b-fe0b677207eb</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Windows 7 does not have native support for Bluetooth low energy, so it&amp;#39;s up to the driver manufacturer to support profiles such as HID over GATT.
Read more here:
&lt;a href="https://devzone.nordicsemi.com/index.php/hid-mouse-demo-pairing-code-error-when-connect-to-win7-with-csr-dongle#reply-4949"&gt;devzone.nordicsemi.com/.../hid-mouse-demo-pairing-code-error-when-connect-to-win7-with-csr-dongle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards
Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>