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 6
 Share


User Feedback



Recommended Comments

Hello everyone,

I'm trying to install mellow fly board after I had on the same port an Ercf easy board (the trianglelab kit one). I'm also having issue with the reset and my raspi cannot see the usb attached (i'm tryng to use the same connection I had before with the easy board, don't know if this thing change something in my new installation). I will try to clean with ethanol and insist with the reset button thanks. But I was really looking for installing CAN connection but I really don't know what to do and which ports to use (on the raspi maybe???). Can someone help me understand please? I have got a raspi 3b+.

Link to comment
Share on other sites

5 hours ago, TheBlackMambata said:

But I was really looking for installing CAN connection but I really don't know what to do and which ports to use (on the raspi maybe???). Can someone help me understand please? I have got a raspi 3b+.

The Canbus connection is not on the Pi but on the motherboard or Canbus adapter. Which motherboard do you have installed?

  • Thanks 1
Link to comment
Share on other sites

The Canbus connection of the Octopus Pro is the RJ11 connector on the motherboard.

Screenshot2024-06-05at12.thumb.jpg.a50d3cbb8ee282da02d32673194a4451.jpg

I'd recommend you purchase this RJ11 adaptor to connect the High/Low wires of the Canbus.

Screenshot2024-06-05at12_04_31PM.thumb.png.cef1d89a0d6614cf2b86bf8f5bd0bc6c.png

Here is the location of the high-low Canbus terminal ( 2 & 3)

canbusoctopus.jpeg.10616eeb6f6f40cfe487948620c16f70.jpeg

 

Use this guide to install your Canbus network. Canbus Guide

Edited by PFarm
  • Thanks 1
Link to comment
Share on other sites

6 hours ago, PFarm said:

 

Thank you so much!!! 

Really appreciate the help and all the informations. I'm so noob when trying to figure out electronics.

  • Like 1
Link to comment
Share on other sites

20 minutes ago, PFarm said:

Here is the link to flash the Mellow ERCF V1.1 board. Mellow ERCF

Yeah thanks, I was trying to follow that already for the usb connection, but I encountered that reset button issue that was pointed out in the firsts comments so I should retry with cleaning maybe. And then, just to say everything at this point, I think I didn't install correctly katapult because I had an error during the first compile, so I just tried to skip that part to see if it works. But I actually had the idea of switching to can bus connection.

  • Like 1
Link to comment
Share on other sites


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...