See: Description
Package | Description |
---|---|
ShefRobot | |
ShefRobot.util |
This package allows Java to communicate over bluetooth with Lego EV3 robots. It provides a simple wrapper of the Lejos EV3 library for beginners.
ShefRobot.zip
(available from the releases page) into your working directory. Open cmd (terminal on OS X/Linux) window and navigate to the directory. Run setupConsole.bat
(source setupConsole.sh
on OS X/Linux), this will configure your classpath for the lifetime of the cmd (terminal) window. Now you can compile the desired Java file as you would normally.
You can download ShefRobot.jar
(standalone binaries), ShefRobot.zip
(binaries including dependencies) & ShefRobot-docs.zip
(local documentation) from the releases page.
A small number of examples can be found here.