-
Notifications
You must be signed in to change notification settings - Fork 7
Description
I understand that the Yukon uses a custom Micropython firmware but I've seen references to this firmware using C++ code to provide the interface that Micropython sits on top of. I've also seen it mentioned in a Tom's Hardware YouTube video about "it just being a RP2040 and so C++ used" like on any RP2040, my question is how feasible is this or if it's likely to be significantly more complex due to the custom hardware than just using a Pi Pico with a H-bridge etc?
In case it's relevant my use case for C++ is to integrate with ROS either via the "ros2_control" package where I wonder if MicroPython will be fast enough over UART (using a Proto module) or MicroROS which is C++ old. ROS2 would be running on a Pi 5 with a connected to the Yukon via UART.