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.
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.
OK, you can close the ticket.
My apology for being unable to follow up. I have been on another assignment and don't really work on DevZone these days.
Mouse and keyboards are computer accessories. I was trying to use a different phrase to avoid repeating the same words.
You can think of it being roughly like this:
BLE | Custom 2.4GHz | USB | |
Dongle feature | nRF Desktop | No sample | N/A |
HID feature | nRF Desktop | No sample | USB HID Keyboard and USB HID Mouse samples |
No dongle or HID feature | BLE samples | ESB samples | USB samples |
Thank you, but I am still confused:
BLE / Dongle feature - Dongle is not needed!
Custom 2.4GHz / Dongle feature - is needed, but No sample!
Custom 2.4GHz - ESB samples - No dongle??
I am trying to reproduce 2.4G Wireless & Bluetooh & USB Wired Mechanical keyboard on a market now,
using nRF5340 module. And for this I need 3 examples to start working on it.
1. BLE / no Dongle - bluetooth - HID
2. Custom 2.4GHz / Dongle - HID
3. HID feature / USB - HID
Here are the known samples you can refer to for each need:
1. BLE / no Dongle - bluetooth - HID
2. Custom 2.4GHz / Dongle - HID
There is no sample that showcases this. You will need to combine the ESB samples with USB HID sample.
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.
ESB samples can be found here: Enhanced ShockBurst samples
3. HID feature / USB - HID
I hope this is clear now.