moggieuk / ERCF-Software-V3

New software driver for ERCF control under Klipper
GNU General Public License v3.0
298 stars 63 forks source link

Add EASY-BRD with Seeed Studio XIAO RP2040 instead of SAMD21 #20

Closed qratz closed 1 year ago

qratz commented 1 year ago

Extended the installer to support EASY-BRD where instead of the Seeed SAMD21 an Seeed RP2040 is installed.

moggieuk commented 1 year ago

Thanks for the PR. Does the EASY-BRD with RP2040 require the uart_address setting in ercf_hardware.cfg? The ERB board doesn't but the EASY-BRD requires uart_address: 0 for gear and uart_address: 1 for selector.

Lino77 commented 1 year ago

The EASY-BRD with RP2040 does not require Uart address

qratz commented 1 year ago

In this case, I do think it does need the address setting, as both steppers have the same UART Pin. But i can test removing the UART address and see if it works.

moggieuk commented 1 year ago

Thank you I had to merge this because I waited too long and I had made changes to the installer. I also added the logic to make sure the uart was commented out for this mcu.

Pushed in v1.2.3-21

Thank you!