-
It is necessary to resolve https://github.com/ev3dev-lang-java/ev3dev-lang-java/issues/728. All openjdk-ev3 builds are going to fail within a week since two days ago the cacerts file was removed from…
-
I connect to ev3 via ssh using internet USB sharing connection (I followed the well explained tutorial http://www.ev3dev.org/docs/tutorials/connecting-to-the-internet-via-usb/).
Everything work like…
-
> Task :MyFirstRobot.main() FAILED
Creating Motor A & B
2020-11-26 14:56:12 [main] INFO ev3dev.hardware.EV3DevDistros - Providing an EV3DevDistros instance
2020-11-26 14:56:12 [main] WARN ev3dev.ha…
-
When I try to import (matplotlib.pyplot) or any external modules, an error pops up (ImportError: no module named '---module name ---')
Code:
```python
from pybricks.hubs import EV3Brick
from pyb…
-
When cross building for ARM on x64 host, following error is observed.
```
$ ./build-managed.sh -release -buildArch=arm -RuntimeOS=ubuntu.14.04 -BuildTests=True -SkipTests=True -BuildPackages=Fals…
-
Hello, through the USB line chrysanthemum chain, how to achieve? I only have PS3 handle, can you help me modify a PS3?
thank you
-
The set_dc_duty_cycle_sp function in C fails to work the first time but works thereafter.
The code is a modified version of the dc motor example from: http://in4lio.github.io/ev3dev-c/
It was comp…
-
I'm pretty sure this will never return a value that can be decoded to determine which button was pushed:
``` java
/**
* Waits for some button to be pressed. If a button is already presse…
-
I miss the classic and reliable contact/touch sensor. We work with the Lego Mindstorms EV3 (ev3dev) and it is a common component in our designs.
Surely there is a good reason not to have implement…
-