A simple stepper motor position control system controlled by the stroke of your finger.
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
Circuit schematic.pngPortable Network Graphics (PNG) - 83.65 kB - 05/27/2020 at 06:23 |
|
|
PS2_touchpad_accel_stepper.inoIt has an acceleration/deceleration feature but no homing function.ino - 3.08 kB - 05/27/2020 at 06:22 |
|
|
PS2_touchpad_with_Stepper.inoIt has a homing function but no acceleration/deceleration feature.ino - 2.37 kB - 05/27/2020 at 06:22 |
|
For this project, you will need:
Here, the setup is powered from a mobile phone charger that supplies 5-volts to the Arduino board and the stepper driver. Even though the stepper motor is rated for 12-volt, you can use a lower voltage supply if the torque requirements of the motor are not high because using a lower voltage supply will keep the motor as well as the driver cooler.
*Both the stepper motor drivers have the same pin connections with the Arduino board.
Download the folder of the ps2 library from here. Move the downloaded folder to the desktop as it will be easier to find. Open the Arduino IDE and click Sketch>Include Library>Add .ZIP Library... and then select the ps2 folder from the desktop. The library will be included and you now be able to use the ps2 library.
For the Accel Stepper library, you can get it by pressing Ctrl+Shift+I and then typing in 'Accel Stepper' and installing the library.
Create an account to leave a comment. Already have an account? Log In.
Become a member to follow this project and never miss any updates