Hello,
There is a particular task I'd like to accomplish, and I have been looking into the nRF52840 to do it. In a nutshell, I want to build a bi-directional relay for USB frames.
For example lets say I have two nRF52840s which I will label A and B. I'd like to do the following:
Keyboard to A (via USB)
A to B (via RF)
B to Laptop (via USB)
In this example the keyboard and laptop should not be aware that A and B exist, that is, both the keyboard and the laptop "think" they are communicating directly with each other; the laptop should recognize the keyboard as an HID device as if the keyboard was plugged in via a USB cable.
Can the nRF52840 accomplish this? If so, is there some particular examples or resources one can refer me to?
Thank you,