Skip to content

A simple utility to communicate with the EV3RT-Bluetooth-Console library

Notifications You must be signed in to change notification settings

Binozo/EV3RT-Bluetooth-CLI

Repository files navigation

EV3RT-Bluetooth-CLI

A simple utility which communicates with EV3RT-Bluetooth-Console. See also EV3RT-Bluetooth-Console-App.

Take a look at the EV3RT-Project.

System requirements

  • Java 8 or higher (sudo apt install openjdk-18-jre-headless)
  • A working Bluetooth driver
  • libbluetooth-dev (sudo apt install libbluetooth-dev)

Installation

Download the latest jar from the releases page and place it wherever you want to execute it.

Usage

To get the application Version:

java -jar ev3rt-bluetooth-cli.jar -v

To connect to an ev3:

Please note:

  • The target ev3 must already be paired with your system.
  • <bluetooth-address> has to be in the following format: XX:XX:XX:XX:XX:XX
java -jar ev3rt-bluetooth-cli.jar <bluetooth-address>

About

A simple utility to communicate with the EV3RT-Bluetooth-Console library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages