Pybricks and OpenMV H7 Plus UART compatibility #2407
-
|
I am currently in the WRO robosports Internationals (We are from Australia). ive been having trouble connect the pybricks UART via from pybricks.iodevices import UARTdevice to the OpenMV. Im having trouble connecting the two because the pybricks side says that you cant import UARTDevice and can someone please help me? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 20 replies
-
|
This feature hasn't made it into an official release yet AFAIK. You can use a nightly build of the firmware if you need the And check that the |
Beta Was this translation helpful? Give feedback.
-
|
im kind of new so im not very familiar |
Beta Was this translation helpful? Give feedback.
If the OpenMV camera uses binary data, then yes,
ustructwould probably be the easiest way to create the data bytes object. You would need to find some documentation that explains the protocol used on the device. Every device is going to be different.