Jump to content

Mellow "ERCF Fly Board V1.1" USB Setup


Description

I've joined the ERCF club and purchased a Blurolls kit from Aliexpress which came with a Mellow "ERCF Fly Board V1.1" It took me a good few hours to find all the info I needed to get it up and running so I thought I would document the steps to save someone else the time later. This is a work in progress

 

 

Initial setup of UART Jumpers on the ERCF Fly Board v1.1

 

Make sure that you install the jumpers as shown below or you will run into issues further down the line.

image.thumb.png.9f6f96fa0bee4f49f8d09242c0f16e2e.png

 

 

Flashing klipper to the Mellow ERCF Fly Board v1.1 to use a USB connection.

 

SSH into the Raspberry Pi

On the Flyboard hold down the SW1 button and attach USB cable to Raspberry Pi (or other micro board) then let go of reset button.

Type

lsusb

Look for ‘ID 2e8a:0003 Raspberry Pi RP2 Boot’ in the list of devices. If it is not present repeat the process.

When you have confirmed that ‘ID 2e8a:0003 Raspberry Pi RP2 Boot’ do the following:

 

cd ~/klipper               
make menuconfig

 

Select the following options for a ‘USB’ (not CAN) connection to your printer. Make sure enable extra low-level options is selected.

 

config-can.png.bb03ef3cabdd7e9f5fdc1e1a8f11f928.png

Exit & save

make -j4                			   #This will compile the firmware for the ERCF Fly Board v1.1
make flash FLASH_DEVICE=2e8a:0003		      #This will flash Klipper to the ERCF Fly Board v1.1

 

 

If successful it should look like the image below:

image.png.ed78626573c75b00d7e4c398fa0de56e.png

 

 

Disconnect and reconnect the ERCF Fly Board v1.1 USB connection from your Raspberry Pi and reboot your Printers Host

 

You can then move onto installing ERCF-Software-V3 "Happy Hare" by moggieuk

Instructions here: moggieuk/ERCF-Software-V3: New software driver for ERCF control under Klipper (github.com)

If your flashing was successful, you will be able to use the ‘Fystec ERB Burrows Board’ option throughout the install as it will detect the ‘Raspberry RP2040’ mcu.

 

image.thumb.png.50e672fbe622f3ba53ae4d4acc789845.png

 

 

 

Use gpio(then the corresponding pin number) in your ercfhardware.cfg

e.g.
gpio20 for the endstop  (P20)
&
gpio7 for the STEP pin on gear stepper (GPIO7)

Note: adding a ‘!’ before gpio will change the movement direction. 

 

Hopefully that will help someone!

 

 

 

 

 

 

 

Tutorial Videos

Optionally you can add videos from Youtube or Vimeo to your tutorial

  • Like 1
 Share


User Feedback

Recommended Comments

There are no comments to display.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Add a Comment

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...