Replies: 1 comment 6 replies
-
|
Thanks @jaguilar !
We have two options, neither of which are currently implemented:
Our contributor @ArcaneNibble (who has made major contributions to make EV3 support possible) has been looking into both these to see what is possible. Besides writing the driver, we'll also still need to settle on an API. For backwards compatibility, I think we'll want to implement the EV3 Mailboxes, but we should be able to do more creative things with Bluetooth data streams as well if we find the time. |
Beta Was this translation helpful? Give feedback.
6 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.
-
First off, I want to say congratulations to the devs for getting ev3 baremetal working. It's an amazing piece of work and I'm tickled pink that it's been done.
I was going to try to implement one of the ev3 demo projects using pybricks and settled on doing the spinner. But I immediately ran into a slight problem: how do I command the second hub from the first one? In the building instructions, the EV3s are connected via a USB cable. Does the existing firmware allow input and output via USB? For example, if hub1 did print('foo\n'), would input() on hub2 be able to retrieve that string? If not, is any such API planned?
Beta Was this translation helpful? Give feedback.
All reactions