Replies: 1 comment 3 replies
-
|
USB daisy chaining as in the original LEGO app is not supported in Pybricks, but you can use Bluetooth messaging to send messages between the robots. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am new to EV3, please bear with me. I successful connect a single EV3 device and program it with Visual Studio Code (VSC). When I do a daisy chain between EV3-A and EV3-B, I connect EV3-A to VSC, may I know how do control the EV3-B's motor port from the micropython? I read from Scratch project, the second layer port can be setup as variable with this formula layer x 100 + port. Port A = 1, Port B = 2 and so on. But in Pybricks, the default port is A to D for EV3-A (Motor(Port.A)). How about the motor ports from EV3-B? Is it possible to configure? Appreciate if some one do have answers for this. Thank You..
Beta Was this translation helpful? Give feedback.
All reactions