bdring / FluidNC

The next generation of motion control firmware
Other
1.52k stars 369 forks source link

Problem: Pen plotter : uln2003 - unipolar 28byj-48 stepper motor config #788

Open Ammar56788 opened 1 year ago

Ammar56788 commented 1 year ago

Controller Board

Pen plotter run with simple diy circuit such as Breadboard.!

Machine Description

Pen plotter

28byj-48 as x axis motor. 28byj-48 as y axis motor. sg90 as z axis motor (pen up and down) Two simple limit switch circuit. Esp32 devkit as main processor and wifi etc.

Input Circuits

No response

Configuration file

There is noting

Startup Messages

No

User Interface Software

WebUI

What happened?

I cant write new or edit other exist example config .yaml for my pen plotter Because i dont know yaml language...

Other Information

Excuse me for bad English

Ammar56788 commented 1 year ago

And wiki.fluidnc.com not responding

mani-fa commented 1 year ago

And wiki.fluidnc.com not responding

It works. try VPN to access.

Ammar56788 commented 1 year ago

Thnaks and Damn to who boycott a country! And is there any code for plotter with both uln2003 and esp32?

evgeny-smirnov commented 9 months ago

To configure 28byj needs to use unipolar driver

here is example

  x:
    steps_per_mm: 80
    max_rate_mm_per_min: 500
    motor0:
      hard_limits: false
      unipolar:
        phase0_pin: gpio.13
        phase1_pin: gpio.12
        phase2_pin: gpio.14
        phase3_pin: gpio.27
        half_step: false

and try to use servo settings like in WallPlotter.yaml config example