Relative Content

Tag Archive for mouseraspberry-pi4

How to build a mouse-repeater with a Raspberry Pi 4B?

I would like to build a mouse-repeater in a way that I can connect a physical mouse to a USB port of my raspi and connect the Raspi via USB to a PC.
The Raspi should take the USB-mouse-configuration (Vendor-ID, Product-ID etc.), copy it using ConfigFS and create a USB mouse in direction of the PC as soon as a physical mouse is connected.
It should receive the mouse events (movement, button click, wheel) and should send it to the PC.