Arduino - Accelerometer Mouse

preview_player
Показать описание
In this Arduino video I make an accelerometer USB mouse.

Рекомендации по теме
Комментарии
Автор

Hi. There's a little calculation going on for 'vx' and 'vy'. What's the logic behind it ? What's it converting into ?

charlesspurjeon
Автор

Website down? It is saying access denied.

adityakadali
Автор

Nice. Does it work also on the table (plane surface)?

aniesns
Автор

How do we add scrolling functionality?

prajwaldsouza
Автор

Hi, does the pointer is really precise in function of where you point at and the angle you hold the device? My project need a perfect accuracy. Thank you in advance.

ginzuemulation
Автор

This isn't an accelerometer mouse. This is a gyroscope mouse.

AnimilesYT
Автор

i am new for this arduino i was geting this error help
Arduino: 1.9.0-beta (Windows 7), Board: "Arduino Nano, ATmega328P"

In function 'void loop()':

sketch_jan26a:40:3: error: 'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?
Mouse.move(vx, vy);

^

sketch_jan26a:46:17: error: 'MOUSE_LEFT' was not declared in this scope

Mouse.press(MOUSE_LEFT);

^

sketch_jan26a:52:17: error: 'MOUSE_RIGHT' was not declared in this scope

Mouse.press(MOUSE_RIGHT);

^

exit status 1
'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

pavanrebel
Автор

hi nick,
i gave a try to this project, to begin my arduino journey ^^

but because i am very very noob, i have a problem now. since i loaded the code, the program does not stop making mouse clicks, how to reset or how to prevent automatic clicks as soon as i connect the usb? thank you

ginzuemulation
Автор

instead of arduino micro can i use arduino due

joesh
Автор

can you make robot hand that controll with gyro sensor

mdafroz
Автор

Hi, i get this error 'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'? if you could help me thank you

albertogarib
Автор

Nice project. But this works the angle of z axis. Instead of this you can work with y axis and x axis like normal mouse. You can think the plane surface like xy cordinate system.

ahakansahin
Автор

Is it possible to add additional buttons? Or be able to have this work in conjunction with an existing mouse for fusion360. I have zero software or programing knowledge. I managed to program in marlin standing on the shoulders of others work and basically copy and paste.
I am trying to replicate a 3d space mouse option but don't have $200 kicking around.
Thank you in advance.

rieldylanburrows
Автор

I'm trying to do the same with a nano 33 board, as it has an inbuilt accelerometer, but it doesn't work on windows, it works on Linux, though, so is it an issue with the board?

SjasFaceMD
Автор

Can anybody help with the code I think the website is down !

aminahmedchowdhury
Автор

Sorry dude, but even if I try to do everything as Your tutorial says, my mouse is not starting to move.
Do I need to wake up the accelerator somehow or????

TheTiiatia
Автор

Can u tell me which Arduino pro micro board u used....5V or 3.3V

alanwilliamspaul
Автор

Hi, thank you for the tutorial! I am very new to Arduino. I used the Arduino Leonardo and MPU92/65. I tried with your code, but the mouse keeps moving till disappears on the screen when I am not even moving the breadboard. Is it because the MPU6050 library doesn't work with MPU92/65? I am very stuck here. Any advice would be appreciated. Thank you very much!

wenmo
Автор

Can i use intel Galileo gen 2...insted of Arduino pro.

sachinmc
Автор

Hi! Would the wiring diagram remain the same even for arduino leonardo?

mihirvardhan