646 B
646 B
Lego ev3 with java
setup
Install ev3dev to SD card and plug it to ev3 brick. Load OS and connect to WiFi.
Modify config.gradle to set correct IP of the ev3 brick.
remotes {
ev3dev {
host = '192.168.1.13'
user = 'robot'
password = 'maker'
}
}
run
gradlew deployAndBrickRun
Template for this project
https://github.com/ev3dev-lang-java/template-project-gradle
More examples and references
https://github.com/ev3dev-lang-java/examples https://github.com/ev3dev-lang-java/ev3dev-lang-java https://ev3dev-lang-java.github.io/docs/api/latest/ev3dev-lang-java/index.html