Motorized Camera Slider Part 3: Circuits and Code

  Рет қаралды 7,212

Wogified

Wogified

Күн бұрын

Пікірлер: 43
@smellyoulater
@smellyoulater 7 жыл бұрын
Love your Slider project so much, I built it! This was my third Arduino project ever. I modified the build and code to suit the parts I had on hand. Still very much a beginner at programming. Loving the motion in my Timlapse videos! Thank you for putting in all the hard work and posting this video series for all to share.
@berlib0102
@berlib0102 5 жыл бұрын
Amazing videos about a superb project! I'm going to make it following your very clear explanations. Many thanks!
@michaelradil15
@michaelradil15 3 жыл бұрын
Thank you for sharing this build with us. I am currently testing the electronics and i’m finding that the chip on the Easy Driver gets really hot when the motor is standing by. I have the current at the lowest setting. The motor turns properly and resets but then the driver overheats. I have already burned out one driver. Was this a problem for you?
@MDTProductions
@MDTProductions 7 жыл бұрын
Great Work - A really good video showing how to build the Camera Slider. I am planning on motorising a Neewer carbon fibre camera slider using the code you have shared as a base starting config. (I am new to Arduino coding). I intend to add a Move, Shoot, Move option which triggers the cameras shutter via another output pin when the slider stops between moves. I noticed in your videos you actually use several different models of Arduino, but provide the code based on a MEGA. I intend using an UNO or NANO, would it be possible for you to share the specific "Interval Pin" details and anything else specific needed for these other two models ? ManyThanks.
@wogified1139
@wogified1139 7 жыл бұрын
Thanks! Its been a while since I made this video tutorial series so my memory of it is a little hazy. I believe I went with the MEGA over the nano/uno due to dynamic memory constraints. This was mainly due to using the OLED display library (its a memory hog). If you choose to omit the screen in order to go with another control scheme, then you can potentially use the nano or the uno. You stated "interval" pins but I'm assuming you meant "interrupt" pins? Those pins are different between the mega and the nano, while the nano and uno may share the same interrupt pin numbers. I recall including some references in the code to websites that really helped me on this topic. If not, it should be a short googling away. Good Luck.
@wernerberry7800
@wernerberry7800 7 жыл бұрын
Really great project Wogified! Thanks for sharing!! Very nice coding as well!
@andrewnorth2976
@andrewnorth2976 6 жыл бұрын
will you be adding a camera trigger function to this project, saves messing about with camera settings to fire the shot Nice project btw
@wogified1139
@wogified1139 6 жыл бұрын
Nah, I wasn't planning on it. I dont own any camera with an electronic trigger input. It would need to be something that would physically press the camera button. Possible, but not really worth the effort in my opinion. This rig is meant to be more of a "set and forget" type deal.
@updomekk
@updomekk 6 жыл бұрын
realy Great work. Thank a lot for your shared.
@jaysonnicolas2664
@jaysonnicolas2664 6 жыл бұрын
Hi. Just subscribe to you and thanks for sharing this. Anyway upon verifiying the code it display " a8 not declared in void setup". I just starting in my arduino codings so my knowledge is limited. Again thank you.
@RicardoSequeira
@RicardoSequeira 6 жыл бұрын
Hello, my slider is more portable (40cm), to adjust the time do to the 40cm lenght i need to adjust the chassislengh of the code? now is 22500, this nmber corresponds to witch lenght of slider? thank and keep the good job!
@wogified1139
@wogified1139 6 жыл бұрын
Yes, you'll need to tweak that number to your custom length
@ゆパパ
@ゆパパ 5 жыл бұрын
is this number in millimetre? ex, 40cm should put 400?
@Persianppc
@Persianppc 5 жыл бұрын
did you find out about the units of this number ? tnx btw :)@@ゆパパ
@ゆパパ
@ゆパパ 5 жыл бұрын
@@Persianppc No, but you can put a number to try, and will find one fit yours. My slider is 80cm, the number I think is around 16500
@Persianppc
@Persianppc 5 жыл бұрын
thanks pal ;)@@ゆパパ
@BikerNic
@BikerNic 6 жыл бұрын
Hi there. I'm just starting out with arduino and camera sliders. I bought an Arduino Uno, GBRL shield and High current DRV8825 stepper driver for this purpose. Do you think this will work?
@wogified1139
@wogified1139 6 жыл бұрын
you would be able to achieve the same level of functionality but you won't have enough of the arduino's dynamic memory left for the display.
@RicardoSequeira
@RicardoSequeira 6 жыл бұрын
Hello, i already buy all the items and connect everything but the menu does not fit in the screen, can you tell me what is wrong or if I need to change anything. Thanks
@RicardoSequeira
@RicardoSequeira 6 жыл бұрын
ibb.co/camdYn
@RicardoSequeira
@RicardoSequeira 6 жыл бұрын
Photo os the screen
@张天揆
@张天揆 6 жыл бұрын
Hello ,I had the display problem also but I had found what the matter is. You can found the Folder path:Arduino>libraries>Adafruit_SSD1306-master>Adafruit_SSD1306.h.Found this program and edit it like this: -----------------------------------------------------------------------*/ #define SSD1306_128_64 // #define SSD1306_128_32 // #define SSD1306_96_16 /*=========================================================================*/ and then ,Compile and upload. Have fun!
@berlib0102
@berlib0102 5 жыл бұрын
problem... I can only go to Quick Access and when I click, the motor is always "zeroiing"... What is wrong?
@satb7226
@satb7226 5 жыл бұрын
Check A8 (limit switch)
@berlib0102
@berlib0102 5 жыл бұрын
@@satb7226 Many thanks! But... what should I do exactly ?
@satb7226
@satb7226 5 жыл бұрын
@@berlib0102Hi Bernard, apologies for the delayed response - did you manage to resolve in the end? FYI - on my build, the trigger pin A8 was wired incorrectly causing a similar issue.
@berlib0102
@berlib0102 5 жыл бұрын
@@satb7226 ​ Many thanks for your answer! Unfortunately, my slider is still "zeroiing"and the screen remains on the first option which can't be selected... I despair of finding the solution for this amazing project which is however the most interesting found on the Internet! Do you appreciate your slider?
@satb7226
@satb7226 5 жыл бұрын
Hey Bernard L when stuck in "zeroing" is the motor moving?
@iway3030
@iway3030 6 жыл бұрын
my slider is not as same length as yours. so i waant to reverse diection as soon as it hits the limit switch whatever be the time duration is set , i just want it to reverse direction, otherwide it will damage itself if it reaches the end and doesnt stop or reverse. i dont know any programming and completely dependent on you. till now the program runs well but havent fitted on actual hardware. i have added two limit switches at either end making them parallel connection. also my menu fonts are too small , how to increase its size so as i can read. i triesd increasing font size to 2 at many places, but texts just gets cropped on screen and is useless. please help soon. i have invested lot in parts.
@wogified1139
@wogified1139 6 жыл бұрын
What you want to do is simple enough to achieve, but you should take a look at how a simple circuit is wired up for a switch in the arduino IDE. See how the logic works and then try to incorporate it into the code I have provided. There should be many examples of how to do this on google. As for the font issue, its a little trickier due to how the text is rendered on the screen. If you increase the font size, you will also need to shift the starting point down in order to display properly.
@makersengineering530
@makersengineering530 6 жыл бұрын
Hi it says ''exit status 1'' Error
@patricklambrecht3934
@patricklambrecht3934 7 жыл бұрын
I am not seeing the wiring diagram in the descriptions...
@wogified1139
@wogified1139 7 жыл бұрын
Woops, I added the diagram to the github link. You should be able to get it there.
@patricklambrecht3934
@patricklambrecht3934 7 жыл бұрын
First of all, great job with this. Building this is so much cheaper than buying one. Secondly, I followed everything in the instructions, and everything seems to be working just fine, except that my rotary encoder does not seem to want to scroll through the menu. I can long press to select, but cannot scroll to any options other than the first. Thoughts?
@wogified1139
@wogified1139 7 жыл бұрын
Not too sure about this. If the button press works, but the knob doesnt work; then I would double check your wiring. Also, in my build, the menu does not respond until you turn it at least a half turn.
@patricklambrecht3934
@patricklambrecht3934 7 жыл бұрын
Perhaps I have the wrong resistors. Are those 220s?
@berlib0102
@berlib0102 5 жыл бұрын
@@patricklambrecht3934 I've the same problem... and no solution.
@MBBMODByBoB
@MBBMODByBoB 7 жыл бұрын
hi nice projeckt but the sketch work not on my arduino mega .
@wogified1139
@wogified1139 7 жыл бұрын
Hey sorry for your troubles, but you'll need to provide more information about your issue if you want help on it!
@sameerhejen
@sameerhejen 6 жыл бұрын
What is that coding name
@murisoca1982
@murisoca1982 6 жыл бұрын
Good evening ! I could not compile ... :( Shows the error: (exit status 1 'A8' was not declared in this scope) C: \ Users \ Darth Note \ Desktop \ MotorizedSliderV2.0 \ MotorizedSliderV2.0.ino: In function 'void setup ()': MotorizedSliderV2.0: 47: Error: 'A8' was not declared in this scope pinMode (A8, INPUT); ^ MotorizedSliderV2.0: 48: Error: 'A9' was not declared in this scope pinMode (A9, INPUT); ^ MotorizedSliderV2.0: 49: Error: 'A10' was not declared in this scope pinMode (A10, INPUT); ^ C: \ Users \ Darth Note \ Desktop \ MotorizedSliderV2.0 \ MotorizedSliderV2.0.ino: In function 'void __vector_5 ()': MotorizedSliderV2.0: 136: Error: 'A8' was not declared in this scope if (! digitalRead (A8)) { ^ MotorizedSliderV2.0: 144: Error: 'A9' was not declared in this scope boolean A_val = digitalRead (A9); ^ MotorizedSliderV2.0: 145: Error: 'A10' was not declared in this scope boolean B_val = digitalRead (A10); ^ exit status 1 'A8' was not declared in this scope Help me !!! Please !!! /\O
@ゆパパ
@ゆパパ 5 жыл бұрын
you chose the wrong board, should be "arduino mega"
@MSVSanjok
@MSVSanjok 5 жыл бұрын
Why Mega?
DIY Motorized Camera Slider with Pan and Tilt Head - Arduino Based Project
16:46
Wait… Maxim, did you just eat 8 BURGERS?!🍔😳| Free Fire Official
00:13
Garena Free Fire Global
Рет қаралды 9 МЛН
龟兔赛跑:好可爱的小乌龟#short #angel #clown
01:00
Super Beauty team
Рет қаралды 124 МЛН
Will A Basketball Boat Hold My Weight?
00:30
MrBeast
Рет қаралды 144 МЛН
СОБАКА ВЕРНУЛА ТАБАЛАПКИ😱#shorts
00:25
INNA SERG
Рет қаралды 2,2 МЛН
How to Control a 12V Motor with Arduino: Easy Wiring & Code Examples
44:13
My Kickstarter failed, so I open sourced it
12:20
StuckAtPrototype
Рет қаралды 597 М.
Lets Make - A Motorized Camera Slider
5:20
Max Maker
Рет қаралды 671 М.
Fun with Transistors
24:33
HackMakeMod
Рет қаралды 500 М.
Build your own Arduino-controlled camera slider!
10:45
Made with Layers (Thomas Sanladerer)
Рет қаралды 129 М.
I Made The Ultimate Cheating Device
9:39
ChromaLock
Рет қаралды 1,3 МЛН
My DIY 3 AXIS Camera Slider - Arduino // Ender 3 // DSLR
10:40
NEWTech Creative
Рет қаралды 18 М.
Hacking a weird TV censoring device
20:59
Ben Eater
Рет қаралды 3,2 МЛН
DIY 3 AXIS CAMERA SLIDER | MOTORIZED CAMERA SLIDER
7:40
Christoph Lehner
Рет қаралды 22 М.
Wait… Maxim, did you just eat 8 BURGERS?!🍔😳| Free Fire Official
00:13
Garena Free Fire Global
Рет қаралды 9 МЛН