<?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>Wireless HID USB without Bluetooth</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/117464/wireless-hid-usb-without-bluetooth</link><description>Hello, 
 
 1. Do you have any hardware to implement Wireless HID USB without Bluetooth like Logitech with USB dongle? 
 2. Do you have an example of IR TV remote for any hardware? 
 Thank you Greg.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 04 Mar 2025 00:29:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/117464/wireless-hid-usb-without-bluetooth" /><item><title>RE: Wireless HID USB without Bluetooth</title><link>https://devzone.nordicsemi.com/thread/525618?ContentTypeID=1</link><pubDate>Tue, 04 Mar 2025 00:29:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8ac3cf17-1bb6-4fa1-b0fb-5f5adfbf70a7</guid><dc:creator>GS2</dc:creator><description>&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wireless HID USB without Bluetooth</title><link>https://devzone.nordicsemi.com/thread/525609?ContentTypeID=1</link><pubDate>Mon, 03 Mar 2025 22:16:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:32f8e5ca-9ff2-40be-8493-945aab6186da</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Here are the known samples you can refer to for each need:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;1.&amp;nbsp;BLE / no Dongle - bluetooth - HID&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/samples/bluetooth/peripheral_hids_keyboard/README.html"&gt;Bluetooth: Peripheral HIDS keyboard&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/samples/bluetooth/peripheral_hids_mouse/README.html"&gt;Bluetooth: Peripheral HIDS mouse&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/applications/nrf_desktop/README.html"&gt;nRF Desktop&lt;/a&gt;&lt;/span&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;This is a complete application that has a pretty high learning curve to understand.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;2.&amp;nbsp;Custom 2.4GHz /&amp;nbsp;Dongle - HID&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;There is no sample that showcases this. You will need to combine the ESB samples with USB HID sample.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The mouse and keyboard will be one of the two ESB devices. The dongle device will support both ESB and USB HID. It receives input data from the mouse/keyboard device and then sends to the connected computer via USB.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;ESB samples can be found here:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/samples/esb.html"&gt;Enhanced ShockBurst samples&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;3.&amp;nbsp;HID feature / USB&amp;nbsp;- HID&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/zephyr/samples/subsys/usb/hid-keyboard/README.html#usb-hid-keyboard"&gt;USB HID keyboard&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/zephyr/samples/subsys/usb/hid-mouse/README.html#usb-hid-mouse"&gt;USB HID mouse&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;I hope this is clear now.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wireless HID USB without Bluetooth</title><link>https://devzone.nordicsemi.com/thread/525139?ContentTypeID=1</link><pubDate>Thu, 27 Feb 2025 17:10:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a918c9f5-f0ba-44e3-bb68-9f8f65395aa9</guid><dc:creator>GS2</dc:creator><description>&lt;p&gt;I am trying to reproduce &amp;nbsp;&lt;span&gt;2.4G Wireless &amp;amp; Bluetooh &amp;amp; USB Wired&amp;nbsp;&lt;/span&gt;Mechanical keyboard on a market now,&lt;/p&gt;
&lt;p&gt;using&amp;nbsp;&lt;span&gt;nRF5340 module. And for this I need 3 examples to start working on it.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;1.&amp;nbsp;BLE / no Dongle - bluetooth - HID&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;2.&amp;nbsp;Custom 2.4GHz /&amp;nbsp;Dongle - HID&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;3.&amp;nbsp;HID feature / USB&amp;nbsp;- HID&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wireless HID USB without Bluetooth</title><link>https://devzone.nordicsemi.com/thread/525137?ContentTypeID=1</link><pubDate>Thu, 27 Feb 2025 17:02:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1a4cb6f1-0dfb-4431-9b19-cfbc51bf9c7d</guid><dc:creator>GS2</dc:creator><description>&lt;p&gt;Thank you, but I am still confused:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;BLE / Dongle feature - Dongle is not needed!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Custom 2.4GHz /&amp;nbsp;Dongle feature - is needed, but&amp;nbsp;No sample!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Custom 2.4GHz&amp;nbsp; -&amp;nbsp;ESB samples -&amp;nbsp;No dongle??&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wireless HID USB without Bluetooth</title><link>https://devzone.nordicsemi.com/thread/525013?ContentTypeID=1</link><pubDate>Thu, 27 Feb 2025 09:55:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c6ff15f-a5b8-4c9b-a9c5-93c8030f6cc7</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;My apology for being unable to follow up. I have been on another assignment and don&amp;#39;t really work on DevZone these days.&lt;/p&gt;
&lt;p&gt;Mouse and keyboards are computer accessories. I was trying to&amp;nbsp;use a different phrase to avoid repeating the same words.&lt;/p&gt;
&lt;p&gt;You can think of it being roughly like this:&lt;/p&gt;
&lt;table style="border-color:rgba(0, 0, 0, 1);"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td width="160"&gt;&lt;/td&gt;
&lt;td width="83"&gt;BLE&lt;/td&gt;
&lt;td width="100"&gt;Custom 2.4GHz&lt;/td&gt;
&lt;td width="64"&gt;USB&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Dongle feature&lt;/td&gt;
&lt;td&gt;nRF Desktop&lt;/td&gt;
&lt;td&gt;No sample&lt;/td&gt;
&lt;td&gt;N/A&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;HID feature&lt;/td&gt;
&lt;td&gt;nRF Desktop&lt;/td&gt;
&lt;td&gt;No sample&lt;/td&gt;
&lt;td&gt;USB HID Keyboard and USB HID Mouse samples&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;No dongle or HID feature&lt;/td&gt;
&lt;td&gt;BLE samples&lt;/td&gt;
&lt;td&gt;ESB samples&lt;/td&gt;
&lt;td&gt;USB samples&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wireless HID USB without Bluetooth</title><link>https://devzone.nordicsemi.com/thread/524709?ContentTypeID=1</link><pubDate>Wed, 26 Feb 2025 01:18:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef3b9670-6e77-410b-8ea6-cf0b99617888</guid><dc:creator>GS2</dc:creator><description>&lt;p&gt;OK, you can close the ticket.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wireless HID USB without Bluetooth</title><link>https://devzone.nordicsemi.com/thread/524152?ContentTypeID=1</link><pubDate>Fri, 21 Feb 2025 17:53:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1cb03466-2da6-425e-bd0d-69c2a02c82e1</guid><dc:creator>GS2</dc:creator><description>&lt;p&gt;Hello&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wireless HID USB without Bluetooth</title><link>https://devzone.nordicsemi.com/thread/523971?ContentTypeID=1</link><pubDate>Thu, 20 Feb 2025 22:58:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8c5a7edf-661a-4f29-929e-682962f3bc20</guid><dc:creator>GS2</dc:creator><description>&lt;p&gt;What is&amp;nbsp;&lt;span&gt;computer accessory dongle product?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;For: 2.4G Wireless &amp;amp; Bluetooh &amp;amp; USB Wired - only&amp;nbsp;2.4G Wireless &amp;amp; Bluetooh need dongle, USB Wired - do not!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;My question was: do you have 3 separate samples for USB keyboard 1: 2.4G Wireless, 2:&amp;nbsp;Bluetooth, 3:&amp;nbsp;USB Wired&amp;nbsp;all for&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/app_dev/device_guides/nrf53/index.html#ug-nrf5340"&gt;nRF5340&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wireless HID USB without Bluetooth</title><link>https://devzone.nordicsemi.com/thread/523356?ContentTypeID=1</link><pubDate>Mon, 17 Feb 2025 18:24:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cf5b19f4-f1f1-4672-b40b-99368162e82a</guid><dc:creator>GS2</dc:creator><description>&lt;p&gt;What is&amp;nbsp;&lt;span&gt;computer accessory dongle product?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;For: 2.4G Wireless &amp;amp; Bluetooh &amp;amp; USB Wired - only&amp;nbsp;2.4G Wireless &amp;amp; Bluetooh need dongle, USB Wired - do not!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;My question was: do you have 3 separate samples for USB keyboard 1: 2.4G Wireless, 2:&amp;nbsp;Bluetooth, 3:&amp;nbsp;USB Wired&amp;nbsp;all for&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/app_dev/device_guides/nrf53/index.html#ug-nrf5340"&gt;nRF5340&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wireless HID USB without Bluetooth</title><link>https://devzone.nordicsemi.com/thread/523178?ContentTypeID=1</link><pubDate>Mon, 17 Feb 2025 08:21:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1aca43a6-9d8f-4efe-90a3-f1296b764073</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Regarding this question from you:&lt;/p&gt;
[quote user="GS2"]&lt;p&gt;Do you have 3 examples for&amp;nbsp;&lt;span&gt;Connection Mode: 2.4G Wireless &amp;amp; Bluetooh &amp;amp; USB Wired&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;for the same &lt;span&gt;nRF5340 module&amp;nbsp;? For mechanical Keyboard.&lt;/span&gt;&lt;/p&gt;[/quote]
&lt;p&gt;I understood it as asking&amp;nbsp;about a sample that supports using both proprietary 2.4GHz Wireless&amp;nbsp;&lt;strong&gt;and&lt;/strong&gt;&amp;nbsp;computer accessory dongle product. We don&amp;#39;t have&amp;nbsp;a sample that supports &lt;strong&gt;both&lt;/strong&gt; of those. The Enhanced ShockBurst samples only show how to use ESB to&amp;nbsp;communicate between two devices.&lt;/p&gt;
&lt;p&gt;Please spend time reading the documentation I linked.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wireless HID USB without Bluetooth</title><link>https://devzone.nordicsemi.com/thread/523113?ContentTypeID=1</link><pubDate>Sat, 15 Feb 2025 01:02:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b29c112-4509-40d1-a04d-7b53f518bac0</guid><dc:creator>GS2</dc:creator><description>&lt;blockquote class="quote"&gt;
&lt;div class="quote-user"&gt;GS2 said:&lt;/div&gt;
&lt;div class="quote-content"&gt;1. Will it be possible to use&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/samples/esb.html"&gt;Enhanced ShockBurst samples&lt;/a&gt;&lt;span&gt;&amp;nbsp;for (mouse and keyboard) dongle&amp;nbsp;product?&lt;/span&gt;&lt;/div&gt;
&lt;/blockquote&gt;
&lt;p&gt;Yes.&lt;/p&gt;
&lt;p&gt;Are they the same:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I don&amp;#39;t think we have a custom 2.4G Wireless example, unfortunately&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wireless HID USB without Bluetooth</title><link>https://devzone.nordicsemi.com/thread/520929?ContentTypeID=1</link><pubDate>Fri, 31 Jan 2025 16:09:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a0a72d0-8341-41f3-bbb2-fd526bf50793</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;The nRF Desktop app I linked earlier demonstrates mechanical keyboard feature for Bluetooth and USB Wired. I don&amp;#39;t think we have a custom 2.4G Wireless example, unfortunately&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wireless HID USB without Bluetooth</title><link>https://devzone.nordicsemi.com/thread/520635?ContentTypeID=1</link><pubDate>Thu, 30 Jan 2025 01:53:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e02cb901-2774-4e3d-9e8a-f47164859be9</guid><dc:creator>GS2</dc:creator><description>&lt;p&gt;Do you have 3 examples for&amp;nbsp;&lt;span&gt;Connection Mode: 2.4G Wireless &amp;amp; Bluetooh &amp;amp; USB Wired&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;for the same &lt;span&gt;nRF5340 module&amp;nbsp;? For mechanical Keyboard.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wireless HID USB without Bluetooth</title><link>https://devzone.nordicsemi.com/thread/518727?ContentTypeID=1</link><pubDate>Thu, 16 Jan 2025 20:12:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e6f78186-af16-4f88-8eef-62aac5f1bc05</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Verified Answer is one of the &amp;quot;Closed&amp;quot; state for a ticket. It&amp;#39;s actually better than just &amp;quot;Closed,&amp;quot; because &amp;quot;Verified Answer&amp;quot;&amp;nbsp;means&amp;nbsp;that at least a conclusion was reached.&lt;/p&gt;
&lt;p&gt;Nevertheless, if that&amp;nbsp;is what you wished, I will now make the ticket &amp;quot;Closed&amp;quot; as well.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wireless HID USB without Bluetooth</title><link>https://devzone.nordicsemi.com/thread/518706?ContentTypeID=1</link><pubDate>Thu, 16 Jan 2025 16:45:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80d20c63-3846-46f4-b305-db57e0589046</guid><dc:creator>GS2</dc:creator><description>&lt;p&gt;The status of my ticket was not CLOSE - it was ~ Verified Answer.&lt;/p&gt;
&lt;p&gt;Can you close this ticket or not?&lt;/p&gt;
&lt;p&gt;How come - I can reopen the ticket, but am not allow to close my ticket??!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wireless HID USB without Bluetooth</title><link>https://devzone.nordicsemi.com/thread/518584?ContentTypeID=1</link><pubDate>Thu, 16 Jan 2025 09:45:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6e5c5b0f-4674-491e-976c-d02935c93709</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Could you please describe what it looks like on your end, and what you expect? I will see what is wrong, and how it can be fixed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wireless HID USB without Bluetooth</title><link>https://devzone.nordicsemi.com/thread/518542?ContentTypeID=1</link><pubDate>Thu, 16 Jan 2025 05:38:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd2f042c-c48c-40f3-8d64-8f7a1b8ac9c9</guid><dc:creator>GS2</dc:creator><description>&lt;p&gt;HOW TO CLOSE THE TICKET???&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wireless HID USB without Bluetooth</title><link>https://devzone.nordicsemi.com/thread/518533?ContentTypeID=1</link><pubDate>Thu, 16 Jan 2025 02:06:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:294c1577-4db7-40b2-b337-1d16f7416756</guid><dc:creator>GS2</dc:creator><description>&lt;p&gt;&lt;span&gt;Just to let you know:&lt;/span&gt;&lt;br clear="none" /&gt;&lt;br clear="none" /&gt;&lt;span&gt;The ticket&amp;nbsp;&lt;/span&gt;&lt;a href="https://devzone.nordicsemi.com/https://devzone.nordicsemi.com/f/nordic-q-a/117464/wireless-hid-usb-without-bluetooth" rel="nofollow noopener noreferrer" target="_blank"&gt;&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/117464/wireless-hid-usb-without-bluetooth" rel="nofollow noopener noreferrer" target="_blank"&gt;Wireless HID USB without Bluetooth&lt;/a&gt;&lt;span&gt;&amp;nbsp;has been CLOSED.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;IT IS NOT.&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wireless HID USB without Bluetooth</title><link>https://devzone.nordicsemi.com/thread/518523?ContentTypeID=1</link><pubDate>Wed, 15 Jan 2025 20:56:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3d3044a-a93f-48e2-bd1a-3e0674b72033</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;The log showed that the ticket was closed successfully. It was only reopened when you post this last message.&amp;nbsp;&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f605.svg" title="Sweat smile"&gt;&amp;#x1f605;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Nonetheless, I&amp;nbsp;will close it for you now.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wireless HID USB without Bluetooth</title><link>https://devzone.nordicsemi.com/thread/518482?ContentTypeID=1</link><pubDate>Wed, 15 Jan 2025 16:16:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:200b2fd8-b7e5-436a-88ee-358f481f1794</guid><dc:creator>GS2</dc:creator><description>&lt;p&gt;Still not closed! Not user friendly interface!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wireless HID USB without Bluetooth</title><link>https://devzone.nordicsemi.com/thread/518386?ContentTypeID=1</link><pubDate>Wed, 15 Jan 2025 08:45:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:473c5762-854a-47b1-9d3a-1af314be834d</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;The ticket is automatically closed when an answer is verified. To verify an answer, on the answer, click on &amp;quot;More,&amp;quot; then click &amp;quot;Verify Answer.&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1736930723663v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;If you still have difficulty, I would be happy to close the ticket for you &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wireless HID USB without Bluetooth</title><link>https://devzone.nordicsemi.com/thread/518342?ContentTypeID=1</link><pubDate>Tue, 14 Jan 2025 23:46:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c91e4af0-4004-4e4e-bac3-52ba6042a78f</guid><dc:creator>GS2</dc:creator><description>&lt;p&gt;How to close the ticket? I do not see any option!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wireless HID USB without Bluetooth</title><link>https://devzone.nordicsemi.com/thread/517326?ContentTypeID=1</link><pubDate>Tue, 07 Jan 2025 20:02:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:351df4b7-b4cb-4913-a832-93a88fc43e70</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Any comparisons have to be relative to the project need. Almost always, it involves&amp;nbsp;balancing between performance, complexity, price.&lt;/p&gt;
&lt;p&gt;Unfortunately, we don&amp;#39;t go in depth with product selection on DevZone. Our Sales team will be able to provide better support with that if you need it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wireless HID USB without Bluetooth</title><link>https://devzone.nordicsemi.com/thread/517319?ContentTypeID=1</link><pubDate>Tue, 07 Jan 2025 18:38:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1bacaba9-6774-49be-9fb3-4392e091e99c</guid><dc:creator>GS2</dc:creator><description>&lt;p&gt;Thank you, seams&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/app_dev/device_guides/nrf53/index.html#ug-nrf5340"&gt;&lt;span&gt;nRF5340&lt;/span&gt;&lt;/a&gt;&amp;nbsp;is better.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wireless HID USB without Bluetooth</title><link>https://devzone.nordicsemi.com/thread/517309?ContentTypeID=1</link><pubDate>Tue, 07 Jan 2025 16:51:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7fa64e1d-e0a3-4755-86fc-95cbb9d14007</guid><dc:creator>Hieu</dc:creator><description>[quote user="GS2"]1. Will it be possible to use&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/samples/esb.html"&gt;Enhanced ShockBurst samples&lt;/a&gt;&lt;span&gt;&amp;nbsp;for (mouse and keyboard) dongle&amp;nbsp;product?&lt;/span&gt;[/quote]
&lt;p&gt;Yes&lt;/p&gt;
[quote user="GS2"]2. What will be the differences in using&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/app_dev/device_guides/nrf53/index.html#ug-nrf5340"&gt;&lt;span&gt;nRF5340 DK&lt;/span&gt;&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/app_dev/device_guides/nrf52/index.html#ug-nrf52"&gt;&lt;span&gt;nRF52840 DK&lt;/span&gt;&lt;/a&gt;&amp;nbsp;?[/quote]
&lt;p&gt;They are for evaluation and development of different SoCs, the nRF5340 and nRF52840 respectively.&lt;/p&gt;
&lt;p&gt;For an overview on the differences between the two SoCs, please refer to our Product Guide:&amp;nbsp;&lt;a href="https://www.nordicsemi.com/-/media/Publications/WQ-Product-guide/Product-Guide_Nordic_2023.pdf"&gt;Product-Guide_Nordic_2023.pdf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For more details, please refer to their product specifications (&lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf5340/page/keyfeatures_html5.html"&gt;nRF5340&lt;/a&gt;, &lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf52840/page/keyfeatures_html5.html"&gt;nRF52840&lt;/a&gt;).&lt;/p&gt;
[quote user="GS2"]3. Is there a tutorial on how to use these&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/samples/esb.html"&gt;Enhanced ShockBurst samples&lt;/a&gt;&lt;span&gt;&amp;nbsp;?&lt;/span&gt;[/quote]
&lt;p&gt;All samples come with documentation. Simply click on&amp;nbsp;each sample&amp;#39;s link to see it.&lt;/p&gt;
&lt;p&gt;The same documentation is also available in the README file in the sample source code, when you browse them in the SDK.&lt;/p&gt;
[quote user="GS2"]4. Why there always&amp;nbsp;NRF24L01 and nRF21540 are mention with&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/samples/esb.html"&gt;Enhanced ShockBurst&lt;/a&gt;&amp;nbsp;?[/quote]
&lt;p&gt;The nRF24L01 is a very old product that supports only Enhanced ShockBurst (ESB).&lt;/p&gt;
&lt;p&gt;The nRF21540 is a Front-end Module that&amp;nbsp;improves a radio&amp;#39;s TX and RX. I don&amp;#39;t think it is always mentioned with ESB, but it can be used with ESB.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>