OK, I play a game where I need to move the mouse to control an Avatar. (in Second Life).
I only need left/right. When I move the mouse the up/down just makes life hard.
I did make a solution with Auto Hotkey but although Windows loved it, Second Life ignored it?
I have a mechanical solution, I bought an old Ball mouse and modified it blocking the sensor, is OK but Mice with Balls?? Horrible and surpassed by led/laser for many good reasons.
No, I do not want to write a Windows Driver.
>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<
My thoughts are, something like Raspberry Pi Pico. Pico is a HID device and could look like a Mouse to my PC, well and PC etc.
Maybe I can plug my mouse in to another pico or ?? and take the data stream from the mouse, remove or fix the Up/Down values to zero or some other value and pass the rest on to the PC otherwise unchanged.
Maybe even a Bluetooth mouse, and only one Pico (open to suggestions as to hardware).
>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<
What am I asking for??
Well, Hey, here is your solution would be nice and I would take that but; I am, looking for the "HOW to even START".
I have my basic idea, see above but where can I go to find out how the mouse communicates, how to decode the data and well, Were To Start.
I have programmed python, C++ (and even assembler years back) but I am not mega skilled.
I have made and set up my own IOT with esp32, and Pi's so not novice.
This is just something I do not know where to even start.
Any help, will be welcome.
I will build and learn from that.
K
I only need left/right. When I move the mouse the up/down just makes life hard.
I did make a solution with Auto Hotkey but although Windows loved it, Second Life ignored it?
I have a mechanical solution, I bought an old Ball mouse and modified it blocking the sensor, is OK but Mice with Balls?? Horrible and surpassed by led/laser for many good reasons.
No, I do not want to write a Windows Driver.
>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<
My thoughts are, something like Raspberry Pi Pico. Pico is a HID device and could look like a Mouse to my PC, well and PC etc.
Maybe I can plug my mouse in to another pico or ?? and take the data stream from the mouse, remove or fix the Up/Down values to zero or some other value and pass the rest on to the PC otherwise unchanged.
Maybe even a Bluetooth mouse, and only one Pico (open to suggestions as to hardware).
>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<
What am I asking for??
Well, Hey, here is your solution would be nice and I would take that but; I am, looking for the "HOW to even START".
I have my basic idea, see above but where can I go to find out how the mouse communicates, how to decode the data and well, Were To Start.
I have programmed python, C++ (and even assembler years back) but I am not mega skilled.
I have made and set up my own IOT with esp32, and Pi's so not novice.
This is just something I do not know where to even start.
Any help, will be welcome.
I will build and learn from that.
K