Looking for programmer

I need someone that can program a stepper motor program for me.

Basically i know nothing about arduino and doing this. This is just a test of a project i am doing and once i get through this i will be doing alot more. I would love someone that can do this and then continue on with the project as i get to different phases of this. When it is complete there will be a whole system to this.

I need the following abilities

  1. direction control
  2. speed control
  3. steps to take
  4. layout into to hook it all up

i have the following items

  1. Uno board - https://www.amazon.com/gp/product/B01D8KOZF4/ref=oh_aui_search_asin_title?ie=UTF8&psc=1

  2. stepper driver board - https://www.amazon.com/gp/product/B01MYMK1G9/ref=ppx_yo_dt_b_asin_title_o00__o00_s00?ie=UTF8&psc=1

2a. stepper driver board - https://www.amazon.com/gp/product/B075XH1TSJ/ref=oh_aui_search_asin_title?ie=UTF8&psc=1

  1. stepper motor -
    https://www.amazon.com/gp/product/B074JJQJVP/ref=ppx_yo_dt_b_asin_title_o01__o00_s00?ie=UTF8&psc=1

  2. power supply - https://www.amazon.com/gp/product/B06VWV5YCH/ref=ppx_yo_dt_b_asin_title_o00__o00_s00?ie=UTF8&psc=1

The 2a drivers (drv8825) can not supply the current required for those steppers, the TB6600 drivers are the ones to use.

Robin2 has a couple of good tutorials for steppers that may have information that you can use.
Stepper basics.
Simple stepper code.

The AcccelStepper library is a good library for controlling steppers,

See PM for advice.

Programming is the easy part. I can help you with that, or do it for you at reasonable cost. What I find is often forgotten are the mechanical and electrical issues. e.g., can your motor/drive/power supply combination actually drive the load at the speed you want? Have you selected an appropriate drivetrain to provide the positioning resolution that's needed? Can the motor hold the load in position by itself or will a brake be needed? Are you doing repetitive moves that need to be verified regularly?

PM me if you need code written. I've done plenty of motion control over my career and simple motor tests are easy. The "fun" part is when you get into all the other issues I mention above :slight_smile: