bdring / 6-Pack_CNC_Controller

MIT License
291 stars 72 forks source link

Pins #59

Open deanembrey opened 2 years ago

deanembrey commented 2 years ago

My issue is the pins. On the wiki on the 6 pack For the pins folder above the pins list, it has a 5 volt addon card and I kept passing it up. I bet I passed it up 2 or 3 times. What's it needs is pins on one side with the board on the other next to the pin on the pins of the board. This section is one of the better put together section. Put rolls of what to what pin examples. Would help us a lot better.Here is a module

// Socket #1 // #1 GPIO_NUM_33 (Sg1) // #2 GPIO_NUM_32 (Sg2) // #3 GPIO_NUM_35 (Sg3) (input only) // #4 GPIO_NUM_34 (Sg4) (input only) // #5 GPIO_NUM_14 // #6 GPIO_NUM_13 // #7 GPIO_NUM_15 // #8 GPIO_NUM_12

// Socket #2 // #1 GPIO_NUM_2 // #2 GPIO_NUM_25 // #3 GPIO_NUM_39 (Sg5) (input only) // #4 GPIO_NUM_36 (Sg6) (input only) // #5 GPIO_NUM_14 // #6 GPIO_NUM_13 // #7 GPIO_NUM_15 // #8 GPIO_NUM_12

// Socket #3 // #1 GPIO_NUM_26 // #2 GPIO_NUM_4 // #3 GPIO_NUM_16 // #4 GPIO_NUM_27 // #5 GPIO_NUM_14 // #6 GPIO_NUM_13 // #7 GPIO_NUM_15 // #8 GPIO_NUM_12

// Socket #4 // #1 GPIO_NUM_14 // #2 GPIO_NUM_13 // #3 GPIO_NUM_15 // #4 GPIO_NUM_12 // #5 GPIO_NUM_14 // #6 GPIO_NUM_13 // #7 GPIO_NUM_15 // #8 GPIO_NUM_12

// Socket #5 // #1 I2SO(24) (output only) // #2 I2SO(25) (output only) // #3 I2SO26) (output only) // #4 I2SO(27) (output only) // #5 GPIO_NUM_14 // #6 GPIO_NUM_13 // #7 GPIO_NUM_15 // #8 GPIO_NUM_12 TMC2130 Examples

  #socket 1
  tmc_2130:
    cs_pin: i2so.3
    step_pin: I2SO.2
    direction_pin: I2SO.1
    disable_pin: I2SO.0
    spi_index: -1
    r_sense_ohms: 0.110
    run_amps: 0.750
    hold_amps: 0.250
    microsteps: 32
    stallguard: 0
    stallguard_debug: false
    toff_disable: 0
    toff_stealthchop: 5
    toff_coolstep: 3
    run_mode: CoolStep
    homing_mode: CoolStep
    use_enable: false

  #socket 2
  tmc_2130:
    cs_pin: i2so.6
    step_pin: I2SO.5
    direction_pin: I2SO.4
    disable_pin: I2SO.7
    spi_index: -1
    r_sense_ohms: 0.110
    run_amps: 0.750
    hold_amps: 0.250
    microsteps: 32
    stallguard: 0
    stallguard_debug: false
    toff_disable: 0
    toff_stealthchop: 5
    toff_coolstep: 3
    run_mode: CoolStep
    homing_mode: CoolStep
    use_enable: false

  #socket 3
  tmc_2130:
    cs_pin: i2so.11
    step_pin: I2SO.10
    direction_pin: I2SO.9
    disable_pin: I2SO.8
    spi_index: -1
    r_sense_ohms: 0.110
    run_amps: 0.750
    hold_amps: 0.250
    microsteps: 32
    stallguard: 0
    stallguard_debug: false
    toff_disable: 0
    toff_stealthchop: 5
    toff_coolstep: 3
    run_mode: CoolStep
    homing_mode: CoolStep
    use_enable: false

  #socket #4
  tmc_2130:
    cs_pin: i2so.14
    step_pin: I2SO.13
    direction_pin: I2SO.12
    disable_pin: I2SO.15
    spi_index: -1
    r_sense_ohms: 0.110
    run_amps: 0.750
    hold_amps: 0.250
    microsteps: 32
    stallguard: 0
    stallguard_debug: false
    toff_disable: 0
    toff_stealthchop: 5
    toff_coolstep: 3
    run_mode: CoolStep
    homing_mode: CoolStep
    use_enable: false

#socket #5
  tmc_2130:
    cs_pin: i2so.19
    step_pin: I2SO.18
    direction_pin: I2SO.17
    disable_pin: I2SO.16
    spi_index: -1
    r_sense_ohms: 0.110
    run_amps: 0.750
    hold_amps: 0.250
    microsteps: 32
    stallguard: 0
    stallguard_debug: false
    toff_disable: 0
    toff_stealthchop: 5
    toff_coolstep: 3
    run_mode: CoolStep
    homing_mode: CoolStep
    use_enable: false

#socket #6
  tmc_2130:
    cs_pin: i2so.22
    step_pin: I2SO.21
    direction_pin: I2SO.20
    disable_pin: I2SO.23
    spi_index: -1
    r_sense_ohms: 0.110
    run_amps: 0.750
    hold_amps: 0.250
    microsteps: 32
    stallguard: 0
    stallguard_debug: false
    toff_disable: 0
    toff_stealthchop: 5
    toff_coolstep: 3
    run_mode: CoolStep
    homing_mode: CoolStep