I have the Root Controller set up on the bench and have been attempting to get a basic setup working before replacing the current controller in my home-built CNC. I followed your video showing your demo and have FluidNC updated to 3.7.5.
I downloaded the RootCNC/Root-Controller-ISO/Root_4_Base.yaml file from your GitHub repository and edited it to match the file that you show in the demo, and checked that against the X-Motor settings you have on About | Root CNC Wiki.
My current CNC motor drivers are DQ542MA devices with Y axis duplicated. I’m currently using a Protoneer controller. It works fine but cannot be expanded to 4-axis. I also have four Cloudray DM542S drivers.
I checked the data sheets for the drivers plus the RootCNC wiki page (as above) for the driver wiring but I’m seeing nothing happening between the step/enable/direction controller pins and the driver. I’m powering the system from 36Vdc - and I checked the PSU voltage was 36V before connecting. It’s a 350W 36Vdc OEM type supply from Aliexpress.
I am able to access ESPD for FluidCNC through my browser and upload the .yaml file using the FluidNC tab.
From the dashboard the commands window shows I have successfully unlocked using $x. I have reset the controller after altering and uploading the .yaml file.
I’m monitoring the driver pins using an oscilloscope after hitting the x-axis jog there is nothing on the pins connecting the controller and driver. I have tried both common anode and cathode connections but I’ve had no joy.
Could you have a look at my .yaml file and see if there is something I have got wrong. If you have time, maybe you can check the docs for the drivers I have to see if there is a compatibility issue.
Many thanks, Maurice
board: Root Controller ISO
name: Root 4 V20
stepping:
engine: I2S_STREAM
idle_ms: 255
pulse_us: 4
dir_delay_us: 1
disable_delay_us: 3
axes:
shared_stepper_disable_pin: NO_PIN
x:
steps_per_mm: 160.000
max_rate_mm_per_min: 3700.000
acceleration_mm_per_sec2: 250.000
max_travel_mm: 1198.000
soft_limits: true
homing:
cycle: 1
positive_direction: true
mpos_mm: 1197.000
feed_mm_per_min: 100.000
seek_mm_per_min: 2000.000
settle_ms: 1000
seek_scaler: 1.100
feed_scaler: 1.100
motor0:
limit_neg_pin: NO_PIN
limit_pos_pin: NO_PIN
limit_all_pin: gpio.26:low
hard_limits: true
pulloff_mm:2.000
standard_stepper:
step_pin: I2SO.7:low
direction_pin: I2SO.5:low
disable_pin: I2SO.3:high
i2so:
bck_pin: gpio.22
data_pin: gpio.12
ws_pin: gpio.21
spi:
miso_pin: gpio.19
mosi_pin: gpio.23
sck_pin: gpio.18
sdcard:
card_detect_pin: NO_PIN
cs_pin: gpio.5
control:
safety_door_pin: NO_PIN
reset_pin: NO_PIN
feed_hold_pin: NO_PIN
cycle_start_pin: NO_PIN
macro0_pin: NO_PIN
macro1_pin: NO_PIN
macro2_pin: NO_PIN
macro3_pin: NO_PIN
coolant:
flood_pin: NO_PIN
mist_pin: NO_PIN
delay_ms: 0
probe:
pin: NO_PIN
check_mode_start: true
macros:
startup_line0:
startup_line1:
macro0:
macro1:
macro2:
macro3:
user_outputs:
analog0_pin: NO_PIN
analog1_pin: NO_PIN
analog2_pin: NO_PIN
analog3_pin: NO_PIN
analog0_hz: 5000
analog1_hz: 5000
analog2_hz: 5000
analog3_hz: 5000
digital0_pin: i2so.12
digital1_pin: i2so.13
digital2_pin: i2so.14
digital3_pin: i2so.15
start: must_home: false
- Discourse wouldn’t allow me to add links to the post because I’m a new user.




