-
HI everyone , i need a little help , i have my script to collect data from Environment using TCP Socket , so i need a help , how i turn off all sensors using shellscript.... After i send a command wit…
-
I've been working with ev3-dev for the past weeks and successfully configured various sensors and actuators. However I can't get the Actuonix Linear Actuator working.
When I try to initialize the c…
-
ev3dev version: 4.14.117-ev3dev-2.3.5-ev3
ev3dev-lang-python version: INSERT ALL VERSIONS GIVEN BY dpkg-query -l {python3,micropython}-ev3dev* HERE
Desired=Unknown/Install/Remove/Purge/Hold
| Statu…
-
Hi,
I install ev3dev on my LEGO EV3.
My code:
```
var ev3dev = require("ev3dev-lang");
if(!ev3dev.Ev3Leds.isConnected) {
console.error("This sample can only run on the EV3 brick. Other p…
-
### What are you trying to do?
Hello,
I want to connect several LEGO EV3 Infrared on the EV3 Sensor Multiplexer.
I follow the following page : http://docs.ev3dev.org/projects/lego-linux-drivers/e…
-
We want to add support for EV3 (the latest lego mindstorms kit). We use the NXC compiler in JBrick, so we will need to have a version of it that is compatible with EV3
f4ngy updated
10 years ago
-
I am having issues with the very first boot of ev3dev on Lego Mindstorms EV3. I am using a 32GB microSDHC card and etched the jessie version (using balena etcher). I saw other closed tickets where it'…
-
Hi, testing on latest ev3dev and python 3, getting this error
`>>> from ev3.lego import *
> > > d = MediumMotor()
> > > Traceback (most recent call last):
> > > File "", line 1, in
> > > File "…
-
Hello,
I am trying to program an object tracking robot with lego mindstorms using the python language. However I am not able to communicate with the NXT cam.
```python
#!/usr/bin/env pybricks-mic…
-
### Expected Behavior
Scratch with Scratch link on Chrome browser on Mac should detect EV3 through Bluetooth (or USB).
### Actual Behavior
Scratch with Scratch link failed to detect EV3 even thou…