Pico with Adxl using RatOs
I wanted to gather some preliminary information, if it's available. RatOs is unique in the fact that you don't have to find the serial of the mcu or devices and add that to your config. It already finds the mcu and connects to it automatically.
With trying to connect a Pi Pico with an adxl via usb, is there anything I should know about or extra steps in order to get this combination to work?
2 Replies
In that case, since it's an unsupported "board", if you can call it that, you'd configure it just like in regular klipper. Ie. go look for the serial and configure an mcu section for it.
All in the user overrides section of course.
like-goldOP•2y ago
Awesome, thank you for the information!