Welcome!

Notice: This website is still in heavy development that some pages are currently unavailable.

jev3dev is your advanced way in programming.

Motor motor = new Motor(LegoPort.OUTPUT_B);
TouchSensor sensor = new TouchSensor(LegoPort.INPUT_1);

motor.setDutyCycle_SP(80);

while(true){
if (sensor.isPressed()){
motor.runForever();
} else {
motor.stop();
}
}

jev3dev, formerly ev3dev-lang-java, is a powerful way to program your ev3dev device in Java.

It supports on different LEGO® MINDSTORMS platforms such as the EV3, and the BrickPi.

The user-friendly LCD and buttons can be used in ev3dev-lang-java. Unlike to another distribution of bindings, it allows to use Java-orignated Graphics to draw in it.

Why jev3dev? It stands for "java binding for ev3dev"



Copyright ® 2016-2017 Anthony Law. LEGO® is a trademark of LEGO Group.