This project is a Rust-based application designed to interface with the Bangle JS 2 smartwatch.
- Mouse move
- Keypress
- Click
- Printscren
- Volume Control
- Etc
Status: Experimental
- Rust: Install Rust
- Bluetooth-enabled device
- Bangle JS 2 smartwatch
-
Clone the repository:
git clone https://github.com/vczb/BangleJS_connect.git cd BangleJS_connect cargo build --release cargo run --release
-
Build the project:
cargo build --release
-
Run the application:
cargo run --release
-
Download the Bangle JS 2 Companion App:
- Visit the Bangle JS 2 app loader here.
- Download and install the PC Connect (pcconn) app on your Bangle JS 2 smartwatch.
-
Restart the Smartwatch
-
Open the PC Conn app in the App menu
For any questions or issues, please open an issue on the GitHub repository. Enjoy using your Bangle JS 2 with this Rust application!