Questions tagged [mouse]
The mouse tag has no summary.
25 questions
1
vote
0
answers
82
views
Using RN-42 as HID Mouse
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 ...
1
vote
0
answers
42
views
Keyboard commands not working? [duplicate]
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....
1
vote
0
answers
798
views
Bluetooth HID for mouse project
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 ...
1
vote
0
answers
284
views
leonardo mouse readings
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 ...
2
votes
1
answer
273
views
Debugging RN 42 HID Mouse
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 ...
0
votes
1
answer
48
views
Using MouseX in processing to control LEDs. Error in code - LEDs remain off
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'...
2
votes
1
answer
1k
views
Current mouse pointer position with Digispark attiny85
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?
1
vote
2
answers
1k
views
How do I move more than 128 pixels when using Arduino Leonardo's Mouse.move?
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 ...
1
vote
0
answers
408
views
How fast an Arduino mouse would be?
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 ...
7
votes
1
answer
7k
views
Arduino as a real device to computer
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. ...
2
votes
2
answers
16k
views
Using ATTiny85 as a USB HID Mouse [closed]
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 ...
3
votes
1
answer
4k
views
Interfacing pc mouse (serial port DB-9)
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 ...
0
votes
1
answer
777
views
Arduino Mousecontroller library doesn't work
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 ...