Skip to main content

Questions tagged [mouse]

Filter by
Sorted by
Tagged with
1 vote
0 answers
93 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
1 answer
1k views

I have a program operating in full screen mode. I would like to move the mouse to the center of the screen. Is this something I can do with the functionality of Mouse.h? https://www.arduino.cc/...
j0h's user avatar
  • 902
1 vote
0 answers
46 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
64 views

I'm trying to write code that should result in a click of the mouse, based on dwell time. I'm getting data from a gyroscope to move the mouse around. I'm not sure what the best way is to approach this ...
Zhelyazko Grudov's user avatar
1 vote
0 answers
816 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
2 votes
1 answer
177 views

For my head mouse project which is based on the voice recognition module V3.1 for left click, double click, right-click operations, I am facing a problem. I am using 433Mhz Radio Frequency one-way ...
Nahian Rifaat's user avatar
1 vote
0 answers
301 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
1 vote
0 answers
592 views

hello guys i have a problem , i have a usb host shield v2.0 from circuits @home attached to an arduino mega and to a usb wireless reciever mouse , this is the serial monitor output : x=0 dy=3 dx=0 ...
mohamed shalaby's user avatar
2 votes
1 answer
285 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
1 vote
1 answer
4k views

I'm trying to make a bluetooth mouse using Arduino. I will be using an analog 2 axis thumbstick as the sensor. I understand that it's possible to do this with the Arduino connected directly to the ...
ponderosa's user avatar
0 votes
1 answer
60 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
1 vote
0 answers
850 views

I have a USB mouse which I am using to measure distance travelled by my bot for a project. I followed this blog to get the optical sensor from the mouse from the arduino and interface it with the ...
RishiC's user avatar
  • 125
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
0 answers
116 views

I am doing project and I used optical mouse IC sensor M116504386 with 16 pins and I don't know how to get this sensor libraries to interface it with arduino uno.
user57615's user avatar
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
0 votes
1 answer
5k views

I want to use mouse.h library with arduino but mouse.h library only for Leonardo not UNO . How to use mouse.h for UNO if not can we convert arduino UNO to Leonardo ?
x-xx-x's user avatar
  • 23
1 vote
0 answers
417 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
1 vote
2 answers
3k views

I'm using the Mouse library with an ATmega32U4 connected to Linux via USB. I would like to issue horizontal scroll commands, but the Mouse.move() function only seems to accept X movement, Y movement ...
Ian Mackinnon'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
0 votes
2 answers
1k views

I am trying to make my own mouse/keyboard from an attiny (it doesn't have to be attiny102 as the title suggests). I have read many articles on this subject: some are using v-usb library.But I ...
sergiu reznicencu'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
1 vote
3 answers
862 views

I am working on a project where I need to calculate distance travelled by a robot. The mouse is connected to the Arduino Uno processor and I received some sample code from the Arduino website to get ...
Jay's user avatar
  • 11
3 votes
1 answer
5k 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
2 votes
1 answer
262 views

When I use Mouse.move() method (https://www.arduino.cc/en/Reference/MouseMove), what are units of xVal and yPos parameters?
Mirek's user avatar
  • 21
0 votes
1 answer
783 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