-
The colour sensor of the black robot has a funny behaviour. It looks like the value is underflowing: on a white paper the value is around 20, and if you get closer to the black line, it is getting sma…
-
**Question**
I am trying to make precise turns using turn "(angle, then=Stop.HOLD, wait=True)". Here is my basic test code:
```python
#!/usr/bin/env pybricks-micropython
from pybricks.hubs import …
-
Sometimes wake duration goes to a very large number (really small negative number treated as unsigned).
Need to find out why, and fix it.
-
support RevColorSensorV3, example [here](https://github.com/REVrobotics/Color-Sensor-v3-Examples/tree/master/Java/Read%20RGB%20Values)
-
I would like to communicate with my NXTCam-v5 via I2C to receive the coordinates of multiple objects. I am using ev3dev with Python and I am wondering whether someone has implemented I2C communication…
-
``Hi,
The color sensor sampling rate is only 2 Hz, though the actual rate on the Spike Prime Website is 100 Hz (https://education.lego.com/v3/assets/blt293eea581807678a/blt62a78c227edef070/5f8801b9…
-
Seems like L 88013 motors are not being recognized. I tried it on City, Technic, Inventors Hubs.
I tested all ports in Technic Hub with 3 different 88013 motors. I also tried to mix up the ports (li…
-
**Question**
There is way not enough documentation around on PyBricks EV3 microPython....
I'm tring to improve my LineFollowing Code. I've seen others use complicated extraction of Analogue data…
-
**Question**
I can't change the direction of the gyro sensor on an EV3 in Pybricks to COUNTERCLOCKWISE.
**Context**
It seems like this should be easy, The documentation is clear. Seems like I …
-
I am trying to use the Mindsensors NXTMMX (motor multiplexer) with the EV3 using micropython. The NXTMMX is powerd and plugged into S1.
The EV3 sees ports in1:i2c3:M1 & in2:i2c3:M2 but I am having…