-
Connect only one motor to the brick and try to send a program to drive a short distance.
```
robot@ev3dev:~$ python NEPOprog.py
Exception AttributeError: "'LargeMotor' object has no attribute '_path…
drigz updated
8 years ago
-
- **Etcher version:**
1.18.8
- **Operating system and architecture:**
macOS Ventura 13.2.1 (22D68)
- **Image flashed:**
**[ev3dev](https://github.com/ev3dev/ev3dev/releases/download/ev3dev-str…
-
This is what PiStorms is looking like now.
- [ ] Leds:
```
pistorms:BA:red:ev3dev
pistorms:BA:blue:ev3dev
pistorms:BA:green:ev3dev
pistorms:BB:red:ev3dev
pistorms:BB:green:ev3dev
pist…
dlech updated
8 years ago
-
I've found if I ``#include`` ev3dev stuff in separate compilation units then I get errors like this:
```
/usr/bin/ld: BoB/modules/robots/ev3/BoB/third_party/ev3dev-lang-cpp/libev3dev.a(ev3dev.cpp.o)…
-
The code should run on a real EV3 robot running [`python-ev3dev`](https://python-ev3dev.readthedocs.io/), so could we create magic for that?
There is example code we may be able to crib from from V…
-
I know this might be a dumb question, but how do you install Mono on a ev3dev?
Thanks in advance :)
-
![screenshot 2017-10-21 20 52 43](https://user-images.githubusercontent.com/3780724/32888501-7f2c697c-cad8-11e7-8497-3619414d6063.png)
Hi Sir,,
I get these error when I run writer.py file
robo…
-
Hi,
I'm trying to use HT-nxt-angle, but I don't see how to use it using ev3dev-lang-demo or ev3dev-lang-test.
Moreover I saw some issues (https://github.com/ev3dev/ev3dev/issues/555)
Could you pleas…
-
Hi guys, sorry for the inconvenience but I'm very new with ev3, the problem is not with the code but with passing the code to the ev3!
I'm using the school's ev3 and it doesn't connect to the usb por…
-
While playing with pthread_create() and pthread_join() in a C++ source code, I get this strange error :
```
robot@ev3dev:~/snir2$ ./test_threads
terminate called after throwing an instance of '__…