<?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, mouse combo data sending, receiving.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/8596/hid-keyboard-mouse-combo-data-sending-receiving</link><description>Hello. I finally succeeded mouse keyboard combo. I use mouse sensor with SPI. I send mouse_move_data in loop. However, when I connect with the computer, the mouse pointer moves irregularly. A delay occurs in the &amp;#39;sd_app_evt_wait&amp;#39; when used to &amp;#39;power manage</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 10 Aug 2015 08:47:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/8596/hid-keyboard-mouse-combo-data-sending-receiving" /><item><title>RE: hid keyboard, mouse combo data sending, receiving.</title><link>https://devzone.nordicsemi.com/thread/31456?ContentTypeID=1</link><pubDate>Mon, 10 Aug 2015 08:47:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0e08a095-015c-401a-9729-8d13b616d16b</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@HakJae: I assume that after you modified the connection preferred intervals, the issue was gone  ? If it&amp;#39;s the case please close the question.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hid keyboard, mouse combo data sending, receiving.</title><link>https://devzone.nordicsemi.com/thread/31457?ContentTypeID=1</link><pubDate>Sun, 09 Aug 2015 01:45:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3c8ea460-7879-4d55-b06e-3fef0522c7e7</guid><dc:creator>HakJae</dc:creator><description>&lt;p&gt;Sorry. I solved that problem. I am testing different that was a mistake.
#define MIN_CONN_INTERVAL                MSEC_TO_UNITS(7.5, UNIT_1_25_MS)
#define MAX_CONN_INTERVAL                MSEC_TO_UNITS(15, UNIT_1_25_MS)&lt;/p&gt;
&lt;p&gt;I  changed this section. Sorry. Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hid keyboard, mouse combo data sending, receiving.</title><link>https://devzone.nordicsemi.com/thread/31455?ContentTypeID=1</link><pubDate>Fri, 07 Aug 2015 15:31:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:032b51b6-9a7b-411a-a9fe-2f67df73e28b</guid><dc:creator>HakJae</dc:creator><description>&lt;p&gt;I use the polling in the loop when using the SPI communications.&lt;/p&gt;
&lt;p&gt;app_sched_execute();
power_manage();
mouse_value();
mouse_movement_send(x_val,y_val);&lt;/p&gt;
&lt;p&gt;this is all of my mouse move test loop.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hid keyboard, mouse combo data sending, receiving.</title><link>https://devzone.nordicsemi.com/thread/31454?ContentTypeID=1</link><pubDate>Fri, 07 Aug 2015 10:58:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8b09b25d-5177-43ec-9f4e-c01fa0c840a4</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Hakjae: How do you handle the SPI communication? Do you have an interrupt when the mouse start moving ? Calling &amp;#39;power manage()&amp;#39; will put the CPU to sleep. Without an interrupt, there will be a latency before the CPU wakeup again.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>