How to make a motorized slider easy and for professional Stop motion and timelapse usage.
This setup works perfect for my needs, I am a stop motion filmmaker, if you want to shoot live movements provably this is not your setup.
► Become a Patron: / edupuertasfruns
IGUS CAMERA SLIDER RAIL, WS-10-40-1000 + WW-10-40-10-HKA
https://www.igus.es/cam
MOTION CONTROL KIT, (arduino, cncshield, motor, driver, code, usb, cables, connectors and manual)
https://kineticarmatures.com/product/...
Components (affiliate links):
ARDUINO UNO R3; https://geni.us/VXVdCaq
SMALL MOTOR; https://geni.us/yZhJShI
CNC SHIELD, https://geni.us/opQ2FN1
DRIVER, https://geni.us/PQuxH
BRACKET, http://amzn.to/2lTzqeF
TRANSMISSION AND PULLEY, https://geni.us/roi1JC
TRANSMISSION CLAMP, http://amzn.to/2mjqb8k
Specific TOOLS,
1/4 UNC tap (small tripod thread) http://amzn.to/2lXWNnR
3/8 UNC tap (big tripod thread) http://amzn.to/2lcOIXR
Tapping tool, http://amzn.to/2mjwucc
GOOD REVIEW OF THIS VIDEO:
http://www.diyphotography.net/build-a...
LAST VIDEO:
• My favourite Kubo - Laika - animator ...
Music by:
David Cutter https://www.davidcuttermusic.co.uk
Joakim Karud / joakimkarud
Globuldub / globuldub
-----------
FOLLOW ME;
on / edupuertasfruns
My Animation Studio: http://www.citoplasmas.com
My Animation Armatures: http://www.kineticarmatures.com
The school where I teach: http://www.baued.es/en
------------
THE GEAR I USE (affiliate)
CAMERA, Canon EOS 80D ; https://geni.us/GdVo
WIDE LENS, Canon 10-22 mm; https://geni.us/gk25
NICE ZOOM, Canon EF 24-105mm; https://geni.us/YWJZ
MACRO LENS Canon 60mm; https://geni.us/Znz5j
MICROPHONE, Rode VideoMic; https://geni.us/qf33P
WIRELESS MICROPHONE, Rode; https://geni.us/4dlSf
SD CARD, SanDisk Extreme PRO 64GB; https://geni.us/U09Xb
DJI OSMO ACTION; https://geni.us/zDfvsu
TRIPOD, Manfrotto MKBFRA4-BH BeFree; https://geni.us/MGII6
MAGIC ARM, Manfrotto 244 Magic Arm; https://geni.us/E8DBG
SUPER CLAMP, Manfrotto 035; https://geni.us/E8DBG
GEARED HEAD, Manfrotto 410; https://geni.us/P7KQJeB
LED LIGHT LUME CUBE; https://geni.us/DvB3nx1
SOFTWARE, Dragonframe: https://geni.us/ZSra56
#stopmotion #diy #edupuertas
UPDATE:
Many of you are trying to run this setup, the code on Dragonframe must be adapted to work with the CNC Shield. Follow this indications to make Arduino - Dragonframe code work with the CNC shield pin configuration.
New pins, paste this lines before // set output pins line:
motors[0].stepPin = 2;
motors[0].dirPin = 5;
motors[1].stepPin = 3;
motors[1].dirPin = 6;
motors[2].stepPin = 4;
motors[2].dirPin = 7;
motors[3].stepPin = 12;
motors[3].dirPin = 13;
Change this set of lines (that appears earlier):
#define MOTOR0_STEP_PORT PORTD
#define MOTOR0_STEP_PIN B00010000
#define MOTOR1_STEP_PORT PORTD
#define MOTOR1_STEP_PIN B01000000
#define MOTOR2_STEP_PORT PORTB
#define MOTOR2_STEP_PIN B00000001
#define MOTOR3_STEP_PORT PORTB
#define MOTOR3_STEP_PIN B00000100
TO THOSE LINES TO:
#define MOTOR0_STEP_PORT PORTD
#define MOTOR0_STEP_PIN B00000100
#define MOTOR1_STEP_PORT PORTD
#define MOTOR1_STEP_PIN B00001000
#define MOTOR2_STEP_PORT PORTD
#define MOTOR2_STEP_PIN B00010000
#define MOTOR3_STEP_PORT PORTB
#define MOTOR3_STEP_PIN B00010000
This should work, please, subscribe and leave a like :)
...if not find a friend used to Arduino code.
Информация по комментариям в разработке