-
This is for **pybricks-micropython**
**(1) Appropriate & Fast way to retrieve Color, RGB and White values from HT NXT Color V2?**
This is on top of an issue I have with the HiTechnic Color Sensor …
-
The `didReceiveMessage` notification informs the client (Scratch extension) that data was received from the peripheral. Currently this is handled in an EV3-specific way: the code reads the 16-bit mess…
-
When scanning for EV3s, we had two on the table: EVFREE and EVPEA. A windows machine showed EVBEE in the scan, but never showed EVPEA. Where did EVBEE come from? It's one we've used in the past, but i…
-
It is possible to access the EV3 hardware and the EV3 menu program remotely using Java RMI.
``` java
RemoteEV3 ev3 = new RemoteEV3("192.168.0.9");
Port p = ev3.getPort("S1");
EV3IRSensor ir = ne…
-
Hi there, I've been trying to build the toolchain on Linux (Fedora 29) unsuccessfully so far. When I run the script `04-build-binutils.sh`, the process eventually results in an error (pasted below)
`…
-
### Expected Behavior
We can use [45509 EV3 Infrared Sensor](https://shop.lego.com/en-US/EV3-Infrared-Sensor-45509) in Scratch 3.0 EV3 extension.
Although [5003400 LEGO MINDSTORMS Education EV3 …
-
Hi Joeri,
Firstly thanks for sharing your EV3 messenger and library!
I've tested the EV3 Messenger a bit. Receiving messages from the EV3 works great, but I've some trouble with sending messages…
-
**Describe the bug**
When using a custom robot configuration by reversing left and right for motors B and C, the simulation does not work properly.
When simulating a line follower with a standard co…
-
Feature description
In the simulation of Ev3 is an obstacle that can be placed anywhere on the field. It would be great if you could add your own obstacles and/or have several different objects to ch…
-
**Describe the bug**
- The showtext block should not allow out of range values (negative values or values greater than the boundaries) for rows and columns.
**To Reproduce**
Steps to reproduce t…