Hello, i need help for a project. i wanna do a automatic warehouse. But i don't know programming. Any can answer me a link where can i get help? Thanks
You could get help here if you provide enough detail about your project.
There are lots of useful links on the Useful Links Thread.
...R
Ah sorry, its my bad. I wanna do a warehouse like this : Arduino Automatic Warehouse - YouTube You can see on the video how its work
IdrisGuven:
But i don't know programming. Any can answer me a link where can i get help?
The IDE is jam-packed with worked programming examples
That is a pretty basic 3 axis CNC machine. An Uno and grbl shield like this could take care of the stepper motor control.
You will need a 12V-24V power supply capable of powering the motors.
The motors in the video look to be NEMA 17 size motors. The drivers on the grbl shield can control motors with up to 1A per coil without cooling (heatsink and fan).
The AccelStepper library to control the motors.
But the problem is not hardware. It's software. I never programmed control of motors ![]()
See reply #4
stepper basics.
simple stepper program
AccelStepper library with lots of example code.
Before you post any more, maybe read the how to use this forum sticky.
Oh thanks. When i go to home i try to study
Hi IdrisGuven,
Arduino, like any computer technology, has a learning curve. This means that ideas are based on previously learned material. If you attempt to plunge into making your automated warehouse as your first project, you will likely run into major difficulties, which may discourage you from completing it.
Instead, start with some of the basic skills based examples, such as reading buttons, reading voltages, running sequences without blocking other actions, that sort of thing. Then you will be ready to move on to intermediate skills, which relate directly to your project, particularly power supplies and motor control.
Finally you are ready to learn the specific software to accomplish your project, which will now be a process of applying the more atomic skills you have learned. This is the place to get help with all of that.
Good luck and have fun!
Hi ChrisTenon, thanks for answer. But I'm just studying electric and electronic i have base of Arduino, I programmed any time but it's very basic programs