An open API service indexing awesome lists of open source software.

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

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.
スクリーンショット 2021-08-28 午後5 08 24

![github_usage1-アニメーションイメージ(大)](https://user-images.githubusercontent.com/22733958/130589777-bb9e9679-aeb6-43dd-bc9e-a26c03030525.gif)
sorry, it's hard to see😅