Skip to content
Discussion options

You must be logged in to vote

Right now, there is no simple UART serial-style control interface for the Create 3 robot. Your options are to use the BLE protocol using the SDK, which is likely the most micro-friendly option, or to use ROS 2 over either USB-over-Ethernet or Wi-Fi.

The serial forwarder is just that -- allowing a device connected to the Create 3 robot's USB port to be forwarded over a socket on the Create 3 robot. The use case here would be to interact with a device that only uses UART serial (Arduino, LEGO Spike Prime Hub, etc) from a remote machine. This lesson in our learning library can take you through using that, if interested.

Certainly, we're open to a feature request for other interfaces emulated…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by vivianweli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants