Skip to main content

Questions tagged [mouse]

Filter by
Sorted by
Tagged with
1 vote
0 answers
82 views

I am using RN-42 with Arduino Micro and able to connect RN-42 in HID mode and it's connected to the PC as Mouse. I am using BPLib (https://github.com/witnessmenow/BPLib) for Bluetooth communication. I ...
Abubakar's user avatar
1 vote
0 answers
42 views

So I've been trying to use Mouse.move(); and Keyboard.press();. Every time I try to send it to my Arduino(mega 2560) it says keyboard or mouse was not declared. Any solutions? #include <Keyboard....
yesimaperson55665's user avatar
1 vote
0 answers
798 views

I’m working on a project, to create an air mouse for people with repetitive strain injury (since I have it as well). I’m flexible with the hardware required. The plan is to use data from an IMU for ...
Zhelyazko Grudov's user avatar
1 vote
0 answers
284 views

hi there im using arduino uno + usb host shield and i have taken the readings from the usb mouse in this line of code : x = mi->dX; and the x output is the speed of the mouse x coordinates and i ...
mohamed shalaby's user avatar
2 votes
1 answer
273 views

I'm trying to use the RN 42 and Arduino Uno to control a bluetooth mouse. I configured the RN 42 with the commands S~,6 and SH,0220 and R,1 to put the device in HID mouse mode. Is there anything I ...
ponderosa's user avatar
0 votes
1 answer
48 views

I am fairly new to processing and Arduino - I have a coursework deadline for both on Monday (6th January). I am trying to write a script that uses the mouseX values to turn LEDs on and off. I haven'...
user62091's user avatar
2 votes
1 answer
1k views

I am trying DigiMouse library for attiny85 Digispark board. It allows to emulate the mouse quite well. However, I also need to know the current cursor position. Is there a way to get it?
zhekaus's user avatar
  • 459
1 vote
2 answers
1k views

How do I move more than 128 pixels when using Arduino Leonardo's Mouse.move? Is it possible to modify the header file or use a different library? I used the MouseTo library, but it wasn't the move I ...
bdconfig's user avatar
1 vote
0 answers
408 views

I'm thinking about making a custom Arduino-based mouse and I expect not to be the first one to have the idea. Does anybody know what speed I can expect to achieve? Suppose I use a mechanical mouse as ...
Dmitry Grigoryev's user avatar
7 votes
1 answer
7k views

Suppose we have a computer mouse , now when we connect it to a computer then computer understands it is a mouse which is been connected to it. Same thing happens for keyboard and many other devices. ...
Siddhartha Sadhukhan's user avatar
2 votes
2 answers
16k views

Our project involves using an arduino compatible microcontroller to control a mouse on a computer with an accelerometer and flex sensor. We had narrowed down to the ATTiny85 due to its small size. We ...
Souvik Saha's user avatar
3 votes
1 answer
4k views

So I`ve got that mouse with serial connector. It is named serial so it should be easier to connect than even a ps2 mouse, right? I can`t find any instruction on it. Or should I see instruction on ps2 ...
TheKitMurkit's user avatar
0 votes
1 answer
777 views

I am working on a project with the Mousecontrol library. This causes me a lot of problems with loading the library. I imported the library but it gives me errors everytime. I think it is a mistake in ...
Pilsje92's user avatar