Replies: 1 comment
-
|
It will be possible via Bluetooth whenever that gets launched for EV3, and it is possible with the old 2.0 firmware, although I don't recommend going back to that. If you're willing to mount the Raspberry Pi on your model, or if your model is immobile, you could use the UART interface instead (see https://docs.pybricks.com/en/v4.0.0/iodevices/uartdevice.html and https://www.electronicwings.com/raspberry-pi/raspberry-pi-uart-communication-using-python-and-c). |
Beta Was this translation helpful? Give feedback.
0 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.
-
Good day!
I’m working on a project where I need to exchange data between an ev3 with pybricks beta, and raspberry pi. Is there any easy way to make this work? Basically the raspi just sends signals to the ev3 and the ev3 reacts to those signals or the ev3 sends data to the raspi and run a function based on the signal the raspi sends back.
Thank you for your assistance!
Beta Was this translation helpful? Give feedback.
All reactions