https://github.com/takeyamayuki/gyromouseble
bluetooth gyroscopic mouse like a wii remote control
https://github.com/takeyamayuki/gyromouseble
arduino bluetooth bluetooth-gyro-mouse esp32 mouse youtube
Last synced: 2 months ago
JSON representation
bluetooth gyroscopic mouse like a wii remote control
- Host: GitHub
- URL: https://github.com/takeyamayuki/gyromouseble
- Owner: takeyamayuki
- Created: 2020-12-05T08:43:53.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-17T05:13:34.000Z (over 4 years ago)
- Last Synced: 2023-03-10T02:27:52.587Z (over 3 years ago)
- Topics: arduino, bluetooth, bluetooth-gyro-mouse, esp32, mouse, youtube
- Language: C++
- Homepage:
- Size: 230 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GyroMouseBLE
An arduino program using MPU6050, ESP32 with bluetooth.
You can see how it works on [youtube](https://youtu.be/DzT40SCh3nI)
- The main program is in the [src directory](src).
- The circuit is in [circuit directory](circuit).
# requirements
Follow the [official arduino library installation](https://www.arduino.cc/en/guide/libraries).
- [ESP32 BLE Mouse library](https://github.com/T-vK/ESP32-BLE-Mouse)
# Usage
In this following circuit,

|switch|behavior|
|:-:|:-:|
|Rightmost switch|click|
|Middle switch|right click|
|Leftmost switch|scroll|
|Touch switch|stop the mouse cursor moving|
If you face the problem of the y-axis drifting, try some of the variables "offsety" in line 23.


sorry, it's hard to see😅